Unicode Finder

"꒢" U+A4A2(YI RADICAL ZUP)

U+A4A2
ブロック名
Yi Radicals
名前
YI RADICAL ZUP

Programming

C
\uA4A2
JavaScript
\uA4A2
Java
\uA4A2
Json
\uA4A2
Python
\uA4A2
Perl
\x{A4A2}
PHP
\x{A4A2}
Ruby
\u{A4A2}
Rust
\u{A4A2}
Go
\uA4A2

Web

CSS
\00A4A2
HtmlDecimal
꒢
HtmlHexadecimal
꒢
Url
%EA%92%A2

Code

MD5
d2085f559cc8ff9c687842402ab27811
Sha1
2e01b06f30ef9116d89dcb10c32b3c69c6c07c8b
Base64
6pKi

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4A2';
console.log(char);  // Output: ꒢

Java:

char c = '\uA4A2';
System.out.println(c);  // Output: ꒢

JSON:

{"text": "\uA4A2"}  // Value: ꒢

Python:

char = '\uA4A2'
print(char)  # Output: ꒢

Perl:

my $char = "\x{A4A2}";
print $char;  # Output: ꒢

PHP:

$char = "\x{A4A2}";
echo $char;  // Output: ꒢

Ruby:

char = "\u{A4A2}"
puts char  # Output: ꒢

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42146;</p>  <!-- Display: ꒢ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4A2;</p>  <!-- Display: ꒢ -->

URL Encoding:

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

Encodings

MD5:

d2085f559cc8ff9c687842402ab27811

SHA1:

2e01b06f30ef9116d89dcb10c32b3c69c6c07c8b

Base64:

6pKi