Unicode Finder

"ꂋ" U+A08B(YI SYLLABLE NBYT)

U+A08B
區塊名稱
Yi Syllables
名稱
YI SYLLABLE NBYT

Programming

C
\uA08B
JavaScript
\uA08B
Java
\uA08B
Json
\uA08B
Python
\uA08B
Perl
\x{A08B}
PHP
\x{A08B}
Ruby
\u{A08B}
Rust
\u{A08B}
Go
\uA08B

Web

CSS
\00A08B
HtmlDecimal
ꂋ
HtmlHexadecimal
ꂋ
Url
%EA%82%8B

Code

MD5
4c1c7fb456a920c3f0a13bd242e15ae5
Sha1
fdcc289bcce53608cd955e2ddd67c2c5d4e7df5d
Base64
6oKL

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA08B';
console.log(char);  // Output: ꂋ

Java:

char c = '\uA08B';
System.out.println(c);  // Output: ꂋ

JSON:

{"text": "\uA08B"}  // Value: ꂋ

Python:

char = '\uA08B'
print(char)  # Output: ꂋ

Perl:

my $char = "\x{A08B}";
print $char;  # Output: ꂋ

PHP:

$char = "\x{A08B}";
echo $char;  // Output: ꂋ

Ruby:

char = "\u{A08B}"
puts char  # Output: ꂋ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41099;</p>  <!-- Display: ꂋ -->

HTML Hexadecimal:

<p>HTML hex: &#xA08B;</p>  <!-- Display: ꂋ -->

URL Encoding:

// ꂋ URL encoding
https://unicodefinder.com/search.php?query=%EA%82%8B

Encodings

MD5:

4c1c7fb456a920c3f0a13bd242e15ae5

SHA1:

fdcc289bcce53608cd955e2ddd67c2c5d4e7df5d

Base64:

6oKL