| Nom du symbole | Hangul Syllable Dweobt |
| Version Unicode | 2.0 |
| Unicode | U+B484 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \B484 |
| Code hexadécimal | 0xB484 |
| Code HTML | 뒄 |
| LaTeX | \hangul{B484} |
| Symbole | 뒄 |
| Encodage URL (pourcent UTF-8) | %EB%92%84 |
| Nom oral / lecteur d’écran | Hangul Syllable Dweobt |
| UTF-8 | EB 92 84 |
| UTF-16 | B484 |
| UTF-32 | 0000B484 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B484}4\end{document}Vous pouvez saisir le symbole hangul syllable dweobt sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 46212 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable dweobt", or use Unicode Hex Input with B484.
Ctrl + Shift + U, type b484, 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-dweobt::before { content: "\B484"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뒄</span>La représentation du symbole Hangul Syllable Dweobt dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uB484' or String.fromCodePoint(46212) |
| Python | '\N{HANGUL SYLLABLE DWEOBT}' or chr(46212) |
| Rust | '\u{B484}' |
| C / C++ | UTF-8 source or wchar_t with U+B484 |
| Go | string(rune(0xB484)) |
| Ruby | "\u{B484}" |