Unicode Finder

"ᐸ" U+1438(CANADIAN SYLLABICS PA)

U+1438
Nume Bloc
Unified Canadian Aboriginal Syllabics
Nume
CANADIAN SYLLABICS PA

Programming

C
\u1438
JavaScript
\u1438
Java
\u1438
Json
\u1438
Python
\u1438
Perl
\x{1438}
PHP
\x{1438}
Ruby
\u{1438}
Rust
\u{1438}
Go
\u1438

Web

CSS
\001438
HtmlDecimal
ᐸ
HtmlHexadecimal
ᐸ
Url
%E1%90%B8

Code

MD5
959b023e64dbf51ec63fc2548502a484
Sha1
44ff21336a2995ad9060e88ecf60e28d79604ba1
Base64
4ZC4

Exemple de Utilizare

Programming Languages

C:

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

JavaScript:

const char = '\u1438';
console.log(char);  // Output: ᐸ

Java:

char c = '\u1438';
System.out.println(c);  // Output: ᐸ

JSON:

{"text": "\u1438"}  // Value: ᐸ

Python:

char = '\u1438'
print(char)  # Output: ᐸ

Perl:

my $char = "\x{1438}";
print $char;  # Output: ᐸ

PHP:

$char = "\x{1438}";
echo $char;  // Output: ᐸ

Ruby:

char = "\u{1438}"
puts char  # Output: ᐸ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001438";  /* Display: ᐸ */
}

HTML Decimal:

<p>HTML decimal: &#5176;</p>  <!-- Display: ᐸ -->

HTML Hexadecimal:

<p>HTML hex: &#x1438;</p>  <!-- Display: ᐸ -->

URL Encoding:

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

Encodings

MD5:

959b023e64dbf51ec63fc2548502a484

SHA1:

44ff21336a2995ad9060e88ecf60e28d79604ba1

Base64:

4ZC4