Unicode Finder

"ᕷ" U+1577(CANADIAN SYLLABICS NUNAVIK HO)

U+1577
Block Name
Unified Canadian Aboriginal Syllabics
Name
CANADIAN SYLLABICS NUNAVIK HO

Programming

C
\u1577
JavaScript
\u1577
Java
\u1577
Json
\u1577
Python
\u1577
Perl
\x{1577}
PHP
\x{1577}
Ruby
\u{1577}
Rust
\u{1577}
Go
\u1577

Web

CSS
\001577
HtmlDecimal
ᕷ
HtmlHexadecimal
ᕷ
Url
%E1%95%B7

Code

MD5
d684b80693316411f55c072cc2e22440
Sha1
3ee68afb0ed2a48cd5c832d5c8b7bf45be3e3120
Base64
4ZW3

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u1577';
console.log(char);  // Output: ᕷ

Java:

char c = '\u1577';
System.out.println(c);  // Output: ᕷ

JSON:

{"text": "\u1577"}  // Value: ᕷ

Python:

char = '\u1577'
print(char)  # Output: ᕷ

Perl:

my $char = "\x{1577}";
print $char;  # Output: ᕷ

PHP:

$char = "\x{1577}";
echo $char;  // Output: ᕷ

Ruby:

char = "\u{1577}"
puts char  # Output: ᕷ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001577";  /* Display: ᕷ */
}

HTML Decimal:

<p>HTML decimal: &#5495;</p>  <!-- Display: ᕷ -->

HTML Hexadecimal:

<p>HTML hex: &#x1577;</p>  <!-- Display: ᕷ -->

URL Encoding:

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

Encodings

MD5:

d684b80693316411f55c072cc2e22440

SHA1:

3ee68afb0ed2a48cd5c832d5c8b7bf45be3e3120

Base64:

4ZW3