Unicode Finder

"꒵" U+A4B5(YI RADICAL JJY)

U+A4B5
ブロック名
Yi Radicals
名前
YI RADICAL JJY

Programming

C
\uA4B5
JavaScript
\uA4B5
Java
\uA4B5
Json
\uA4B5
Python
\uA4B5
Perl
\x{A4B5}
PHP
\x{A4B5}
Ruby
\u{A4B5}
Rust
\u{A4B5}
Go
\uA4B5

Web

CSS
\00A4B5
HtmlDecimal
꒵
HtmlHexadecimal
꒵
Url
%EA%92%B5

Code

MD5
31c3979287cbea621b1b23ef3196c219
Sha1
7dca05916ce92bb0139492d8fce484866fec0b13
Base64
6pK1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4B5';
console.log(char);  // Output: ꒵

Java:

char c = '\uA4B5';
System.out.println(c);  // Output: ꒵

JSON:

{"text": "\uA4B5"}  // Value: ꒵

Python:

char = '\uA4B5'
print(char)  # Output: ꒵

Perl:

my $char = "\x{A4B5}";
print $char;  # Output: ꒵

PHP:

$char = "\x{A4B5}";
echo $char;  // Output: ꒵

Ruby:

char = "\u{A4B5}"
puts char  # Output: ꒵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42165;</p>  <!-- Display: ꒵ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4B5;</p>  <!-- Display: ꒵ -->

URL Encoding:

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

Encodings

MD5:

31c3979287cbea621b1b23ef3196c219

SHA1:

7dca05916ce92bb0139492d8fce484866fec0b13

Base64:

6pK1