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