Unicode Finder

"꒱" U+A4B1(YI RADICAL VEP)

U+A4B1
ブロック名
Yi Radicals
名前
YI RADICAL VEP

Programming

C
\uA4B1
JavaScript
\uA4B1
Java
\uA4B1
Json
\uA4B1
Python
\uA4B1
Perl
\x{A4B1}
PHP
\x{A4B1}
Ruby
\u{A4B1}
Rust
\u{A4B1}
Go
\uA4B1

Web

CSS
\00A4B1
HtmlDecimal
꒱
HtmlHexadecimal
꒱
Url
%EA%92%B1

Code

MD5
b1f0e4bdf1913284c77d684b07065bb6
Sha1
177577068425c779723b42f7d004456e434636e0
Base64
6pKx

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4B1';
console.log(char);  // Output: ꒱

Java:

char c = '\uA4B1';
System.out.println(c);  // Output: ꒱

JSON:

{"text": "\uA4B1"}  // Value: ꒱

Python:

char = '\uA4B1'
print(char)  # Output: ꒱

Perl:

my $char = "\x{A4B1}";
print $char;  # Output: ꒱

PHP:

$char = "\x{A4B1}";
echo $char;  // Output: ꒱

Ruby:

char = "\u{A4B1}"
puts char  # Output: ꒱

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42161;</p>  <!-- Display: ꒱ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4B1;</p>  <!-- Display: ꒱ -->

URL Encoding:

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

Encodings

MD5:

b1f0e4bdf1913284c77d684b07065bb6

SHA1:

177577068425c779723b42f7d004456e434636e0

Base64:

6pKx