Sun Symbol ☉

Copy to Clipboard


Sun Symbol Information

Symbol Name Sun
Unicode Version 1.1 (June 1993)
Unicode U+2609
CSS Code \2609
Hex Code ☉
HTML Code ☉
Latex \bigodot
Alt Code 9737

Sun Symbol Encoding

UTF-8 0xE2 0x98 0x89
UTF-16 0x2609
UTF-32 0x00002609


Sun symbol's PNG and SVG files


How to type sun symbol in latex

Copy \documentclass{article}
\begin{document}
\bigodot
\end{document}

How to add sun symbol via keyboard on different Operating systems

You can type the sun on most modern devices with the help of following methods:

How to type sun symbol on Microsoft Word

You can type the sun on microsoft Microsoft Word using steps mentioned below:

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

How to type sun symbol on Microsoft Windows

You can type the sun on Microsoft windows using following steps:

  • Hold Alt and press 9 7 3 7 to type sun on your windows machine.

How to type sun symbol on Mac OS

You can type the sun 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 “Sun” in the search field at the top and press Enter
  • The symbol should appear. Click on it to insert it into your text
  • How to type sun symbol on Mac OS
    How to type sun symbol on Mac OS

How to type sun symbol on Linux

You can type the sun 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 2 6 0 9 consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type sun symbol on IOS and Android

The easiest way to type the sun on ios and android is to copy and paste it wherever you need it.


How to use sun in CSS

Copy // css example
span {
content: "\2609";
}

How to type sun in HTML

Copy // html example
<span>&#9737;</span>

Sun symbol representation in programming languages

sun's representation in different programming languages can be found in table below:

Language Representation
Rust \u{2609}
Ruby \u{2609}
Python \u2609
PHP \u{2609}
Perl "\x{2609}"
Java \u2609
Modern JavaScript - Since ES6 \u{2609}
JavaScript \u2609
Go \u2609
C# \u2609
C and C++ \u2609
Bash and Zsh - inside echo -e \u2609
RFC 5137 \u'2609'
No Result
Try something else