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