Unicode Finder

"ꈻ" U+A23B(YI SYLLABLE MGO)

U+A23B
區塊名稱
Yi Syllables
名稱
YI SYLLABLE MGO

Programming

C
\uA23B
JavaScript
\uA23B
Java
\uA23B
Json
\uA23B
Python
\uA23B
Perl
\x{A23B}
PHP
\x{A23B}
Ruby
\u{A23B}
Rust
\u{A23B}
Go
\uA23B

Web

CSS
\00A23B
HtmlDecimal
ꈻ
HtmlHexadecimal
ꈻ
Url
%EA%88%BB

Code

MD5
b9377302d1f886c437c3804feee3fbb3
Sha1
ca3acc4545c1ddf14a9114b4835cf983679256bf
Base64
6oi7

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA23B';
console.log(char);  // Output: ꈻ

Java:

char c = '\uA23B';
System.out.println(c);  // Output: ꈻ

JSON:

{"text": "\uA23B"}  // Value: ꈻ

Python:

char = '\uA23B'
print(char)  # Output: ꈻ

Perl:

my $char = "\x{A23B}";
print $char;  # Output: ꈻ

PHP:

$char = "\x{A23B}";
echo $char;  // Output: ꈻ

Ruby:

char = "\u{A23B}"
puts char  # Output: ꈻ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41531;</p>  <!-- Display: ꈻ -->

HTML Hexadecimal:

<p>HTML hex: &#xA23B;</p>  <!-- Display: ꈻ -->

URL Encoding:

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

Encodings

MD5:

b9377302d1f886c437c3804feee3fbb3

SHA1:

ca3acc4545c1ddf14a9114b4835cf983679256bf

Base64:

6oi7