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