White Smiling Face
☺
Shortcodes
Copy useful codes for white smiling face symbol ☺ to use in websites, apps, blogs, and docs.
Unicode
U+263A Alt Code
1 HTML Code
☺ HEX Code
☺ CSS Code
\263A JS/JSON
\u263A Unix/C/PHP/JAVA
0x263A URL-encode
%E2%98%BA Customize White Smiling Face
Customize ☺, download it as SVG or PNG, or copy the generated HTML snippet.
☺
How to use White Smiling Face Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>☺</span> HTML Code:
<span>☺</span> HEX Code:
<span>☺</span> Add with CSS
.white-smiling-face::before {
content: '\\263A';
} Set it in JavaScript
document.querySelector('.white-smiling-face').textContent = '☺';