Search

Search for a symbol or emoji...

Sun Symbol

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
Symbol

Sun Symbol Encoding

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

SunSymbol's PNG and SVG files

Sun Symbol in Latex

Sun
1\documentclass{article} 2\begin{document} 3\bigodot 4\end{document}

How to add sun symbol via keyboard on different Operating systems

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

How to type sun symbol on Microsoft Word

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

  • Place your cursor in the text area where you need to insert the symbol and type 2609
  • Without moving the cursor press keys Alt + x together
  • The original 2609 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 9737 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
Mac OS Character Viewer
Mac OS Character Viewer

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 2609 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 symbol on ios and android is to copy and paste it wherever you need it.

How to use sun in CSS

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

How to use sun in HTML

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

Sun symbol representation in programming languages

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

LanguageRepresentation
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'