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