| Nome del simbolo | No One Under Eighteen |
| Versione Unicode | 0.6 |
| Unicode | U+1F51E |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F51E |
| Codice esadecimale | 0x1F51E |
| Codice HTML | 🔞 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🔞 |
| Codifica URL (percentuale UTF-8) | %F0%9F%94%9E |
| Nome parlato / screen reader | No One Under Eighteen |
| UTF-8 | F0 9F 94 9E |
| UTF-16 | D83D DD1E |
| UTF-32 | 0001F51E |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo no one under eighteen sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "no one under eighteen".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "no one under eighteen".
Emoji keyboard → Symbols; search "no one under eighteen".
1span.no-one-under-eighteen::before { content: "\1F51E"; } /* prefer inline grapheme for ZWJ */1<span>🔞</span>La rappresentazione del simbolo No One Under Eighteen nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDD1E' or String.fromCodePoint(0x1F51E) |
| Python | '\N{NO ONE UNDER EIGHTEEN}' |
| Rust | '\u{1F51E}' |
| Swift | "\u{1F51E}" |
| Go | string(rune(0x1F51E)) |
| Ruby | "\u{1F51E}" |