Search

Search for a symbol or emoji...

Heavy Chevron Snowflake Symbol

A snowflake is a common symbol associated with the winter holidays and cold. The icon U+2746 is frequently used to decorate posts about Christmas, New Year's, and nature. It portrays a symmetrical snowflake with six rays, each of which is divided into three sections at the points.

The drawing is done with a black line, so it stands out against any light background. U+2746 can be combined with other winter-themed symbols, such as this exquisite snowflake.

The symbol "Heavy Chevron Snowflake" is part of the "Dingbats" Block's "Stars, asterisks, and snowflakes" Subblock and was approved as part of Unicode version 1.1 in 1993.

Heavy Chevron Snowflake Symbol Information

Symbol Name
Heavy Chevron Snowflake
Unicode Version
1.1 (June 1993)
Unicode
U+2746
CSS Code
\2746
Hex Code
❆
HTML Code
❆
Latex
\ding{102}
Alt Code
10054
Symbol

Heavy Chevron Snowflake Symbol Encoding

UTF-8
0xE2 0x9D 0x86
UTF-16
0x2746
UTF-32
0x00002746

Heavy Chevron SnowflakeSymbol's PNG and SVG files

Heavy Chevron Snowflake Symbol in Latex

Heavy Chevron Snowflake
1\documentclass{article} 2\usepackage{pifont} 3\ding{102} 4\end{document}

How to add heavy chevron snowflake symbol via keyboard on different Operating systems

You can type the heavy chevron snowflake symbol on most modern devices with the help of following methods:

How to type heavy chevron snowflake symbol on Microsoft Word

You can type the heavy chevron snowflake in Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type 2746
  • Without moving the cursor press keys Alt + x together
  • The original 2746 is now transformed into

How to type heavy chevron snowflake symbol on Microsoft Windows

You can type the heavy chevron snowflake on Microsoft windows using following steps:

  • Hold Alt and press 10054 to type heavy chevron snowflake on your windows machine.

How to type heavy chevron snowflake symbol on Mac OS

You can type the heavy chevron snowflake on Mac OS using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
  • Type "Heavy Chevron Snowflake" in the search field at the top and press Enter
  • The symbol should appear. Click on it to insert it into your text
Mac OS Character Viewer
Mac OS Character Viewer

How to type heavy chevron snowflake symbol on Linux

You can type the heavy chevron snowflake on Linux using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Hold ⇧ Shift + Ctrl and press the letter + U
  • Press keys 2746 consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type heavy chevron snowflake symbol on IOS and Android

The easiest way to type the heavy chevron snowflake symbol on ios and android is to copy and paste it wherever you need it.

How to use heavy chevron snowflake in CSS

//CSS Example
1span { 2 content: \2746; 3 }

How to use heavy chevron snowflake in HTML

//HTML Example
1<span>&#10054;</span>

Heavy Chevron Snowflake symbol representation in programming languages

Heavy Chevron Snowflakesymbol's representation in different programming languages can be found in table below:

LanguageRepresentation
Rust
\u{2746}
Ruby
\u{2746}
Python
\u2746
PHP
\u{2746}
Perl
\x{2746}
Java
\u2746
Modern JavaScript - Since ES6
\u{2746}
JavaScript
\u2746
Go
\u2746
C#
\u2746
C and C++
\u2746
Bash and Zsh - inside echo -e
\u2746
RFC 5137
\u'2746'