Unicode Finder

"ꇂ" U+A1C2(YI SYLLABLE LAP)

U+A1C2
區塊名稱
Yi Syllables
名稱
YI SYLLABLE LAP

Programming

C
\uA1C2
JavaScript
\uA1C2
Java
\uA1C2
Json
\uA1C2
Python
\uA1C2
Perl
\x{A1C2}
PHP
\x{A1C2}
Ruby
\u{A1C2}
Rust
\u{A1C2}
Go
\uA1C2

Web

CSS
\00A1C2
HtmlDecimal
ꇂ
HtmlHexadecimal
ꇂ
Url
%EA%87%82

Code

MD5
67780863bf9e7e8662dbfb8e374fb902
Sha1
34fed421e3585c6e786bb0c64e2cfe33cd9cfce7
Base64
6oeC

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA1C2';
console.log(char);  // Output: ꇂ

Java:

char c = '\uA1C2';
System.out.println(c);  // Output: ꇂ

JSON:

{"text": "\uA1C2"}  // Value: ꇂ

Python:

char = '\uA1C2'
print(char)  # Output: ꇂ

Perl:

my $char = "\x{A1C2}";
print $char;  # Output: ꇂ

PHP:

$char = "\x{A1C2}";
echo $char;  // Output: ꇂ

Ruby:

char = "\u{A1C2}"
puts char  # Output: ꇂ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41410;</p>  <!-- Display: ꇂ -->

HTML Hexadecimal:

<p>HTML hex: &#xA1C2;</p>  <!-- Display: ꇂ -->

URL Encoding:

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

Encodings

MD5:

67780863bf9e7e8662dbfb8e374fb902

SHA1:

34fed421e3585c6e786bb0c64e2cfe33cd9cfce7

Base64:

6oeC