Unicode Finder

"ꖸ" U+A5B8(VAI SYLLABLE NU)

U+A5B8
ブロック名
Vai
名前
VAI SYLLABLE NU

Programming

C
\uA5B8
JavaScript
\uA5B8
Java
\uA5B8
Json
\uA5B8
Python
\uA5B8
Perl
\x{A5B8}
PHP
\x{A5B8}
Ruby
\u{A5B8}
Rust
\u{A5B8}
Go
\uA5B8

Web

CSS
\00A5B8
HtmlDecimal
ꖸ
HtmlHexadecimal
ꖸ
Url
%EA%96%B8

Code

MD5
c1d12515f07a3d616ce09a28942e4f98
Sha1
e74962148b464df946c5672de7b354c2d1e43e61
Base64
6pa4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA5B8';
console.log(char);  // Output: ꖸ

Java:

char c = '\uA5B8';
System.out.println(c);  // Output: ꖸ

JSON:

{"text": "\uA5B8"}  // Value: ꖸ

Python:

char = '\uA5B8'
print(char)  # Output: ꖸ

Perl:

my $char = "\x{A5B8}";
print $char;  # Output: ꖸ

PHP:

$char = "\x{A5B8}";
echo $char;  // Output: ꖸ

Ruby:

char = "\u{A5B8}"
puts char  # Output: ꖸ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42424;</p>  <!-- Display: ꖸ -->

HTML Hexadecimal:

<p>HTML hex: &#xA5B8;</p>  <!-- Display: ꖸ -->

URL Encoding:

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

Encodings

MD5:

c1d12515f07a3d616ce09a28942e4f98

SHA1:

e74962148b464df946c5672de7b354c2d1e43e61

Base64:

6pa4