Unicode Finder

"ꑫ" U+A46B(YI SYLLABLE XYT)

U+A46B
ブロック名
Yi Syllables
名前
YI SYLLABLE XYT

Programming

C
\uA46B
JavaScript
\uA46B
Java
\uA46B
Json
\uA46B
Python
\uA46B
Perl
\x{A46B}
PHP
\x{A46B}
Ruby
\u{A46B}
Rust
\u{A46B}
Go
\uA46B

Web

CSS
\00A46B
HtmlDecimal
ꑫ
HtmlHexadecimal
ꑫ
Url
%EA%91%AB

Code

MD5
62134392f1bff80647074d80b28cef43
Sha1
3ce61ba19a8129cbab11e494aefd34efed70af22
Base64
6pGr

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA46B';
console.log(char);  // Output: ꑫ

Java:

char c = '\uA46B';
System.out.println(c);  // Output: ꑫ

JSON:

{"text": "\uA46B"}  // Value: ꑫ

Python:

char = '\uA46B'
print(char)  # Output: ꑫ

Perl:

my $char = "\x{A46B}";
print $char;  # Output: ꑫ

PHP:

$char = "\x{A46B}";
echo $char;  // Output: ꑫ

Ruby:

char = "\u{A46B}"
puts char  # Output: ꑫ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42091;</p>  <!-- Display: ꑫ -->

HTML Hexadecimal:

<p>HTML hex: &#xA46B;</p>  <!-- Display: ꑫ -->

URL Encoding:

// ꑫ URL encoding
https://unicodefinder.com/search.php?query=%EA%91%AB

Encodings

MD5:

62134392f1bff80647074d80b28cef43

SHA1:

3ce61ba19a8129cbab11e494aefd34efed70af22

Base64:

6pGr