Unicode Finder

"ꎛ" U+A39B(YI SYLLABLE NRET)

U+A39B
ブロック名
Yi Syllables
名前
YI SYLLABLE NRET

Programming

C
\uA39B
JavaScript
\uA39B
Java
\uA39B
Json
\uA39B
Python
\uA39B
Perl
\x{A39B}
PHP
\x{A39B}
Ruby
\u{A39B}
Rust
\u{A39B}
Go
\uA39B

Web

CSS
\00A39B
HtmlDecimal
ꎛ
HtmlHexadecimal
ꎛ
Url
%EA%8E%9B

Code

MD5
b0ba096039ee73c85281eb473fcb3b44
Sha1
6ef0fe9abc1ee2f62612c4300c39dd52e4edbafc
Base64
6o6b

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA39B';
console.log(char);  // Output: ꎛ

Java:

char c = '\uA39B';
System.out.println(c);  // Output: ꎛ

JSON:

{"text": "\uA39B"}  // Value: ꎛ

Python:

char = '\uA39B'
print(char)  # Output: ꎛ

Perl:

my $char = "\x{A39B}";
print $char;  # Output: ꎛ

PHP:

$char = "\x{A39B}";
echo $char;  // Output: ꎛ

Ruby:

char = "\u{A39B}"
puts char  # Output: ꎛ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41883;</p>  <!-- Display: ꎛ -->

HTML Hexadecimal:

<p>HTML hex: &#xA39B;</p>  <!-- Display: ꎛ -->

URL Encoding:

// ꎛ URL encoding
https://unicodefinder.com/search.php?query=%EA%8E%9B

Encodings

MD5:

b0ba096039ee73c85281eb473fcb3b44

SHA1:

6ef0fe9abc1ee2f62612c4300c39dd52e4edbafc

Base64:

6o6b