| Nombre del símbolo | Latin Small Letter Script G With Crossed-tail |
| Versión Unicode | 7.0 |
| Unicode | U+AB36 |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | EA AC B6 |
| UTF-16 | AB36 |
| UTF-32 | 0000AB36 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERSCRIPTGWITHCROSSED-TAIL}4\end{document}Puedes escribir el símbolo latin small letter script g with crossed-tail en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 43830 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter script g with crossed-tail", or use Unicode Hex Input with AB36.
Ctrl + Shift + U, type ab36, 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-small-letter-script-g-with-crossed-tail::before { content: "\AB36"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꬶ</span>La representación del símbolo Latin Small Letter Script G With Crossed-tail en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uAB36' or String.fromCodePoint(43830) |
| Python | '\N{LATIN SMALL LETTER SCRIPT G WITH CROSSED-TAIL}' or chr(43830) |
| Rust | '\u{AB36}' |
| C / C++ | UTF-8 source or wchar_t with U+AB36 |
| Go | string(rune(0xAB36)) |
| Ruby | "\u{AB36}" |
| Código CSS |
\AB36 |
| Código hexadecimal | 0xAB36 |
| Código HTML | ꬶ |
| LaTeX | \text{LATINSMALLLETTERSCRIPTGWITHCROSSED-TAIL} |
| Símbolo | ꬶ |
| Codificación URL (porcentaje UTF-8) | %EA%AC%B6 |
| Nombre oral / lector de pantalla | Latin Small Letter Script G With Crossed-tail |