Unicode Finder

"ꋉ" U+A2C9(YI SYLLABLE CUR)

U+A2C9
區塊名稱
Yi Syllables
名稱
YI SYLLABLE CUR

Programming

C
\uA2C9
JavaScript
\uA2C9
Java
\uA2C9
Json
\uA2C9
Python
\uA2C9
Perl
\x{A2C9}
PHP
\x{A2C9}
Ruby
\u{A2C9}
Rust
\u{A2C9}
Go
\uA2C9

Web

CSS
\00A2C9
HtmlDecimal
ꋉ
HtmlHexadecimal
ꋉ
Url
%EA%8B%89

Code

MD5
17657fa558e0721ff55f25c0236096e4
Sha1
432be8ffb0591511c4012ebf68ace05ab634ccf2
Base64
6ouJ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA2C9';
console.log(char);  // Output: ꋉ

Java:

char c = '\uA2C9';
System.out.println(c);  // Output: ꋉ

JSON:

{"text": "\uA2C9"}  // Value: ꋉ

Python:

char = '\uA2C9'
print(char)  # Output: ꋉ

Perl:

my $char = "\x{A2C9}";
print $char;  # Output: ꋉ

PHP:

$char = "\x{A2C9}";
echo $char;  // Output: ꋉ

Ruby:

char = "\u{A2C9}"
puts char  # Output: ꋉ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41673;</p>  <!-- Display: ꋉ -->

HTML Hexadecimal:

<p>HTML hex: &#xA2C9;</p>  <!-- Display: ꋉ -->

URL Encoding:

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

Encodings

MD5:

17657fa558e0721ff55f25c0236096e4

SHA1:

432be8ffb0591511c4012ebf68ace05ab634ccf2

Base64:

6ouJ