Unicode Finder

"꒰" U+A4B0(YI RADICAL SHY)

U+A4B0
ブロック名
Yi Radicals
名前
YI RADICAL SHY

Programming

C
\uA4B0
JavaScript
\uA4B0
Java
\uA4B0
Json
\uA4B0
Python
\uA4B0
Perl
\x{A4B0}
PHP
\x{A4B0}
Ruby
\u{A4B0}
Rust
\u{A4B0}
Go
\uA4B0

Web

CSS
\00A4B0
HtmlDecimal
꒰
HtmlHexadecimal
꒰
Url
%EA%92%B0

Code

MD5
1aa3b3b104357219e87ad4e7ce807bc7
Sha1
6faa7b54fed1f3180e80b4808fcc3aebac46eb35
Base64
6pKw

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4B0';
console.log(char);  // Output: ꒰

Java:

char c = '\uA4B0';
System.out.println(c);  // Output: ꒰

JSON:

{"text": "\uA4B0"}  // Value: ꒰

Python:

char = '\uA4B0'
print(char)  # Output: ꒰

Perl:

my $char = "\x{A4B0}";
print $char;  # Output: ꒰

PHP:

$char = "\x{A4B0}";
echo $char;  // Output: ꒰

Ruby:

char = "\u{A4B0}"
puts char  # Output: ꒰

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42160;</p>  <!-- Display: ꒰ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4B0;</p>  <!-- Display: ꒰ -->

URL Encoding:

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

Encodings

MD5:

1aa3b3b104357219e87ad4e7ce807bc7

SHA1:

6faa7b54fed1f3180e80b4808fcc3aebac46eb35

Base64:

6pKw