Unicode Finder

"ꊜ" U+A29C(YI SYLLABLE ZOX)

U+A29C
區塊名稱
Yi Syllables
名稱
YI SYLLABLE ZOX

Programming

C
\uA29C
JavaScript
\uA29C
Java
\uA29C
Json
\uA29C
Python
\uA29C
Perl
\x{A29C}
PHP
\x{A29C}
Ruby
\u{A29C}
Rust
\u{A29C}
Go
\uA29C

Web

CSS
\00A29C
HtmlDecimal
ꊜ
HtmlHexadecimal
ꊜ
Url
%EA%8A%9C

Code

MD5
dab033434c832b3f1457665c0bb3aa60
Sha1
1a5f19f20982074f8cd3711234cb9fb310a45546
Base64
6oqc

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA29C';
console.log(char);  // Output: ꊜ

Java:

char c = '\uA29C';
System.out.println(c);  // Output: ꊜ

JSON:

{"text": "\uA29C"}  // Value: ꊜ

Python:

char = '\uA29C'
print(char)  # Output: ꊜ

Perl:

my $char = "\x{A29C}";
print $char;  # Output: ꊜ

PHP:

$char = "\x{A29C}";
echo $char;  // Output: ꊜ

Ruby:

char = "\u{A29C}"
puts char  # Output: ꊜ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41628;</p>  <!-- Display: ꊜ -->

HTML Hexadecimal:

<p>HTML hex: &#xA29C;</p>  <!-- Display: ꊜ -->

URL Encoding:

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

Encodings

MD5:

dab033434c832b3f1457665c0bb3aa60

SHA1:

1a5f19f20982074f8cd3711234cb9fb310a45546

Base64:

6oqc