Unicode Finder

"ꁻ" U+A07B(YI SYLLABLE NBIE)

U+A07B
區塊名稱
Yi Syllables
名稱
YI SYLLABLE NBIE

Programming

C
\uA07B
JavaScript
\uA07B
Java
\uA07B
Json
\uA07B
Python
\uA07B
Perl
\x{A07B}
PHP
\x{A07B}
Ruby
\u{A07B}
Rust
\u{A07B}
Go
\uA07B

Web

CSS
\00A07B
HtmlDecimal
ꁻ
HtmlHexadecimal
ꁻ
Url
%EA%81%BB

Code

MD5
3691f10578224adab2fffd00cda170d9
Sha1
eb0e603939f48d0dfd61a17da3f51bf079ac6072
Base64
6oG7

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA07B';
console.log(char);  // Output: ꁻ

Java:

char c = '\uA07B';
System.out.println(c);  // Output: ꁻ

JSON:

{"text": "\uA07B"}  // Value: ꁻ

Python:

char = '\uA07B'
print(char)  # Output: ꁻ

Perl:

my $char = "\x{A07B}";
print $char;  # Output: ꁻ

PHP:

$char = "\x{A07B}";
echo $char;  // Output: ꁻ

Ruby:

char = "\u{A07B}"
puts char  # Output: ꁻ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41083;</p>  <!-- Display: ꁻ -->

HTML Hexadecimal:

<p>HTML hex: &#xA07B;</p>  <!-- Display: ꁻ -->

URL Encoding:

// ꁻ URL encoding
https://unicodefinder.com/search.php?query=%EA%81%BB

Encodings

MD5:

3691f10578224adab2fffd00cda170d9

SHA1:

eb0e603939f48d0dfd61a17da3f51bf079ac6072

Base64:

6oG7