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