Unicode Finder

"ꀻ" U+A03B(YI SYLLABLE PIP)

U+A03B
區塊名稱
Yi Syllables
名稱
YI SYLLABLE PIP

Programming

C
\uA03B
JavaScript
\uA03B
Java
\uA03B
Json
\uA03B
Python
\uA03B
Perl
\x{A03B}
PHP
\x{A03B}
Ruby
\u{A03B}
Rust
\u{A03B}
Go
\uA03B

Web

CSS
\00A03B
HtmlDecimal
ꀻ
HtmlHexadecimal
ꀻ
Url
%EA%80%BB

Code

MD5
122e8de094d70847443f2ffb1d9d9ea6
Sha1
008a3ed333558e05e31df125010814f50190aeac
Base64
6oC7

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA03B';
console.log(char);  // Output: ꀻ

Java:

char c = '\uA03B';
System.out.println(c);  // Output: ꀻ

JSON:

{"text": "\uA03B"}  // Value: ꀻ

Python:

char = '\uA03B'
print(char)  # Output: ꀻ

Perl:

my $char = "\x{A03B}";
print $char;  # Output: ꀻ

PHP:

$char = "\x{A03B}";
echo $char;  // Output: ꀻ

Ruby:

char = "\u{A03B}"
puts char  # Output: ꀻ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41019;</p>  <!-- Display: ꀻ -->

HTML Hexadecimal:

<p>HTML hex: &#xA03B;</p>  <!-- Display: ꀻ -->

URL Encoding:

// ꀻ URL encoding
https://unicodefinder.com/search.php?query=%EA%80%BB

Encodings

MD5:

122e8de094d70847443f2ffb1d9d9ea6

SHA1:

008a3ed333558e05e31df125010814f50190aeac

Base64:

6oC7