Unicode Finder

"꒲" U+A4B2(YI RADICAL ZA)

U+A4B2
ブロック名
Yi Radicals
名前
YI RADICAL ZA

Programming

C
\uA4B2
JavaScript
\uA4B2
Java
\uA4B2
Json
\uA4B2
Python
\uA4B2
Perl
\x{A4B2}
PHP
\x{A4B2}
Ruby
\u{A4B2}
Rust
\u{A4B2}
Go
\uA4B2

Web

CSS
\00A4B2
HtmlDecimal
꒲
HtmlHexadecimal
꒲
Url
%EA%92%B2

Code

MD5
e48c396bd7e5c5f19913743f1f766cf1
Sha1
8909ee294697d1c15c031ec570e94bbf75c1a510
Base64
6pKy

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4B2';
console.log(char);  // Output: ꒲

Java:

char c = '\uA4B2';
System.out.println(c);  // Output: ꒲

JSON:

{"text": "\uA4B2"}  // Value: ꒲

Python:

char = '\uA4B2'
print(char)  # Output: ꒲

Perl:

my $char = "\x{A4B2}";
print $char;  # Output: ꒲

PHP:

$char = "\x{A4B2}";
echo $char;  // Output: ꒲

Ruby:

char = "\u{A4B2}"
puts char  # Output: ꒲

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42162;</p>  <!-- Display: ꒲ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4B2;</p>  <!-- Display: ꒲ -->

URL Encoding:

// ꒲ URL encoding
https://unicodefinder.com/search.php?query=%EA%92%B2

Encodings

MD5:

e48c396bd7e5c5f19913743f1f766cf1

SHA1:

8909ee294697d1c15c031ec570e94bbf75c1a510

Base64:

6pKy