| Nom du symbole | Latin Small Letter N With Left Hook |
| Version Unicode | 1.1 |
| Unicode | U+0272 |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| Code CSS | \0272 |
| Code hexadécimal | 0x0272 |
| Code HTML | ɲ |
| LaTeX | \text{LATINSMALLLETTERNWITHLEFTHOOK} |
| Symbole | ɲ |
| Encodage URL (pourcent UTF-8) | %C9%B2 |
| Nom oral / lecteur d’écran | Latin Small Letter N With Left Hook |
| UTF-8 | C9 B2 |
| UTF-16 | 0272 |
| UTF-32 | 00000272 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERNWITHLEFTHOOK}4\end{document}Vous pouvez saisir le symbole latin small letter n with left hook sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 626 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter n with left hook", or use Unicode Hex Input with 0272.
Ctrl + Shift + U, type 0272, 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.n-left-hook::before { content: "\0272"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ɲ</span>La représentation du symbole Latin Small Letter N With Left Hook dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u0272' or String.fromCodePoint(626) |
| Python | '\N{LATIN SMALL LETTER N WITH LEFT HOOK}' or chr(626) |
| Rust | '\u{0272}' |
| C / C++ | UTF-8 source or wchar_t with U+0272 |
| Go | string(rune(0x0272)) |
| Ruby | "\u{0272}" |