Unicode Finder

"ꥋ" U+A94B(REJANG VOWEL SIGN O)

U+A94B
ブロック名
Rejang
名前
REJANG VOWEL SIGN O

Programming

C
\uA94B
JavaScript
\uA94B
Java
\uA94B
Json
\uA94B
Python
\uA94B
Perl
\x{A94B}
PHP
\x{A94B}
Ruby
\u{A94B}
Rust
\u{A94B}
Go
\uA94B

Web

CSS
\00A94B
HtmlDecimal
ꥋ
HtmlHexadecimal
ꥋ
Url
%EA%A5%8B

Code

MD5
98a191419471ed6eb68faed9d1eb7898
Sha1
69c58a2690da9bfb3ae1b998105f9936de24b66f
Base64
6qWL

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA94B';
console.log(char);  // Output: ꥋ

Java:

char c = '\uA94B';
System.out.println(c);  // Output: ꥋ

JSON:

{"text": "\uA94B"}  // Value: ꥋ

Python:

char = '\uA94B'
print(char)  # Output: ꥋ

Perl:

my $char = "\x{A94B}";
print $char;  # Output: ꥋ

PHP:

$char = "\x{A94B}";
echo $char;  // Output: ꥋ

Ruby:

char = "\u{A94B}"
puts char  # Output: ꥋ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#43339;</p>  <!-- Display: ꥋ -->

HTML Hexadecimal:

<p>HTML hex: &#xA94B;</p>  <!-- Display: ꥋ -->

URL Encoding:

// ꥋ URL encoding
https://unicodefinder.com/search.php?query=%EA%A5%8B

Encodings

MD5:

98a191419471ed6eb68faed9d1eb7898

SHA1:

69c58a2690da9bfb3ae1b998105f9936de24b66f

Base64:

6qWL