Unicode Finder

"ꖛ" U+A59B(VAI SYLLABLE PU)

U+A59B
ブロック名
Vai
名前
VAI SYLLABLE PU

Programming

C
\uA59B
JavaScript
\uA59B
Java
\uA59B
Json
\uA59B
Python
\uA59B
Perl
\x{A59B}
PHP
\x{A59B}
Ruby
\u{A59B}
Rust
\u{A59B}
Go
\uA59B

Web

CSS
\00A59B
HtmlDecimal
ꖛ
HtmlHexadecimal
ꖛ
Url
%EA%96%9B

Code

MD5
5cb94fdc3f541716264d359e27050575
Sha1
3d7867c72f6d41f75086a979e95b3ab3ee08b124
Base64
6pab

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA59B';
console.log(char);  // Output: ꖛ

Java:

char c = '\uA59B';
System.out.println(c);  // Output: ꖛ

JSON:

{"text": "\uA59B"}  // Value: ꖛ

Python:

char = '\uA59B'
print(char)  # Output: ꖛ

Perl:

my $char = "\x{A59B}";
print $char;  # Output: ꖛ

PHP:

$char = "\x{A59B}";
echo $char;  // Output: ꖛ

Ruby:

char = "\u{A59B}"
puts char  # Output: ꖛ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42395;</p>  <!-- Display: ꖛ -->

HTML Hexadecimal:

<p>HTML hex: &#xA59B;</p>  <!-- Display: ꖛ -->

URL Encoding:

// ꖛ URL encoding
https://unicodefinder.com/search.php?query=%EA%96%9B

Encodings

MD5:

5cb94fdc3f541716264d359e27050575

SHA1:

3d7867c72f6d41f75086a979e95b3ab3ee08b124

Base64:

6pab