| Symbol Name | Smiling Face |
| Unicode Version | 0.6 |
| Unicode | U+263A |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \263A |
| Hex Code | 0x263A |
| HTML Code | ☺️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbol | ☺️ |
| URL encode (UTF-8 percent) | %E2%98%BA%EF%B8%8F |
| Discord / Slack shortcode | :relaxed: |
| GitHub shortcode | :relaxed: |
| Spoken / screen reader name | Smiling Face |
| UTF-8 | E2 98 BA EF B8 8F |
| UTF-16 | 263A FE0F |
| UTF-32 | 0000263A 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}You can type the smiling face symbol on most modern devices with the help of following methods:
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "smiling face".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "smiling face".
Emoji keyboard → Smileys; search "smiling face".
1span.smiling-face::before { content: "\263A"; }1<span>☺️</span>Smiling Face symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u263A' or String.fromCodePoint(9786) |
| Python | '\N{SMILING FACE}' |
| Rust | '\u{263A}' |
| Swift | "\u{263A}" |
| Go | string(rune(0x263A)) |
| Ruby | "\u{263A}" |