Unicode Finder

"ꄙ" U+A119(YI SYLLABLE DUR)

U+A119
區塊名稱
Yi Syllables
名稱
YI SYLLABLE DUR

Programming

C
\uA119
JavaScript
\uA119
Java
\uA119
Json
\uA119
Python
\uA119
Perl
\x{A119}
PHP
\x{A119}
Ruby
\u{A119}
Rust
\u{A119}
Go
\uA119

Web

CSS
\00A119
HtmlDecimal
ꄙ
HtmlHexadecimal
ꄙ
Url
%EA%84%99

Code

MD5
a50f865a3f60c8229a6b83b6b8f22ca6
Sha1
d162a228775fd24729739f7de5e83f580e4dbee7
Base64
6oSZ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA119';
console.log(char);  // Output: ꄙ

Java:

char c = '\uA119';
System.out.println(c);  // Output: ꄙ

JSON:

{"text": "\uA119"}  // Value: ꄙ

Python:

char = '\uA119'
print(char)  # Output: ꄙ

Perl:

my $char = "\x{A119}";
print $char;  # Output: ꄙ

PHP:

$char = "\x{A119}";
echo $char;  // Output: ꄙ

Ruby:

char = "\u{A119}"
puts char  # Output: ꄙ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41241;</p>  <!-- Display: ꄙ -->

HTML Hexadecimal:

<p>HTML hex: &#xA119;</p>  <!-- Display: ꄙ -->

URL Encoding:

// ꄙ URL encoding
https://unicodefinder.com/search.php?query=%EA%84%99

Encodings

MD5:

a50f865a3f60c8229a6b83b6b8f22ca6

SHA1:

d162a228775fd24729739f7de5e83f580e4dbee7

Base64:

6oSZ