Unicode Finder

"ꆴ" U+A1B4(YI SYLLABLE HLYP)

U+A1B4
區塊名稱
Yi Syllables
名稱
YI SYLLABLE HLYP

Programming

C
\uA1B4
JavaScript
\uA1B4
Java
\uA1B4
Json
\uA1B4
Python
\uA1B4
Perl
\x{A1B4}
PHP
\x{A1B4}
Ruby
\u{A1B4}
Rust
\u{A1B4}
Go
\uA1B4

Web

CSS
\00A1B4
HtmlDecimal
ꆴ
HtmlHexadecimal
ꆴ
Url
%EA%86%B4

Code

MD5
6d6474f13e28f7310371fe2fb06cefd1
Sha1
70d64e77a55b2031b07842348f2ade4de73d8d38
Base64
6oa0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA1B4';
console.log(char);  // Output: ꆴ

Java:

char c = '\uA1B4';
System.out.println(c);  // Output: ꆴ

JSON:

{"text": "\uA1B4"}  // Value: ꆴ

Python:

char = '\uA1B4'
print(char)  # Output: ꆴ

Perl:

my $char = "\x{A1B4}";
print $char;  # Output: ꆴ

PHP:

$char = "\x{A1B4}";
echo $char;  // Output: ꆴ

Ruby:

char = "\u{A1B4}"
puts char  # Output: ꆴ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41396;</p>  <!-- Display: ꆴ -->

HTML Hexadecimal:

<p>HTML hex: &#xA1B4;</p>  <!-- Display: ꆴ -->

URL Encoding:

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

Encodings

MD5:

6d6474f13e28f7310371fe2fb06cefd1

SHA1:

70d64e77a55b2031b07842348f2ade4de73d8d38

Base64:

6oa0