| Nome del simbolo | Japanese “passing Grade” Button |
| Versione Unicode | 0.6 |
| Unicode | U+1F234 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| UTF-8 | F0 9F 88 B4 |
| UTF-16 | D83C DE34 |
| UTF-32 | 0001F234 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo japanese “passing grade” button 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 "japanese “passing grade” button".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "japanese “passing grade” button".
Emoji keyboard → Symbols; search "japanese “passing grade” button".
1span.japanese-passing-grade-button::before { content: "\1F234"; } /* prefer inline grapheme for ZWJ */1<span>🈴</span>La rappresentazione del simbolo Japanese “passing Grade” Button nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDE34' or String.fromCodePoint(0x1F234) |
| Python | '\N{JAPANESE “PASSING GRADE” BUTTON}' |
| Rust | '\u{1F234}' |
| Swift | "\u{1F234}" |
| Go | string(rune(0x1F234)) |
| Ruby | "\u{1F234}" |
| Codice CSS |
\1F234 |
| Codice esadecimale | 0x1F234 |
| Codice HTML | 🈴 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🈴 |
| Codifica URL (percentuale UTF-8) | %F0%9F%88%B4 |
| Nome parlato / screen reader | Japanese “passing Grade” Button |