Unicode Finder

"꒳" U+A4B3(YI RADICAL JO)

U+A4B3
ブロック名
Yi Radicals
名前
YI RADICAL JO

Programming

C
\uA4B3
JavaScript
\uA4B3
Java
\uA4B3
Json
\uA4B3
Python
\uA4B3
Perl
\x{A4B3}
PHP
\x{A4B3}
Ruby
\u{A4B3}
Rust
\u{A4B3}
Go
\uA4B3

Web

CSS
\00A4B3
HtmlDecimal
꒳
HtmlHexadecimal
꒳
Url
%EA%92%B3

Code

MD5
d32c04d6cfd38a6b357c85eae3cba4fc
Sha1
1102eacaf4885a30f5c11a7262ded64cd5818056
Base64
6pKz

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4B3';
console.log(char);  // Output: ꒳

Java:

char c = '\uA4B3';
System.out.println(c);  // Output: ꒳

JSON:

{"text": "\uA4B3"}  // Value: ꒳

Python:

char = '\uA4B3'
print(char)  # Output: ꒳

Perl:

my $char = "\x{A4B3}";
print $char;  # Output: ꒳

PHP:

$char = "\x{A4B3}";
echo $char;  // Output: ꒳

Ruby:

char = "\u{A4B3}"
puts char  # Output: ꒳

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42163;</p>  <!-- Display: ꒳ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4B3;</p>  <!-- Display: ꒳ -->

URL Encoding:

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

Encodings

MD5:

d32c04d6cfd38a6b357c85eae3cba4fc

SHA1:

1102eacaf4885a30f5c11a7262ded64cd5818056

Base64:

6pKz