Unicode Finder

"ꆫ" U+A1AB(YI SYLLABLE HLUT)

U+A1AB
區塊名稱
Yi Syllables
名稱
YI SYLLABLE HLUT

Programming

C
\uA1AB
JavaScript
\uA1AB
Java
\uA1AB
Json
\uA1AB
Python
\uA1AB
Perl
\x{A1AB}
PHP
\x{A1AB}
Ruby
\u{A1AB}
Rust
\u{A1AB}
Go
\uA1AB

Web

CSS
\00A1AB
HtmlDecimal
ꆫ
HtmlHexadecimal
ꆫ
Url
%EA%86%AB

Code

MD5
5164fd272fd79d28bcde201c934db1ec
Sha1
f696b1a5bb4e0b11eb08468d0922303d329c4fa2
Base64
6oar

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA1AB';
console.log(char);  // Output: ꆫ

Java:

char c = '\uA1AB';
System.out.println(c);  // Output: ꆫ

JSON:

{"text": "\uA1AB"}  // Value: ꆫ

Python:

char = '\uA1AB'
print(char)  # Output: ꆫ

Perl:

my $char = "\x{A1AB}";
print $char;  # Output: ꆫ

PHP:

$char = "\x{A1AB}";
echo $char;  // Output: ꆫ

Ruby:

char = "\u{A1AB}"
puts char  # Output: ꆫ

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00A1AB";  /* Display: ꆫ */
}

HTML Decimal:

<p>HTML decimal: &#41387;</p>  <!-- Display: ꆫ -->

HTML Hexadecimal:

<p>HTML hex: &#xA1AB;</p>  <!-- Display: ꆫ -->

URL Encoding:

// ꆫ URL encoding
https://unicodefinder.com/search.php?query=%EA%86%AB

Encodings

MD5:

5164fd272fd79d28bcde201c934db1ec

SHA1:

f696b1a5bb4e0b11eb08468d0922303d329c4fa2

Base64:

6oar