Unicode Finder

"ꊶ" U+A2B6(YI SYLLABLE CAT)

U+A2B6
區塊名稱
Yi Syllables
名稱
YI SYLLABLE CAT

Programming

C
\uA2B6
JavaScript
\uA2B6
Java
\uA2B6
Json
\uA2B6
Python
\uA2B6
Perl
\x{A2B6}
PHP
\x{A2B6}
Ruby
\u{A2B6}
Rust
\u{A2B6}
Go
\uA2B6

Web

CSS
\00A2B6
HtmlDecimal
ꊶ
HtmlHexadecimal
ꊶ
Url
%EA%8A%B6

Code

MD5
89f4aba1d6803be1d7946ada0fafb61b
Sha1
4eb2d378daee8f76446b17517e828c36c4bcad6c
Base64
6oq2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA2B6';
console.log(char);  // Output: ꊶ

Java:

char c = '\uA2B6';
System.out.println(c);  // Output: ꊶ

JSON:

{"text": "\uA2B6"}  // Value: ꊶ

Python:

char = '\uA2B6'
print(char)  # Output: ꊶ

Perl:

my $char = "\x{A2B6}";
print $char;  # Output: ꊶ

PHP:

$char = "\x{A2B6}";
echo $char;  // Output: ꊶ

Ruby:

char = "\u{A2B6}"
puts char  # Output: ꊶ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41654;</p>  <!-- Display: ꊶ -->

HTML Hexadecimal:

<p>HTML hex: &#xA2B6;</p>  <!-- Display: ꊶ -->

URL Encoding:

// ꊶ URL encoding
https://unicodefinder.com/search.php?query=%EA%8A%B6

Encodings

MD5:

89f4aba1d6803be1d7946ada0fafb61b

SHA1:

4eb2d378daee8f76446b17517e828c36c4bcad6c

Base64:

6oq2