Unicode Finder

"ꁫ" U+A06B(YI SYLLABLE BBEP)

U+A06B
區塊名稱
Yi Syllables
名稱
YI SYLLABLE BBEP

Programming

C
\uA06B
JavaScript
\uA06B
Java
\uA06B
Json
\uA06B
Python
\uA06B
Perl
\x{A06B}
PHP
\x{A06B}
Ruby
\u{A06B}
Rust
\u{A06B}
Go
\uA06B

Web

CSS
\00A06B
HtmlDecimal
ꁫ
HtmlHexadecimal
ꁫ
Url
%EA%81%AB

Code

MD5
8f3c0e6622d2f2484ae58e584b153a13
Sha1
604a1796feaf7fd9b05376c35ebfa0bc23208e4b
Base64
6oGr

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA06B';
console.log(char);  // Output: ꁫ

Java:

char c = '\uA06B';
System.out.println(c);  // Output: ꁫ

JSON:

{"text": "\uA06B"}  // Value: ꁫ

Python:

char = '\uA06B'
print(char)  # Output: ꁫ

Perl:

my $char = "\x{A06B}";
print $char;  # Output: ꁫ

PHP:

$char = "\x{A06B}";
echo $char;  // Output: ꁫ

Ruby:

char = "\u{A06B}"
puts char  # Output: ꁫ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41067;</p>  <!-- Display: ꁫ -->

HTML Hexadecimal:

<p>HTML hex: &#xA06B;</p>  <!-- Display: ꁫ -->

URL Encoding:

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

Encodings

MD5:

8f3c0e6622d2f2484ae58e584b153a13

SHA1:

604a1796feaf7fd9b05376c35ebfa0bc23208e4b

Base64:

6oGr