Unicode Finder

"ꂴ" U+A0B4(YI SYLLABLE MIEP)

U+A0B4
區塊名稱
Yi Syllables
名稱
YI SYLLABLE MIEP

Programming

C
\uA0B4
JavaScript
\uA0B4
Java
\uA0B4
Json
\uA0B4
Python
\uA0B4
Perl
\x{A0B4}
PHP
\x{A0B4}
Ruby
\u{A0B4}
Rust
\u{A0B4}
Go
\uA0B4

Web

CSS
\00A0B4
HtmlDecimal
ꂴ
HtmlHexadecimal
ꂴ
Url
%EA%82%B4

Code

MD5
a3080ffaa1ca393804b57452cf6fa53e
Sha1
879657e1591c09a7f99e8217ec3cf14abf06b536
Base64
6oK0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA0B4';
console.log(char);  // Output: ꂴ

Java:

char c = '\uA0B4';
System.out.println(c);  // Output: ꂴ

JSON:

{"text": "\uA0B4"}  // Value: ꂴ

Python:

char = '\uA0B4'
print(char)  # Output: ꂴ

Perl:

my $char = "\x{A0B4}";
print $char;  # Output: ꂴ

PHP:

$char = "\x{A0B4}";
echo $char;  // Output: ꂴ

Ruby:

char = "\u{A0B4}"
puts char  # Output: ꂴ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41140;</p>  <!-- Display: ꂴ -->

HTML Hexadecimal:

<p>HTML hex: &#xA0B4;</p>  <!-- Display: ꂴ -->

URL Encoding:

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

Encodings

MD5:

a3080ffaa1ca393804b57452cf6fa53e

SHA1:

879657e1591c09a7f99e8217ec3cf14abf06b536

Base64:

6oK0