Unicode Finder

"ᕴ" U+1574(CANADIAN SYLLABICS NUNAVIK HE)

U+1574
Bloknaam
Unified Canadian Aboriginal Syllabics
Naam
CANADIAN SYLLABICS NUNAVIK HE

Programming

C
\u1574
JavaScript
\u1574
Java
\u1574
Json
\u1574
Python
\u1574
Perl
\x{1574}
PHP
\x{1574}
Ruby
\u{1574}
Rust
\u{1574}
Go
\u1574

Web

CSS
\001574
HtmlDecimal
ᕴ
HtmlHexadecimal
ᕴ
Url
%E1%95%B4

Code

MD5
67e8b02e08b105cc926e03f685680fc0
Sha1
fc675b8397f76afc5a75c8b3173237623a7e02e6
Base64
4ZW0

Gebruiksvoorbeelden

Programming Languages

C:

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

JavaScript:

const char = '\u1574';
console.log(char);  // Output: ᕴ

Java:

char c = '\u1574';
System.out.println(c);  // Output: ᕴ

JSON:

{"text": "\u1574"}  // Value: ᕴ

Python:

char = '\u1574'
print(char)  # Output: ᕴ

Perl:

my $char = "\x{1574}";
print $char;  # Output: ᕴ

PHP:

$char = "\x{1574}";
echo $char;  // Output: ᕴ

Ruby:

char = "\u{1574}"
puts char  # Output: ᕴ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001574";  /* Display: ᕴ */
}

HTML Decimal:

<p>HTML decimal: &#5492;</p>  <!-- Display: ᕴ -->

HTML Hexadecimal:

<p>HTML hex: &#x1574;</p>  <!-- Display: ᕴ -->

URL Encoding:

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

Encodings

MD5:

67e8b02e08b105cc926e03f685680fc0

SHA1:

fc675b8397f76afc5a75c8b3173237623a7e02e6

Base64:

4ZW0