Unicode Finder

"ꍋ" U+A34B(YI SYLLABLE ZHUO)

U+A34B
區塊名稱
Yi Syllables
名稱
YI SYLLABLE ZHUO

Programming

C
\uA34B
JavaScript
\uA34B
Java
\uA34B
Json
\uA34B
Python
\uA34B
Perl
\x{A34B}
PHP
\x{A34B}
Ruby
\u{A34B}
Rust
\u{A34B}
Go
\uA34B

Web

CSS
\00A34B
HtmlDecimal
ꍋ
HtmlHexadecimal
ꍋ
Url
%EA%8D%8B

Code

MD5
561306a25700a15561f0f2ab6deb2de7
Sha1
2e9514ecc1554648c2788233d79325799c1eaf95
Base64
6o2L

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA34B';
console.log(char);  // Output: ꍋ

Java:

char c = '\uA34B';
System.out.println(c);  // Output: ꍋ

JSON:

{"text": "\uA34B"}  // Value: ꍋ

Python:

char = '\uA34B'
print(char)  # Output: ꍋ

Perl:

my $char = "\x{A34B}";
print $char;  # Output: ꍋ

PHP:

$char = "\x{A34B}";
echo $char;  // Output: ꍋ

Ruby:

char = "\u{A34B}"
puts char  # Output: ꍋ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41803;</p>  <!-- Display: ꍋ -->

HTML Hexadecimal:

<p>HTML hex: &#xA34B;</p>  <!-- Display: ꍋ -->

URL Encoding:

// ꍋ URL encoding
https://unicodefinder.com/search.php?query=%EA%8D%8B

Encodings

MD5:

561306a25700a15561f0f2ab6deb2de7

SHA1:

2e9514ecc1554648c2788233d79325799c1eaf95

Base64:

6o2L