Unicode Finder

"ꇖ" U+A1D6(YI SYLLABLE LY)

U+A1D6
區塊名稱
Yi Syllables
名稱
YI SYLLABLE LY

Programming

C
\uA1D6
JavaScript
\uA1D6
Java
\uA1D6
Json
\uA1D6
Python
\uA1D6
Perl
\x{A1D6}
PHP
\x{A1D6}
Ruby
\u{A1D6}
Rust
\u{A1D6}
Go
\uA1D6

Web

CSS
\00A1D6
HtmlDecimal
ꇖ
HtmlHexadecimal
ꇖ
Url
%EA%87%96

Code

MD5
a0d3adf0a6e96b3da152535a15509366
Sha1
d77b2a4a780d499851579251e678471549e08d05
Base64
6oeW

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA1D6';
console.log(char);  // Output: ꇖ

Java:

char c = '\uA1D6';
System.out.println(c);  // Output: ꇖ

JSON:

{"text": "\uA1D6"}  // Value: ꇖ

Python:

char = '\uA1D6'
print(char)  # Output: ꇖ

Perl:

my $char = "\x{A1D6}";
print $char;  # Output: ꇖ

PHP:

$char = "\x{A1D6}";
echo $char;  // Output: ꇖ

Ruby:

char = "\u{A1D6}"
puts char  # Output: ꇖ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41430;</p>  <!-- Display: ꇖ -->

HTML Hexadecimal:

<p>HTML hex: &#xA1D6;</p>  <!-- Display: ꇖ -->

URL Encoding:

// ꇖ URL encoding
https://unicodefinder.com/search.php?query=%EA%87%96

Encodings

MD5:

a0d3adf0a6e96b3da152535a15509366

SHA1:

d77b2a4a780d499851579251e678471549e08d05

Base64:

6oeW