Unicode Finder

"ꌫ" U+A32B(YI SYLLABLE SSIX)

U+A32B
ブロック名
Yi Syllables
名前
YI SYLLABLE SSIX

Programming

C
\uA32B
JavaScript
\uA32B
Java
\uA32B
Json
\uA32B
Python
\uA32B
Perl
\x{A32B}
PHP
\x{A32B}
Ruby
\u{A32B}
Rust
\u{A32B}
Go
\uA32B

Web

CSS
\00A32B
HtmlDecimal
ꌫ
HtmlHexadecimal
ꌫ
Url
%EA%8C%AB

Code

MD5
9d9e27745a5d92cfddaca87ce78b31e7
Sha1
c084ce52eb78765875f835e63d510bd531deb838
Base64
6oyr

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA32B';
console.log(char);  // Output: ꌫ

Java:

char c = '\uA32B';
System.out.println(c);  // Output: ꌫ

JSON:

{"text": "\uA32B"}  // Value: ꌫ

Python:

char = '\uA32B'
print(char)  # Output: ꌫ

Perl:

my $char = "\x{A32B}";
print $char;  # Output: ꌫ

PHP:

$char = "\x{A32B}";
echo $char;  // Output: ꌫ

Ruby:

char = "\u{A32B}"
puts char  # Output: ꌫ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41771;</p>  <!-- Display: ꌫ -->

HTML Hexadecimal:

<p>HTML hex: &#xA32B;</p>  <!-- Display: ꌫ -->

URL Encoding:

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

Encodings

MD5:

9d9e27745a5d92cfddaca87ce78b31e7

SHA1:

c084ce52eb78765875f835e63d510bd531deb838

Base64:

6oyr