Unicode Finder

"ꦵ" U+A9B5(JAVANESE VOWEL SIGN TOLONG)

U+A9B5
ブロック名
Javanese
名前
JAVANESE VOWEL SIGN TOLONG

Programming

C
\uA9B5
JavaScript
\uA9B5
Java
\uA9B5
Json
\uA9B5
Python
\uA9B5
Perl
\x{A9B5}
PHP
\x{A9B5}
Ruby
\u{A9B5}
Rust
\u{A9B5}
Go
\uA9B5

Web

CSS
\00A9B5
HtmlDecimal
ꦵ
HtmlHexadecimal
ꦵ
Url
%EA%A6%B5

Code

MD5
379657738b6ac8747c14cdcb3822eff8
Sha1
648edbd43c7729688f2799c595b460ee3a724a4f
Base64
6qa1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA9B5';
console.log(char);  // Output: ꦵ

Java:

char c = '\uA9B5';
System.out.println(c);  // Output: ꦵ

JSON:

{"text": "\uA9B5"}  // Value: ꦵ

Python:

char = '\uA9B5'
print(char)  # Output: ꦵ

Perl:

my $char = "\x{A9B5}";
print $char;  # Output: ꦵ

PHP:

$char = "\x{A9B5}";
echo $char;  // Output: ꦵ

Ruby:

char = "\u{A9B5}"
puts char  # Output: ꦵ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43445;</p>  <!-- Display: ꦵ -->

HTML Hexadecimal:

<p>HTML hex: &#xA9B5;</p>  <!-- Display: ꦵ -->

URL Encoding:

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

Encodings

MD5:

379657738b6ac8747c14cdcb3822eff8

SHA1:

648edbd43c7729688f2799c595b460ee3a724a4f

Base64:

6qa1