Unicode Finder

"ꦷ" U+A9B7(JAVANESE VOWEL SIGN WULU MELIK)

U+A9B7
ブロック名
Javanese
名前
JAVANESE VOWEL SIGN WULU MELIK

Programming

C
\uA9B7
JavaScript
\uA9B7
Java
\uA9B7
Json
\uA9B7
Python
\uA9B7
Perl
\x{A9B7}
PHP
\x{A9B7}
Ruby
\u{A9B7}
Rust
\u{A9B7}
Go
\uA9B7

Web

CSS
\00A9B7
HtmlDecimal
ꦷ
HtmlHexadecimal
ꦷ
Url
%EA%A6%B7

Code

MD5
fbe846c7842554d0e2457aa851524391
Sha1
c5acf42d49543e9fc0841a87d7813eb8da3debcf
Base64
6qa3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA9B7';
console.log(char);  // Output: ꦷ

Java:

char c = '\uA9B7';
System.out.println(c);  // Output: ꦷ

JSON:

{"text": "\uA9B7"}  // Value: ꦷ

Python:

char = '\uA9B7'
print(char)  # Output: ꦷ

Perl:

my $char = "\x{A9B7}";
print $char;  # Output: ꦷ

PHP:

$char = "\x{A9B7}";
echo $char;  // Output: ꦷ

Ruby:

char = "\u{A9B7}"
puts char  # Output: ꦷ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43447;</p>  <!-- Display: ꦷ -->

HTML Hexadecimal:

<p>HTML hex: &#xA9B7;</p>  <!-- Display: ꦷ -->

URL Encoding:

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

Encodings

MD5:

fbe846c7842554d0e2457aa851524391

SHA1:

c5acf42d49543e9fc0841a87d7813eb8da3debcf

Base64:

6qa3