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