Unicode Finder

"ꐛ" U+A41B(YI SYLLABLE JJIP)

U+A41B
ブロック名
Yi Syllables
名前
YI SYLLABLE JJIP

Programming

C
\uA41B
JavaScript
\uA41B
Java
\uA41B
Json
\uA41B
Python
\uA41B
Perl
\x{A41B}
PHP
\x{A41B}
Ruby
\u{A41B}
Rust
\u{A41B}
Go
\uA41B

Web

CSS
\00A41B
HtmlDecimal
ꐛ
HtmlHexadecimal
ꐛ
Url
%EA%90%9B

Code

MD5
9d68bc7c44c1618cdf5eaa99841e9b34
Sha1
a2943adb420af29e5d6eead9bafe4ac523d9729d
Base64
6pCb

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA41B';
console.log(char);  // Output: ꐛ

Java:

char c = '\uA41B';
System.out.println(c);  // Output: ꐛ

JSON:

{"text": "\uA41B"}  // Value: ꐛ

Python:

char = '\uA41B'
print(char)  # Output: ꐛ

Perl:

my $char = "\x{A41B}";
print $char;  # Output: ꐛ

PHP:

$char = "\x{A41B}";
echo $char;  // Output: ꐛ

Ruby:

char = "\u{A41B}"
puts char  # Output: ꐛ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42011;</p>  <!-- Display: ꐛ -->

HTML Hexadecimal:

<p>HTML hex: &#xA41B;</p>  <!-- Display: ꐛ -->

URL Encoding:

// ꐛ URL encoding
https://unicodefinder.com/search.php?query=%EA%90%9B

Encodings

MD5:

9d68bc7c44c1618cdf5eaa99841e9b34

SHA1:

a2943adb420af29e5d6eead9bafe4ac523d9729d

Base64:

6pCb