Unicode Finder

"ᐶ" U+1436(CANADIAN SYLLABICS CARRIER HEE)

U+1436
Nome del Blocco
Unified Canadian Aboriginal Syllabics
Nome
CANADIAN SYLLABICS CARRIER HEE

Programming

C
\u1436
JavaScript
\u1436
Java
\u1436
Json
\u1436
Python
\u1436
Perl
\x{1436}
PHP
\x{1436}
Ruby
\u{1436}
Rust
\u{1436}
Go
\u1436

Web

CSS
\001436
HtmlDecimal
ᐶ
HtmlHexadecimal
ᐶ
Url
%E1%90%B6

Code

MD5
a5c3cd0952145aee4aac3bf17ccccfa0
Sha1
83d93d7822aa690187e4d6f752d41526b8791c20
Base64
4ZC2

Esempi di Utilizzo

Programming Languages

C:

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

JavaScript:

const char = '\u1436';
console.log(char);  // Output: ᐶ

Java:

char c = '\u1436';
System.out.println(c);  // Output: ᐶ

JSON:

{"text": "\u1436"}  // Value: ᐶ

Python:

char = '\u1436'
print(char)  # Output: ᐶ

Perl:

my $char = "\x{1436}";
print $char;  # Output: ᐶ

PHP:

$char = "\x{1436}";
echo $char;  // Output: ᐶ

Ruby:

char = "\u{1436}"
puts char  # Output: ᐶ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001436";  /* Display: ᐶ */
}

HTML Decimal:

<p>HTML decimal: &#5174;</p>  <!-- Display: ᐶ -->

HTML Hexadecimal:

<p>HTML hex: &#x1436;</p>  <!-- Display: ᐶ -->

URL Encoding:

// ᐶ URL encoding
https://unicodefinder.com/search.php?query=%E1%90%B6

Encodings

MD5:

a5c3cd0952145aee4aac3bf17ccccfa0

SHA1:

83d93d7822aa690187e4d6f752d41526b8791c20

Base64:

4ZC2