Unicode Finder

"ꖲ" U+A5B2(VAI SYLLABLE NJU)

U+A5B2
ブロック名
Vai
名前
VAI SYLLABLE NJU

Programming

C
\uA5B2
JavaScript
\uA5B2
Java
\uA5B2
Json
\uA5B2
Python
\uA5B2
Perl
\x{A5B2}
PHP
\x{A5B2}
Ruby
\u{A5B2}
Rust
\u{A5B2}
Go
\uA5B2

Web

CSS
\00A5B2
HtmlDecimal
ꖲ
HtmlHexadecimal
ꖲ
Url
%EA%96%B2

Code

MD5
a45783eb3fb0076ff592bf850a0d795d
Sha1
e015ca30d9ac0915edffd340e35b77f06c58fff4
Base64
6pay

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA5B2';
console.log(char);  // Output: ꖲ

Java:

char c = '\uA5B2';
System.out.println(c);  // Output: ꖲ

JSON:

{"text": "\uA5B2"}  // Value: ꖲ

Python:

char = '\uA5B2'
print(char)  # Output: ꖲ

Perl:

my $char = "\x{A5B2}";
print $char;  # Output: ꖲ

PHP:

$char = "\x{A5B2}";
echo $char;  // Output: ꖲ

Ruby:

char = "\u{A5B2}"
puts char  # Output: ꖲ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42418;</p>  <!-- Display: ꖲ -->

HTML Hexadecimal:

<p>HTML hex: &#xA5B2;</p>  <!-- Display: ꖲ -->

URL Encoding:

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

Encodings

MD5:

a45783eb3fb0076ff592bf850a0d795d

SHA1:

e015ca30d9ac0915edffd340e35b77f06c58fff4

Base64:

6pay