Unicode Finder

"ᕹ" U+1579(CANADIAN SYLLABICS NUNAVIK HA)

U+1579
Block Name
Unified Canadian Aboriginal Syllabics
Name
CANADIAN SYLLABICS NUNAVIK HA

Programming

C
\u1579
JavaScript
\u1579
Java
\u1579
Json
\u1579
Python
\u1579
Perl
\x{1579}
PHP
\x{1579}
Ruby
\u{1579}
Rust
\u{1579}
Go
\u1579

Web

CSS
\001579
HtmlDecimal
ᕹ
HtmlHexadecimal
ᕹ
Url
%E1%95%B9

Code

MD5
f29c434eebbe379ebf83664b1ef96366
Sha1
a2d61819b81ff357c4179c536060f1e716b98ff0
Base64
4ZW5

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u1579';
console.log(char);  // Output: ᕹ

Java:

char c = '\u1579';
System.out.println(c);  // Output: ᕹ

JSON:

{"text": "\u1579"}  // Value: ᕹ

Python:

char = '\u1579'
print(char)  # Output: ᕹ

Perl:

my $char = "\x{1579}";
print $char;  # Output: ᕹ

PHP:

$char = "\x{1579}";
echo $char;  // Output: ᕹ

Ruby:

char = "\u{1579}"
puts char  # Output: ᕹ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001579";  /* Display: ᕹ */
}

HTML Decimal:

<p>HTML decimal: &#5497;</p>  <!-- Display: ᕹ -->

HTML Hexadecimal:

<p>HTML hex: &#x1579;</p>  <!-- Display: ᕹ -->

URL Encoding:

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

Encodings

MD5:

f29c434eebbe379ebf83664b1ef96366

SHA1:

a2d61819b81ff357c4179c536060f1e716b98ff0

Base64:

4ZW5