| Nome del simbolo | Hangul Syllable Doel |
| Versione Unicode | 2.0 |
| Unicode | U+B420 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \B420 |
| Codice esadecimale | 0xB420 |
| Codice HTML | 될 |
| LaTeX | \hangul{B420} |
| Simbolo | 될 |
| Codifica URL (percentuale UTF-8) | %EB%90%A0 |
| Nome parlato / screen reader | Hangul Syllable Doel |
| UTF-8 | EB 90 A0 |
| UTF-16 | B420 |
| UTF-32 | 0000B420 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B420}4\end{document}Puoi digitare il simbolo hangul syllable doel sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 46112 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable doel", or use Unicode Hex Input with B420.
Ctrl + Shift + U, type b420, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-doel::before { content: "\B420"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>될</span>La rappresentazione del simbolo Hangul Syllable Doel nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uB420' or String.fromCodePoint(46112) |
| Python | '\N{HANGUL SYLLABLE DOEL}' or chr(46112) |
| Rust | '\u{B420}' |
| C / C++ | UTF-8 source or wchar_t with U+B420 |
| Go | string(rune(0xB420)) |
| Ruby | "\u{B420}" |