Unicode Finder

"ꎵ" U+A3B5(YI SYLLABLE SHOP)

U+A3B5
ブロック名
Yi Syllables
名前
YI SYLLABLE SHOP

Programming

C
\uA3B5
JavaScript
\uA3B5
Java
\uA3B5
Json
\uA3B5
Python
\uA3B5
Perl
\x{A3B5}
PHP
\x{A3B5}
Ruby
\u{A3B5}
Rust
\u{A3B5}
Go
\uA3B5

Web

CSS
\00A3B5
HtmlDecimal
ꎵ
HtmlHexadecimal
ꎵ
Url
%EA%8E%B5

Code

MD5
1cdb4079848f9aad446269cb79435668
Sha1
94887f127149501a48a3080fa1b709bbcc9a2e1a
Base64
6o61

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA3B5';
console.log(char);  // Output: ꎵ

Java:

char c = '\uA3B5';
System.out.println(c);  // Output: ꎵ

JSON:

{"text": "\uA3B5"}  // Value: ꎵ

Python:

char = '\uA3B5'
print(char)  # Output: ꎵ

Perl:

my $char = "\x{A3B5}";
print $char;  # Output: ꎵ

PHP:

$char = "\x{A3B5}";
echo $char;  // Output: ꎵ

Ruby:

char = "\u{A3B5}"
puts char  # Output: ꎵ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41909;</p>  <!-- Display: ꎵ -->

HTML Hexadecimal:

<p>HTML hex: &#xA3B5;</p>  <!-- Display: ꎵ -->

URL Encoding:

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

Encodings

MD5:

1cdb4079848f9aad446269cb79435668

SHA1:

94887f127149501a48a3080fa1b709bbcc9a2e1a

Base64:

6o61