White Sun With Rays

Shortcodes

Copy and paste codes for White Sun With Rays symbol ☼ to use in your websites, apps, blogs, and more.

Unicode
U+263C
Alt Code
15
HTML Code
☼
HEX Code
☼
CSS Code
\263C
JS/JSON
\u263C
Unix/C/PHP/JAVA
0x263C
URL-encode
%E2%98%BC
copied

Customize White Sun With Rays Symbol

Customize ☼ symbol as you like and download White Sun With Rays as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to type White Sun With Rays symbol ☼ ?

Using White Sun With Rays Alt Code:

You can type the White Sun With Rays symbol ☼ using your keyboard by using the Alt Code for White Sun With Rays. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 15 using the Numpad.
  3. Release the Alt key.

This will make the ☼ appear on your screen.

How to add White Sun With Rays symbol in HTML, CSS, and JS?

Insert ☼ White Sun With Rays using HTML

1. Copy-paste White Sun With Rays directly:
<span>☼</span>
2. HTML Decimal Code:
<span>&#9788;</span>
3. Hexadecimal Code:
<span>&#x263C;</span>
Preview:

Add White Sun With Rays symbol with CSS

.white-sun-with-rays::before {
    content: '\\263C';
}
Preview: White Sun With Rays

White Sun With Rays JavaScript Code

1. Direct Symbol:
document.querySelector('.white-sun-with-rays').textContent = '☼';
2. Unicode Escape for ☼:
document.querySelector('.white-sun-with-rays').textContent = '\u263C';
Preview: