Unicode Finder

"ꊰ" U+A2B0(YI SYLLABLE CI)

U+A2B0
區塊名稱
Yi Syllables
名稱
YI SYLLABLE CI

Programming

C
\uA2B0
JavaScript
\uA2B0
Java
\uA2B0
Json
\uA2B0
Python
\uA2B0
Perl
\x{A2B0}
PHP
\x{A2B0}
Ruby
\u{A2B0}
Rust
\u{A2B0}
Go
\uA2B0

Web

CSS
\00A2B0
HtmlDecimal
ꊰ
HtmlHexadecimal
ꊰ
Url
%EA%8A%B0

Code

MD5
6df4b739576cf7c9a0c38f4095069970
Sha1
b85ebfb2dc8e31d9fe63d5585c4bc8127268c42a
Base64
6oqw

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA2B0';
console.log(char);  // Output: ꊰ

Java:

char c = '\uA2B0';
System.out.println(c);  // Output: ꊰ

JSON:

{"text": "\uA2B0"}  // Value: ꊰ

Python:

char = '\uA2B0'
print(char)  # Output: ꊰ

Perl:

my $char = "\x{A2B0}";
print $char;  # Output: ꊰ

PHP:

$char = "\x{A2B0}";
echo $char;  // Output: ꊰ

Ruby:

char = "\u{A2B0}"
puts char  # Output: ꊰ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41648;</p>  <!-- Display: ꊰ -->

HTML Hexadecimal:

<p>HTML hex: &#xA2B0;</p>  <!-- Display: ꊰ -->

URL Encoding:

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

Encodings

MD5:

6df4b739576cf7c9a0c38f4095069970

SHA1:

b85ebfb2dc8e31d9fe63d5585c4bc8127268c42a

Base64:

6oqw