Unicode Finder

"ꅆ" U+A146(YI SYLLABLE DDO)

U+A146
區塊名稱
Yi Syllables
名稱
YI SYLLABLE DDO

Programming

C
\uA146
JavaScript
\uA146
Java
\uA146
Json
\uA146
Python
\uA146
Perl
\x{A146}
PHP
\x{A146}
Ruby
\u{A146}
Rust
\u{A146}
Go
\uA146

Web

CSS
\00A146
HtmlDecimal
ꅆ
HtmlHexadecimal
ꅆ
Url
%EA%85%86

Code

MD5
2426a5aed62ac8bd2d4e400fb6515c64
Sha1
30100371d845129c4cc5b882e86b689d0015521f
Base64
6oWG

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA146';
console.log(char);  // Output: ꅆ

Java:

char c = '\uA146';
System.out.println(c);  // Output: ꅆ

JSON:

{"text": "\uA146"}  // Value: ꅆ

Python:

char = '\uA146'
print(char)  # Output: ꅆ

Perl:

my $char = "\x{A146}";
print $char;  # Output: ꅆ

PHP:

$char = "\x{A146}";
echo $char;  // Output: ꅆ

Ruby:

char = "\u{A146}"
puts char  # Output: ꅆ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41286;</p>  <!-- Display: ꅆ -->

HTML Hexadecimal:

<p>HTML hex: &#xA146;</p>  <!-- Display: ꅆ -->

URL Encoding:

// ꅆ URL encoding
https://unicodefinder.com/search.php?query=%EA%85%86

Encodings

MD5:

2426a5aed62ac8bd2d4e400fb6515c64

SHA1:

30100371d845129c4cc5b882e86b689d0015521f

Base64:

6oWG