Unicode Finder

"ꦲ" U+A9B2(JAVANESE LETTER HA)

U+A9B2
ブロック名
Javanese
名前
JAVANESE LETTER HA

Programming

C
\uA9B2
JavaScript
\uA9B2
Java
\uA9B2
Json
\uA9B2
Python
\uA9B2
Perl
\x{A9B2}
PHP
\x{A9B2}
Ruby
\u{A9B2}
Rust
\u{A9B2}
Go
\uA9B2

Web

CSS
\00A9B2
HtmlDecimal
ꦲ
HtmlHexadecimal
ꦲ
Url
%EA%A6%B2

Code

MD5
e7965a8f695952cc457c48173515616d
Sha1
2986173cc6bebdb8976bb7bd56cb580e9124888e
Base64
6qay

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA9B2';
console.log(char);  // Output: ꦲ

Java:

char c = '\uA9B2';
System.out.println(c);  // Output: ꦲ

JSON:

{"text": "\uA9B2"}  // Value: ꦲ

Python:

char = '\uA9B2'
print(char)  # Output: ꦲ

Perl:

my $char = "\x{A9B2}";
print $char;  # Output: ꦲ

PHP:

$char = "\x{A9B2}";
echo $char;  // Output: ꦲ

Ruby:

char = "\u{A9B2}"
puts char  # Output: ꦲ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43442;</p>  <!-- Display: ꦲ -->

HTML Hexadecimal:

<p>HTML hex: &#xA9B2;</p>  <!-- Display: ꦲ -->

URL Encoding:

// ꦲ URL encoding
https://unicodefinder.com/search.php?query=%EA%A6%B2

Encodings

MD5:

e7965a8f695952cc457c48173515616d

SHA1:

2986173cc6bebdb8976bb7bd56cb580e9124888e

Base64:

6qay