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