Unicode Finder

"꒸" U+A4B8(YI RADICAL WO)

U+A4B8
ブロック名
Yi Radicals
名前
YI RADICAL WO

Programming

C
\uA4B8
JavaScript
\uA4B8
Java
\uA4B8
Json
\uA4B8
Python
\uA4B8
Perl
\x{A4B8}
PHP
\x{A4B8}
Ruby
\u{A4B8}
Rust
\u{A4B8}
Go
\uA4B8

Web

CSS
\00A4B8
HtmlDecimal
꒸
HtmlHexadecimal
꒸
Url
%EA%92%B8

Code

MD5
e1370b5703d77985e60a446f98e1d503
Sha1
78fbac4577e90e59a085eef77bb43fc7a87af79b
Base64
6pK4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4B8';
console.log(char);  // Output: ꒸

Java:

char c = '\uA4B8';
System.out.println(c);  // Output: ꒸

JSON:

{"text": "\uA4B8"}  // Value: ꒸

Python:

char = '\uA4B8'
print(char)  # Output: ꒸

Perl:

my $char = "\x{A4B8}";
print $char;  # Output: ꒸

PHP:

$char = "\x{A4B8}";
echo $char;  // Output: ꒸

Ruby:

char = "\u{A4B8}"
puts char  # Output: ꒸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42168;</p>  <!-- Display: ꒸ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4B8;</p>  <!-- Display: ꒸ -->

URL Encoding:

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

Encodings

MD5:

e1370b5703d77985e60a446f98e1d503

SHA1:

78fbac4577e90e59a085eef77bb43fc7a87af79b

Base64:

6pK4