| Nom du symbole | Hangul Syllable Doel |
| Version Unicode | 2.0 |
| Unicode | U+B420 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \B420 |
| Code hexadécimal | 0xB420 |
| Code HTML | 될 |
| LaTeX | \hangul{B420} |
| Symbole | 될 |
| Encodage URL (pourcent UTF-8) | %EB%90%A0 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable doel sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Syllable Doel dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |