Unicode Finder

"ꊱ" U+A2B1(YI SYLLABLE CIP)

U+A2B1
區塊名稱
Yi Syllables
名稱
YI SYLLABLE CIP

Programming

C
\uA2B1
JavaScript
\uA2B1
Java
\uA2B1
Json
\uA2B1
Python
\uA2B1
Perl
\x{A2B1}
PHP
\x{A2B1}
Ruby
\u{A2B1}
Rust
\u{A2B1}
Go
\uA2B1

Web

CSS
\00A2B1
HtmlDecimal
ꊱ
HtmlHexadecimal
ꊱ
Url
%EA%8A%B1

Code

MD5
8a04c09189c4c6d4c69bec7c34966003
Sha1
42ba575c8b34aadb9ed10e3605ab572815ebcfb5
Base64
6oqx

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA2B1';
console.log(char);  // Output: ꊱ

Java:

char c = '\uA2B1';
System.out.println(c);  // Output: ꊱ

JSON:

{"text": "\uA2B1"}  // Value: ꊱ

Python:

char = '\uA2B1'
print(char)  # Output: ꊱ

Perl:

my $char = "\x{A2B1}";
print $char;  # Output: ꊱ

PHP:

$char = "\x{A2B1}";
echo $char;  // Output: ꊱ

Ruby:

char = "\u{A2B1}"
puts char  # Output: ꊱ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41649;</p>  <!-- Display: ꊱ -->

HTML Hexadecimal:

<p>HTML hex: &#xA2B1;</p>  <!-- Display: ꊱ -->

URL Encoding:

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

Encodings

MD5:

8a04c09189c4c6d4c69bec7c34966003

SHA1:

42ba575c8b34aadb9ed10e3605ab572815ebcfb5

Base64:

6oqx