Unicode Finder

"ꄜ" U+A11C(YI SYLLABLE TI)

U+A11C
區塊名稱
Yi Syllables
名稱
YI SYLLABLE TI

Programming

C
\uA11C
JavaScript
\uA11C
Java
\uA11C
Json
\uA11C
Python
\uA11C
Perl
\x{A11C}
PHP
\x{A11C}
Ruby
\u{A11C}
Rust
\u{A11C}
Go
\uA11C

Web

CSS
\00A11C
HtmlDecimal
ꄜ
HtmlHexadecimal
ꄜ
Url
%EA%84%9C

Code

MD5
6c4ddb78bf4ef83cdc27e93aa5ee5255
Sha1
d2ce0e3f2ea83856ecd962aa5beed0e36dee11b8
Base64
6oSc

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA11C';
console.log(char);  // Output: ꄜ

Java:

char c = '\uA11C';
System.out.println(c);  // Output: ꄜ

JSON:

{"text": "\uA11C"}  // Value: ꄜ

Python:

char = '\uA11C'
print(char)  # Output: ꄜ

Perl:

my $char = "\x{A11C}";
print $char;  # Output: ꄜ

PHP:

$char = "\x{A11C}";
echo $char;  // Output: ꄜ

Ruby:

char = "\u{A11C}"
puts char  # Output: ꄜ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41244;</p>  <!-- Display: ꄜ -->

HTML Hexadecimal:

<p>HTML hex: &#xA11C;</p>  <!-- Display: ꄜ -->

URL Encoding:

// ꄜ URL encoding
https://unicodefinder.com/search.php?query=%EA%84%9C

Encodings

MD5:

6c4ddb78bf4ef83cdc27e93aa5ee5255

SHA1:

d2ce0e3f2ea83856ecd962aa5beed0e36dee11b8

Base64:

6oSc