Unicode Finder

"ꉝ" U+A25D(YI SYLLABLE NGIEX)

U+A25D
區塊名稱
Yi Syllables
名稱
YI SYLLABLE NGIEX

Programming

C
\uA25D
JavaScript
\uA25D
Java
\uA25D
Json
\uA25D
Python
\uA25D
Perl
\x{A25D}
PHP
\x{A25D}
Ruby
\u{A25D}
Rust
\u{A25D}
Go
\uA25D

Web

CSS
\00A25D
HtmlDecimal
ꉝ
HtmlHexadecimal
ꉝ
Url
%EA%89%9D

Code

MD5
2ece00cc2e5954ac68302512f295073e
Sha1
cf210e880fcc1fe2beb1c9bf931972c8b9a8f005
Base64
6omd

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA25D';
console.log(char);  // Output: ꉝ

Java:

char c = '\uA25D';
System.out.println(c);  // Output: ꉝ

JSON:

{"text": "\uA25D"}  // Value: ꉝ

Python:

char = '\uA25D'
print(char)  # Output: ꉝ

Perl:

my $char = "\x{A25D}";
print $char;  # Output: ꉝ

PHP:

$char = "\x{A25D}";
echo $char;  // Output: ꉝ

Ruby:

char = "\u{A25D}"
puts char  # Output: ꉝ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41565;</p>  <!-- Display: ꉝ -->

HTML Hexadecimal:

<p>HTML hex: &#xA25D;</p>  <!-- Display: ꉝ -->

URL Encoding:

// ꉝ URL encoding
https://unicodefinder.com/search.php?query=%EA%89%9D

Encodings

MD5:

2ece00cc2e5954ac68302512f295073e

SHA1:

cf210e880fcc1fe2beb1c9bf931972c8b9a8f005

Base64:

6omd