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