Unicode Finder

"ꓙ" U+A4D9(LISU LETTER JA)

U+A4D9
ブロック名
Lisu
名前
LISU LETTER JA

Programming

C
\uA4D9
JavaScript
\uA4D9
Java
\uA4D9
Json
\uA4D9
Python
\uA4D9
Perl
\x{A4D9}
PHP
\x{A4D9}
Ruby
\u{A4D9}
Rust
\u{A4D9}
Go
\uA4D9

Web

CSS
\00A4D9
HtmlDecimal
ꓙ
HtmlHexadecimal
ꓙ
Url
%EA%93%99

Code

MD5
3dc319110b89ca24416ef80c62c21ed9
Sha1
48eb430345a0409f3a3357054d83663d6234cdb5
Base64
6pOZ

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4D9';
console.log(char);  // Output: ꓙ

Java:

char c = '\uA4D9';
System.out.println(c);  // Output: ꓙ

JSON:

{"text": "\uA4D9"}  // Value: ꓙ

Python:

char = '\uA4D9'
print(char)  # Output: ꓙ

Perl:

my $char = "\x{A4D9}";
print $char;  # Output: ꓙ

PHP:

$char = "\x{A4D9}";
echo $char;  // Output: ꓙ

Ruby:

char = "\u{A4D9}"
puts char  # Output: ꓙ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42201;</p>  <!-- Display: ꓙ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4D9;</p>  <!-- Display: ꓙ -->

URL Encoding:

// ꓙ URL encoding
https://unicodefinder.com/search.php?query=%EA%93%99

Encodings

MD5:

3dc319110b89ca24416ef80c62c21ed9

SHA1:

48eb430345a0409f3a3357054d83663d6234cdb5

Base64:

6pOZ