Unicode Finder

"꒴" U+A4B4(YI RADICAL NZUP)

U+A4B4
ブロック名
Yi Radicals
名前
YI RADICAL NZUP

Programming

C
\uA4B4
JavaScript
\uA4B4
Java
\uA4B4
Json
\uA4B4
Python
\uA4B4
Perl
\x{A4B4}
PHP
\x{A4B4}
Ruby
\u{A4B4}
Rust
\u{A4B4}
Go
\uA4B4

Web

CSS
\00A4B4
HtmlDecimal
꒴
HtmlHexadecimal
꒴
Url
%EA%92%B4

Code

MD5
bb2f9d30c15307c4da29148d025e41ec
Sha1
967b5955bec9f0d059a4a3b13d7f027bbd235271
Base64
6pK0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4B4';
console.log(char);  // Output: ꒴

Java:

char c = '\uA4B4';
System.out.println(c);  // Output: ꒴

JSON:

{"text": "\uA4B4"}  // Value: ꒴

Python:

char = '\uA4B4'
print(char)  # Output: ꒴

Perl:

my $char = "\x{A4B4}";
print $char;  # Output: ꒴

PHP:

$char = "\x{A4B4}";
echo $char;  // Output: ꒴

Ruby:

char = "\u{A4B4}"
puts char  # Output: ꒴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42164;</p>  <!-- Display: ꒴ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4B4;</p>  <!-- Display: ꒴ -->

URL Encoding:

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

Encodings

MD5:

bb2f9d30c15307c4da29148d025e41ec

SHA1:

967b5955bec9f0d059a4a3b13d7f027bbd235271

Base64:

6pK0