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