Unicode Finder

"ᐻ" U+143B(CANADIAN SYLLABICS WEST-CREE PWE)

U+143B
Название Блока
Unified Canadian Aboriginal Syllabics
Название
CANADIAN SYLLABICS WEST-CREE PWE

Programming

C
\u143B
JavaScript
\u143B
Java
\u143B
Json
\u143B
Python
\u143B
Perl
\x{143B}
PHP
\x{143B}
Ruby
\u{143B}
Rust
\u{143B}
Go
\u143B

Web

CSS
\00143B
HtmlDecimal
ᐻ
HtmlHexadecimal
ᐻ
Url
%E1%90%BB

Code

MD5
590199d131a37b30bce61326bd9d7ec0
Sha1
a15af129ac58b246d6e963aeab0c6b0ce9467d8f
Base64
4ZC7

Примеры Использования

Programming Languages

C:

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

JavaScript:

const char = '\u143B';
console.log(char);  // Output: ᐻ

Java:

char c = '\u143B';
System.out.println(c);  // Output: ᐻ

JSON:

{"text": "\u143B"}  // Value: ᐻ

Python:

char = '\u143B'
print(char)  # Output: ᐻ

Perl:

my $char = "\x{143B}";
print $char;  # Output: ᐻ

PHP:

$char = "\x{143B}";
echo $char;  // Output: ᐻ

Ruby:

char = "\u{143B}"
puts char  # Output: ᐻ

Rust:

let c = '\u{143B}';
println!("{}", c);  // Output: ᐻ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00143B";  /* Display: ᐻ */
}

HTML Decimal:

<p>HTML decimal: &#5179;</p>  <!-- Display: ᐻ -->

HTML Hexadecimal:

<p>HTML hex: &#x143B;</p>  <!-- Display: ᐻ -->

URL Encoding:

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

Encodings

MD5:

590199d131a37b30bce61326bd9d7ec0

SHA1:

a15af129ac58b246d6e963aeab0c6b0ce9467d8f

Base64:

4ZC7