Unicode Finder

"ꆣ" U+A1A3(YI SYLLABLE HLUO)

U+A1A3
區塊名稱
Yi Syllables
名稱
YI SYLLABLE HLUO

Programming

C
\uA1A3
JavaScript
\uA1A3
Java
\uA1A3
Json
\uA1A3
Python
\uA1A3
Perl
\x{A1A3}
PHP
\x{A1A3}
Ruby
\u{A1A3}
Rust
\u{A1A3}
Go
\uA1A3

Web

CSS
\00A1A3
HtmlDecimal
ꆣ
HtmlHexadecimal
ꆣ
Url
%EA%86%A3

Code

MD5
657a2397a086cb229fded4155727aa7e
Sha1
ef9557c463c59f95c9ad7105ad3c9c2544224ddf
Base64
6oaj

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA1A3';
console.log(char);  // Output: ꆣ

Java:

char c = '\uA1A3';
System.out.println(c);  // Output: ꆣ

JSON:

{"text": "\uA1A3"}  // Value: ꆣ

Python:

char = '\uA1A3'
print(char)  # Output: ꆣ

Perl:

my $char = "\x{A1A3}";
print $char;  # Output: ꆣ

PHP:

$char = "\x{A1A3}";
echo $char;  // Output: ꆣ

Ruby:

char = "\u{A1A3}"
puts char  # Output: ꆣ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41379;</p>  <!-- Display: ꆣ -->

HTML Hexadecimal:

<p>HTML hex: &#xA1A3;</p>  <!-- Display: ꆣ -->

URL Encoding:

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

Encodings

MD5:

657a2397a086cb229fded4155727aa7e

SHA1:

ef9557c463c59f95c9ad7105ad3c9c2544224ddf

Base64:

6oaj