Unicode Finder

"ꆷ" U+A1B7(YI SYLLABLE LIT)

U+A1B7
區塊名稱
Yi Syllables
名稱
YI SYLLABLE LIT

Programming

C
\uA1B7
JavaScript
\uA1B7
Java
\uA1B7
Json
\uA1B7
Python
\uA1B7
Perl
\x{A1B7}
PHP
\x{A1B7}
Ruby
\u{A1B7}
Rust
\u{A1B7}
Go
\uA1B7

Web

CSS
\00A1B7
HtmlDecimal
ꆷ
HtmlHexadecimal
ꆷ
Url
%EA%86%B7

Code

MD5
07a42704db9564f4800b2d5bdb4de2b7
Sha1
f80c0e60857a54669fa0eba148588f8c47f071a5
Base64
6oa3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\uA1B7';
console.log(char);  // Output: ꆷ

Java:

char c = '\uA1B7';
System.out.println(c);  // Output: ꆷ

JSON:

{"text": "\uA1B7"}  // Value: ꆷ

Python:

char = '\uA1B7'
print(char)  # Output: ꆷ

Perl:

my $char = "\x{A1B7}";
print $char;  # Output: ꆷ

PHP:

$char = "\x{A1B7}";
echo $char;  // Output: ꆷ

Ruby:

char = "\u{A1B7}"
puts char  # Output: ꆷ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41399;</p>  <!-- Display: ꆷ -->

HTML Hexadecimal:

<p>HTML hex: &#xA1B7;</p>  <!-- Display: ꆷ -->

URL Encoding:

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

Encodings

MD5:

07a42704db9564f4800b2d5bdb4de2b7

SHA1:

f80c0e60857a54669fa0eba148588f8c47f071a5

Base64:

6oa3