Unicode Finder

"ꊴ" U+A2B4(YI SYLLABLE CIE)

U+A2B4
區塊名稱
Yi Syllables
名稱
YI SYLLABLE CIE

Programming

C
\uA2B4
JavaScript
\uA2B4
Java
\uA2B4
Json
\uA2B4
Python
\uA2B4
Perl
\x{A2B4}
PHP
\x{A2B4}
Ruby
\u{A2B4}
Rust
\u{A2B4}
Go
\uA2B4

Web

CSS
\00A2B4
HtmlDecimal
ꊴ
HtmlHexadecimal
ꊴ
Url
%EA%8A%B4

Code

MD5
39704dc9bb3ac9d3cfc8484ccf471258
Sha1
9b20832cfd73135668d52e2c56524a53fb1917b7
Base64
6oq0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA2B4';
console.log(char);  // Output: ꊴ

Java:

char c = '\uA2B4';
System.out.println(c);  // Output: ꊴ

JSON:

{"text": "\uA2B4"}  // Value: ꊴ

Python:

char = '\uA2B4'
print(char)  # Output: ꊴ

Perl:

my $char = "\x{A2B4}";
print $char;  # Output: ꊴ

PHP:

$char = "\x{A2B4}";
echo $char;  // Output: ꊴ

Ruby:

char = "\u{A2B4}"
puts char  # Output: ꊴ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41652;</p>  <!-- Display: ꊴ -->

HTML Hexadecimal:

<p>HTML hex: &#xA2B4;</p>  <!-- Display: ꊴ -->

URL Encoding:

// ꊴ URL encoding
https://unicodefinder.com/search.php?query=%EA%8A%B4

Encodings

MD5:

39704dc9bb3ac9d3cfc8484ccf471258

SHA1:

9b20832cfd73135668d52e2c56524a53fb1917b7

Base64:

6oq0