Unicode Finder

"ꊫ" U+A2AB(YI SYLLABLE ZYP)

U+A2AB
區塊名稱
Yi Syllables
名稱
YI SYLLABLE ZYP

Programming

C
\uA2AB
JavaScript
\uA2AB
Java
\uA2AB
Json
\uA2AB
Python
\uA2AB
Perl
\x{A2AB}
PHP
\x{A2AB}
Ruby
\u{A2AB}
Rust
\u{A2AB}
Go
\uA2AB

Web

CSS
\00A2AB
HtmlDecimal
ꊫ
HtmlHexadecimal
ꊫ
Url
%EA%8A%AB

Code

MD5
3dc88e3838316cc50aea45c458faf36b
Sha1
98be71e695b5805590fec0bfcdea04bd0cdb7efa
Base64
6oqr

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA2AB';
console.log(char);  // Output: ꊫ

Java:

char c = '\uA2AB';
System.out.println(c);  // Output: ꊫ

JSON:

{"text": "\uA2AB"}  // Value: ꊫ

Python:

char = '\uA2AB'
print(char)  # Output: ꊫ

Perl:

my $char = "\x{A2AB}";
print $char;  # Output: ꊫ

PHP:

$char = "\x{A2AB}";
echo $char;  // Output: ꊫ

Ruby:

char = "\u{A2AB}"
puts char  # Output: ꊫ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41643;</p>  <!-- Display: ꊫ -->

HTML Hexadecimal:

<p>HTML hex: &#xA2AB;</p>  <!-- Display: ꊫ -->

URL Encoding:

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

Encodings

MD5:

3dc88e3838316cc50aea45c458faf36b

SHA1:

98be71e695b5805590fec0bfcdea04bd0cdb7efa

Base64:

6oqr