Unicode Finder

"ꉋ" U+A24B(YI SYLLABLE HXIEX)

U+A24B
區塊名稱
Yi Syllables
名稱
YI SYLLABLE HXIEX

Programming

C
\uA24B
JavaScript
\uA24B
Java
\uA24B
Json
\uA24B
Python
\uA24B
Perl
\x{A24B}
PHP
\x{A24B}
Ruby
\u{A24B}
Rust
\u{A24B}
Go
\uA24B

Web

CSS
\00A24B
HtmlDecimal
ꉋ
HtmlHexadecimal
ꉋ
Url
%EA%89%8B

Code

MD5
99b3e91aebe312d347b9c33baba808c7
Sha1
ce0e2b12fada32123622580f8672e3fe85136c11
Base64
6omL

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA24B';
console.log(char);  // Output: ꉋ

Java:

char c = '\uA24B';
System.out.println(c);  // Output: ꉋ

JSON:

{"text": "\uA24B"}  // Value: ꉋ

Python:

char = '\uA24B'
print(char)  # Output: ꉋ

Perl:

my $char = "\x{A24B}";
print $char;  # Output: ꉋ

PHP:

$char = "\x{A24B}";
echo $char;  // Output: ꉋ

Ruby:

char = "\u{A24B}"
puts char  # Output: ꉋ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41547;</p>  <!-- Display: ꉋ -->

HTML Hexadecimal:

<p>HTML hex: &#xA24B;</p>  <!-- Display: ꉋ -->

URL Encoding:

// ꉋ URL encoding
https://unicodefinder.com/search.php?query=%EA%89%8B

Encodings

MD5:

99b3e91aebe312d347b9c33baba808c7

SHA1:

ce0e2b12fada32123622580f8672e3fe85136c11

Base64:

6omL