Unicode Finder

"ᙴ" U+1674(CANADIAN SYLLABICS NNGOO)

U+1674
Nume Bloc
Unified Canadian Aboriginal Syllabics
Nume
CANADIAN SYLLABICS NNGOO

Programming

C
\u1674
JavaScript
\u1674
Java
\u1674
Json
\u1674
Python
\u1674
Perl
\x{1674}
PHP
\x{1674}
Ruby
\u{1674}
Rust
\u{1674}
Go
\u1674

Web

CSS
\001674
HtmlDecimal
ᙴ
HtmlHexadecimal
ᙴ
Url
%E1%99%B4

Code

MD5
d05e9a512795ce78de1867157a2878e2
Sha1
b39ab33eb88dd7b0cb6f3185826d80d97b77ae63
Base64
4Zm0

Exemple de Utilizare

Programming Languages

C:

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

JavaScript:

const char = '\u1674';
console.log(char);  // Output: ᙴ

Java:

char c = '\u1674';
System.out.println(c);  // Output: ᙴ

JSON:

{"text": "\u1674"}  // Value: ᙴ

Python:

char = '\u1674'
print(char)  # Output: ᙴ

Perl:

my $char = "\x{1674}";
print $char;  # Output: ᙴ

PHP:

$char = "\x{1674}";
echo $char;  // Output: ᙴ

Ruby:

char = "\u{1674}"
puts char  # Output: ᙴ

Rust:

let c = '\u{1674}';
println!("{}", c);  // Output: ᙴ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001674";  /* Display: ᙴ */
}

HTML Decimal:

<p>HTML decimal: &#5748;</p>  <!-- Display: ᙴ -->

HTML Hexadecimal:

<p>HTML hex: &#x1674;</p>  <!-- Display: ᙴ -->

URL Encoding:

// ᙴ URL encoding
https://unicodefinder.com/search.php?query=%E1%99%B4

Encodings

MD5:

d05e9a512795ce78de1867157a2878e2

SHA1:

b39ab33eb88dd7b0cb6f3185826d80d97b77ae63

Base64:

4Zm0