| Nom du symbole | Latin Letter Inverted Glottal Stop With Curl |
| Version Unicode | 14.0 |
| Unicode | U+1DF0E |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | F0 9D BC 8E |
| UTF-16 | D837 DF0E |
| UTF-32 | 0001DF0E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERINVERTEDGLOTTALSTOPWITHCURL}4\end{document}Vous pouvez saisir le symbole latin letter inverted glottal stop with curl sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 122638 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter inverted glottal stop with curl", or use Unicode Hex Input with 1DF0E.
Ctrl + Shift + U, type 1df0e, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-letter-inverted-glottal-stop-with-curl::before { content: "\1DF0E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>𝼎</span>La représentation du symbole Latin Letter Inverted Glottal Stop With Curl dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1DF0E) |
| Python | '\N{LATIN LETTER INVERTED GLOTTAL STOP WITH CURL}' or chr(122638) |
| Rust | '\u{1DF0E}' |
| C / C++ | UTF-8 source or wchar_t with U+1DF0E |
| Go | string(rune(0x1DF0E)) |
| Ruby | "\u{1DF0E}" |
| Code CSS |
\1DF0E |
| Code hexadécimal | 0x1DF0E |
| Code HTML | 𝼎 |
| LaTeX | \text{LATINLETTERINVERTEDGLOTTALSTOPWITHCURL} |
| Symbole | 𝼎 |
| Encodage URL (pourcent UTF-8) | %F0%9D%BC%8E |
| Nom oral / lecteur d’écran | Latin Letter Inverted Glottal Stop With Curl |