Unicode Finder

"ꊝ" U+A29D(YI SYLLABLE ZO)

U+A29D
區塊名稱
Yi Syllables
名稱
YI SYLLABLE ZO

Programming

C
\uA29D
JavaScript
\uA29D
Java
\uA29D
Json
\uA29D
Python
\uA29D
Perl
\x{A29D}
PHP
\x{A29D}
Ruby
\u{A29D}
Rust
\u{A29D}
Go
\uA29D

Web

CSS
\00A29D
HtmlDecimal
ꊝ
HtmlHexadecimal
ꊝ
Url
%EA%8A%9D

Code

MD5
e7c75b117dc51239b601ec5e563ef09f
Sha1
b545d1beae60cd8be6d9a8c89a4ec2a93eff58d9
Base64
6oqd

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA29D';
console.log(char);  // Output: ꊝ

Java:

char c = '\uA29D';
System.out.println(c);  // Output: ꊝ

JSON:

{"text": "\uA29D"}  // Value: ꊝ

Python:

char = '\uA29D'
print(char)  # Output: ꊝ

Perl:

my $char = "\x{A29D}";
print $char;  # Output: ꊝ

PHP:

$char = "\x{A29D}";
echo $char;  // Output: ꊝ

Ruby:

char = "\u{A29D}"
puts char  # Output: ꊝ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41629;</p>  <!-- Display: ꊝ -->

HTML Hexadecimal:

<p>HTML hex: &#xA29D;</p>  <!-- Display: ꊝ -->

URL Encoding:

// ꊝ URL encoding
https://unicodefinder.com/search.php?query=%EA%8A%9D

Encodings

MD5:

e7c75b117dc51239b601ec5e563ef09f

SHA1:

b545d1beae60cd8be6d9a8c89a4ec2a93eff58d9

Base64:

6oqd