Unicode Finder

"ꌻ" U+A33B(YI SYLLABLE SSEP)

U+A33B
ブロック名
Yi Syllables
名前
YI SYLLABLE SSEP

Programming

C
\uA33B
JavaScript
\uA33B
Java
\uA33B
Json
\uA33B
Python
\uA33B
Perl
\x{A33B}
PHP
\x{A33B}
Ruby
\u{A33B}
Rust
\u{A33B}
Go
\uA33B

Web

CSS
\00A33B
HtmlDecimal
ꌻ
HtmlHexadecimal
ꌻ
Url
%EA%8C%BB

Code

MD5
950b108d144afc50930495193f3c1baa
Sha1
7c790c9e0cd6ec79cd7e155120a9d5f6dcadb71b
Base64
6oy7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA33B';
console.log(char);  // Output: ꌻ

Java:

char c = '\uA33B';
System.out.println(c);  // Output: ꌻ

JSON:

{"text": "\uA33B"}  // Value: ꌻ

Python:

char = '\uA33B'
print(char)  # Output: ꌻ

Perl:

my $char = "\x{A33B}";
print $char;  # Output: ꌻ

PHP:

$char = "\x{A33B}";
echo $char;  // Output: ꌻ

Ruby:

char = "\u{A33B}"
puts char  # Output: ꌻ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41787;</p>  <!-- Display: ꌻ -->

HTML Hexadecimal:

<p>HTML hex: &#xA33B;</p>  <!-- Display: ꌻ -->

URL Encoding:

// ꌻ URL encoding
https://unicodefinder.com/search.php?query=%EA%8C%BB

Encodings

MD5:

950b108d144afc50930495193f3c1baa

SHA1:

7c790c9e0cd6ec79cd7e155120a9d5f6dcadb71b

Base64:

6oy7