Unicode Finder

"ꊲ" U+A2B2(YI SYLLABLE CIET)

U+A2B2
區塊名稱
Yi Syllables
名稱
YI SYLLABLE CIET

Programming

C
\uA2B2
JavaScript
\uA2B2
Java
\uA2B2
Json
\uA2B2
Python
\uA2B2
Perl
\x{A2B2}
PHP
\x{A2B2}
Ruby
\u{A2B2}
Rust
\u{A2B2}
Go
\uA2B2

Web

CSS
\00A2B2
HtmlDecimal
ꊲ
HtmlHexadecimal
ꊲ
Url
%EA%8A%B2

Code

MD5
9ed734e1459c7e5fbb40ae55bc034b48
Sha1
0f01f9f3dd457630fd6711a33b259d4b2a92d9be
Base64
6oqy

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA2B2';
console.log(char);  // Output: ꊲ

Java:

char c = '\uA2B2';
System.out.println(c);  // Output: ꊲ

JSON:

{"text": "\uA2B2"}  // Value: ꊲ

Python:

char = '\uA2B2'
print(char)  # Output: ꊲ

Perl:

my $char = "\x{A2B2}";
print $char;  # Output: ꊲ

PHP:

$char = "\x{A2B2}";
echo $char;  // Output: ꊲ

Ruby:

char = "\u{A2B2}"
puts char  # Output: ꊲ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41650;</p>  <!-- Display: ꊲ -->

HTML Hexadecimal:

<p>HTML hex: &#xA2B2;</p>  <!-- Display: ꊲ -->

URL Encoding:

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

Encodings

MD5:

9ed734e1459c7e5fbb40ae55bc034b48

SHA1:

0f01f9f3dd457630fd6711a33b259d4b2a92d9be

Base64:

6oqy