Unicode Finder

"ꓘ" U+A4D8(LISU LETTER KHA)

U+A4D8
ブロック名
Lisu
名前
LISU LETTER KHA

Programming

C
\uA4D8
JavaScript
\uA4D8
Java
\uA4D8
Json
\uA4D8
Python
\uA4D8
Perl
\x{A4D8}
PHP
\x{A4D8}
Ruby
\u{A4D8}
Rust
\u{A4D8}
Go
\uA4D8

Web

CSS
\00A4D8
HtmlDecimal
ꓘ
HtmlHexadecimal
ꓘ
Url
%EA%93%98

Code

MD5
154020d9beb0821ab6c5540dddaff126
Sha1
333bffe999d99a8910e123d01c34ad19e36ea661
Base64
6pOY

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4D8';
console.log(char);  // Output: ꓘ

Java:

char c = '\uA4D8';
System.out.println(c);  // Output: ꓘ

JSON:

{"text": "\uA4D8"}  // Value: ꓘ

Python:

char = '\uA4D8'
print(char)  # Output: ꓘ

Perl:

my $char = "\x{A4D8}";
print $char;  # Output: ꓘ

PHP:

$char = "\x{A4D8}";
echo $char;  // Output: ꓘ

Ruby:

char = "\u{A4D8}"
puts char  # Output: ꓘ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42200;</p>  <!-- Display: ꓘ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4D8;</p>  <!-- Display: ꓘ -->

URL Encoding:

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

Encodings

MD5:

154020d9beb0821ab6c5540dddaff126

SHA1:

333bffe999d99a8910e123d01c34ad19e36ea661

Base64:

6pOY