Unicode Finder

"ꦹ" U+A9B9(JAVANESE VOWEL SIGN SUKU MENDUT)

U+A9B9
ブロック名
Javanese
名前
JAVANESE VOWEL SIGN SUKU MENDUT

Programming

C
\uA9B9
JavaScript
\uA9B9
Java
\uA9B9
Json
\uA9B9
Python
\uA9B9
Perl
\x{A9B9}
PHP
\x{A9B9}
Ruby
\u{A9B9}
Rust
\u{A9B9}
Go
\uA9B9

Web

CSS
\00A9B9
HtmlDecimal
ꦹ
HtmlHexadecimal
ꦹ
Url
%EA%A6%B9

Code

MD5
20d0d8b98abf07b66a1acad20e1708db
Sha1
6fa9c5d5e84bf4757643b1aeed36f5ce33232b34
Base64
6qa5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA9B9';
console.log(char);  // Output: ꦹ

Java:

char c = '\uA9B9';
System.out.println(c);  // Output: ꦹ

JSON:

{"text": "\uA9B9"}  // Value: ꦹ

Python:

char = '\uA9B9'
print(char)  # Output: ꦹ

Perl:

my $char = "\x{A9B9}";
print $char;  # Output: ꦹ

PHP:

$char = "\x{A9B9}";
echo $char;  // Output: ꦹ

Ruby:

char = "\u{A9B9}"
puts char  # Output: ꦹ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43449;</p>  <!-- Display: ꦹ -->

HTML Hexadecimal:

<p>HTML hex: &#xA9B9;</p>  <!-- Display: ꦹ -->

URL Encoding:

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

Encodings

MD5:

20d0d8b98abf07b66a1acad20e1708db

SHA1:

6fa9c5d5e84bf4757643b1aeed36f5ce33232b34

Base64:

6qa5