Unicode Finder

"Ɲ" U+019D(LATIN CAPITAL LETTER N WITH LEFT HOOK)

Ɲ
U+019D
Název Bloku
Latin Extended-B
Název
LATIN CAPITAL LETTER N WITH LEFT HOOK

Programming

C
\u019D
JavaScript
\u019D
Java
\u019D
Json
\u019D
Python
\u019D
Perl
\x{019D}
PHP
\x{019D}
Ruby
\u{019D}
Rust
\u{19D}
Go
\u019D

Web

CSS
\00019D
HtmlDecimal
Ɲ
HtmlHexadecimal
Ɲ
Url
%C6%9D

Code

MD5
c7b6b0598f0f30706559239138e887c4
Sha1
2af10fc881966601144defb6d80e7e12840343b6
Base64
xp0=

Příklady Použití

Programming Languages

C:

char c = '\u019D';
printf("%c\n", c);  // Output: Ɲ

JavaScript:

const char = '\u019D';
console.log(char);  // Output: Ɲ

Java:

char c = '\u019D';
System.out.println(c);  // Output: Ɲ

JSON:

{"text": "\u019D"}  // Value: Ɲ

Python:

char = '\u019D'
print(char)  # Output: Ɲ

Perl:

my $char = "\x{019D}";
print $char;  # Output: Ɲ

PHP:

$char = "\x{019D}";
echo $char;  // Output: Ɲ

Ruby:

char = "\u{019D}"
puts char  # Output: Ɲ

Rust:

let c = '\u{19D}';
println!("{}", c);  // Output: Ɲ

Go:

char := '\u019D'
fmt.Printf("%c\n", char)  // Output: Ɲ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00019D";  /* Display: Ɲ */
}

HTML Decimal:

<p>HTML decimal: &#413;</p>  <!-- Display: Ɲ -->

HTML Hexadecimal:

<p>HTML hex: &#x019D;</p>  <!-- Display: Ɲ -->

URL Encoding:

// Ɲ URL encoding
https://unicodefinder.com/search.php?query=%C6%9D

Encodings

MD5:

c7b6b0598f0f30706559239138e887c4

SHA1:

2af10fc881966601144defb6d80e7e12840343b6

Base64:

xp0=