| Nom du symbole | Smiling Face |
| Version Unicode | 0.6 |
| Unicode | U+263A |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \263A |
| Code hexadécimal | 0x263A |
| Code HTML | ☺️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbole | ☺️ |
| Encodage URL (pourcent UTF-8) | %E2%98%BA%EF%B8%8F |
| Raccourci Discord / Slack | :relaxed: |
| Raccourci GitHub | :relaxed: |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole smiling face sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Smiling Face dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u263A' or String.fromCodePoint(9786) |
| Python | '\N{SMILING FACE}' |
| Rust | '\u{263A}' |
| Swift | "\u{263A}" |
| Go | string(rune(0x263A)) |
| Ruby | "\u{263A}" |