| Symboolnaam | Smiling Face With Smiling Eyes |
| Unicode-versie | 0.6 |
| Unicode | U+1F60A |
| Unicode-blok | |
| Algemene categorie | Emoji (So) |
| CSS-code |
| UTF-8 | F0 9F 98 8A |
| UTF-16 | D83D DE0A |
| UTF-32 | 0001F60A |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Je kunt het smiling face with smiling eyes-symbool op de meeste moderne apparaten typen met de volgende methoden:
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "smiling face with smiling eyes".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "smiling face with smiling eyes".
Emoji keyboard → Smileys; search "smiling face with smiling eyes".
1span.smiling-face-with-smiling-eyes::before { content: "\1F60A"; }1<span>😊</span>De weergave van het Smiling Face With Smiling Eyes-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDE0A' or String.fromCodePoint(0x1F60A) |
| Python | '\N{SMILING FACE WITH SMILING EYES}' |
| Rust | '\u{1F60A}' |
| Swift | "\u{1F60A}" |
| Go | string(rune(0x1F60A)) |
| Ruby | "\u{1F60A}" |
\1F60A |
| Hexadecimale code | 0x1F60A |
| HTML-code | 😊 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbool | 😊 |
| URL-codering (UTF-8 procent) | %F0%9F%98%8A |
| Discord / Slack-shortcode | :blush: |
| GitHub-shortcode | :blush: |
| Uitgesproken naam / schermlezer | Smiling Face With Smiling Eyes |