Black smiling face (☻) is Unicode U+263B in the Miscellaneous Symbols block. It is a filled (inverse) smiley — useful for retro mood cues and decorative markers. HTML has no standard named entity — use numeric or CSS forms (or type the character in UTF-8).
Remember
Character ☻
Unicode U+263B
Hex entity ☻
Decimal ☻
Named entity (none)
CSS escape \263B
Not the same ☺ U+263A (white smiling face)
All of these produce the same glyph: ☻. Prefer typing ☻ in UTF-8 when you can; use ☻ / ☻ or CSS for generated content.
Screen readers may not announce “smiley.” Pair the glyph with visible or visually hidden text such as Happy.
Fonts
Check symbol coverage
Some UI fonts omit U+263B. Prefer fonts with solid Miscellaneous Symbols / smiley support.
CSS vs HTML
Do not mix escapes
\263B belongs in CSS. ☻ / ☻ belong in HTML.
Semicolon
End references
Always finish with ; — write ☻, not ☻.
Compatibility
Browser Support
Black smiling face (U+263B) and its entity forms (☻, ☻, CSS \\263B) are supported in all mainstream browsers. Glyph quality depends on font support for Miscellaneous Symbols.
✓ Universal support
Black Smiling Face (☻)
Type ☻, or encode with hex, decimal, or CSS escape — same glyph everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+263B / entitiesFull support
Bottom line: Prefer a typed ☻ or ☻ for markers. Use decimal when generating markup, and \\263B only inside CSS content.
Remember
Key Takeaways
Unicode: black smiling face is U+263B (decimal 9787).
HTML: use ☻ or ☻ (no named entity).
CSS: use \263B inside content for generated icons.
Watch out: ☻ ≠ ☺ (black ≠ white smiling face).
One line:U+263B → ☻ / ☻ / CSS \263B.
Frequently Asked Questions
Use ☻ (hex), ☻ (decimal), or the CSS escape \263B in the content property. All render ☻. You can also paste ☻ directly if your file is UTF-8. There is no standard named entity.
U+263B (hex 263B, decimal 9787). Unicode names it BLACK SMILING FACE. It belongs to the Miscellaneous Symbols block.
No. HTML5 / WHATWG does not define a named character reference for U+263B. Prefer ☻, ☻, or a typed ☻ in UTF-8.
☻ (U+263B) is the filled (black) smiling face. ☺ (U+263A) is white smiling face. They are different code points.
HTML entities (☻ or ☻) go in markup. The CSS escape \263B is used in stylesheets (usually in the content property of ::before/::after). Both render ☻.
Use ☻ for retro smileys, mood cues, and decorative markers. Prefer clear text or ARIA labels when the meaning must be obvious to screen readers.
🤔
Did you know?
Black smiling face is Unicode U+263B (decimal 9787) in the Miscellaneous Symbols block — official name BLACK SMILING FACE. There is no standard named HTML entity. It is not white smiling face (U+263A ☺).