| Nome del simbolo | Latin Letter Inverted Glottal Stop With Curl |
| Versione Unicode | 14.0 |
| Unicode | U+1DF0E |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo latin letter inverted glottal stop with curl sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Latin Letter Inverted Glottal Stop With Curl nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\1DF0E |
| Codice esadecimale | 0x1DF0E |
| Codice HTML | 𝼎 |
| LaTeX | \text{LATINLETTERINVERTEDGLOTTALSTOPWITHCURL} |
| Simbolo | 𝼎 |
| Codifica URL (percentuale UTF-8) | %F0%9D%BC%8E |
| Nome parlato / screen reader | Latin Letter Inverted Glottal Stop With Curl |