Unicode Finder

"ꋂ" U+A2C2(YI SYLLABLE CE)

U+A2C2
區塊名稱
Yi Syllables
名稱
YI SYLLABLE CE

Programming

C
\uA2C2
JavaScript
\uA2C2
Java
\uA2C2
Json
\uA2C2
Python
\uA2C2
Perl
\x{A2C2}
PHP
\x{A2C2}
Ruby
\u{A2C2}
Rust
\u{A2C2}
Go
\uA2C2

Web

CSS
\00A2C2
HtmlDecimal
ꋂ
HtmlHexadecimal
ꋂ
Url
%EA%8B%82

Code

MD5
32392fcd1198969df99c05549d8d5a44
Sha1
056cd17f848e1ceb8061114a8baad82bb66194d1
Base64
6ouC

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA2C2';
console.log(char);  // Output: ꋂ

Java:

char c = '\uA2C2';
System.out.println(c);  // Output: ꋂ

JSON:

{"text": "\uA2C2"}  // Value: ꋂ

Python:

char = '\uA2C2'
print(char)  # Output: ꋂ

Perl:

my $char = "\x{A2C2}";
print $char;  # Output: ꋂ

PHP:

$char = "\x{A2C2}";
echo $char;  // Output: ꋂ

Ruby:

char = "\u{A2C2}"
puts char  # Output: ꋂ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41666;</p>  <!-- Display: ꋂ -->

HTML Hexadecimal:

<p>HTML hex: &#xA2C2;</p>  <!-- Display: ꋂ -->

URL Encoding:

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

Encodings

MD5:

32392fcd1198969df99c05549d8d5a44

SHA1:

056cd17f848e1ceb8061114a8baad82bb66194d1

Base64:

6ouC