Unicode Finder

"ꋀ" U+A2C0(YI SYLLABLE COP)

U+A2C0
區塊名稱
Yi Syllables
名稱
YI SYLLABLE COP

Programming

C
\uA2C0
JavaScript
\uA2C0
Java
\uA2C0
Json
\uA2C0
Python
\uA2C0
Perl
\x{A2C0}
PHP
\x{A2C0}
Ruby
\u{A2C0}
Rust
\u{A2C0}
Go
\uA2C0

Web

CSS
\00A2C0
HtmlDecimal
ꋀ
HtmlHexadecimal
ꋀ
Url
%EA%8B%80

Code

MD5
ce0029dc8933dbd51bc82eeaf152caf2
Sha1
045dee6f08caf4526e7b2c6da102aa0cc1c282dc
Base64
6ouA

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA2C0';
console.log(char);  // Output: ꋀ

Java:

char c = '\uA2C0';
System.out.println(c);  // Output: ꋀ

JSON:

{"text": "\uA2C0"}  // Value: ꋀ

Python:

char = '\uA2C0'
print(char)  # Output: ꋀ

Perl:

my $char = "\x{A2C0}";
print $char;  # Output: ꋀ

PHP:

$char = "\x{A2C0}";
echo $char;  // Output: ꋀ

Ruby:

char = "\u{A2C0}"
puts char  # Output: ꋀ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41664;</p>  <!-- Display: ꋀ -->

HTML Hexadecimal:

<p>HTML hex: &#xA2C0;</p>  <!-- Display: ꋀ -->

URL Encoding:

// ꋀ URL encoding
https://unicodefinder.com/search.php?query=%EA%8B%80

Encodings

MD5:

ce0029dc8933dbd51bc82eeaf152caf2

SHA1:

045dee6f08caf4526e7b2c6da102aa0cc1c282dc

Base64:

6ouA