Unicode Finder

"ꎰ" U+A3B0(YI SYLLABLE SHUO)

U+A3B0
ブロック名
Yi Syllables
名前
YI SYLLABLE SHUO

Programming

C
\uA3B0
JavaScript
\uA3B0
Java
\uA3B0
Json
\uA3B0
Python
\uA3B0
Perl
\x{A3B0}
PHP
\x{A3B0}
Ruby
\u{A3B0}
Rust
\u{A3B0}
Go
\uA3B0

Web

CSS
\00A3B0
HtmlDecimal
ꎰ
HtmlHexadecimal
ꎰ
Url
%EA%8E%B0

Code

MD5
a90b61019b35d4b8fda71b57bab44102
Sha1
ab32b681a0fc4070a28dd07c4718109221c615cb
Base64
6o6w

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA3B0';
console.log(char);  // Output: ꎰ

Java:

char c = '\uA3B0';
System.out.println(c);  // Output: ꎰ

JSON:

{"text": "\uA3B0"}  // Value: ꎰ

Python:

char = '\uA3B0'
print(char)  # Output: ꎰ

Perl:

my $char = "\x{A3B0}";
print $char;  # Output: ꎰ

PHP:

$char = "\x{A3B0}";
echo $char;  // Output: ꎰ

Ruby:

char = "\u{A3B0}"
puts char  # Output: ꎰ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41904;</p>  <!-- Display: ꎰ -->

HTML Hexadecimal:

<p>HTML hex: &#xA3B0;</p>  <!-- Display: ꎰ -->

URL Encoding:

// ꎰ URL encoding
https://unicodefinder.com/search.php?query=%EA%8E%B0

Encodings

MD5:

a90b61019b35d4b8fda71b57bab44102

SHA1:

ab32b681a0fc4070a28dd07c4718109221c615cb

Base64:

6o6w