Unicode Finder

"ꗸ" U+A5F8(VAI SYLLABLE RE)

U+A5F8
ブロック名
Vai
名前
VAI SYLLABLE RE

Programming

C
\uA5F8
JavaScript
\uA5F8
Java
\uA5F8
Json
\uA5F8
Python
\uA5F8
Perl
\x{A5F8}
PHP
\x{A5F8}
Ruby
\u{A5F8}
Rust
\u{A5F8}
Go
\uA5F8

Web

CSS
\00A5F8
HtmlDecimal
ꗸ
HtmlHexadecimal
ꗸ
Url
%EA%97%B8

Code

MD5
f91a31f44ef23d41e670bfcc1bd91cc0
Sha1
53b26cb9128aee6a4140475927da9d0b99cf6b63
Base64
6pe4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA5F8';
console.log(char);  // Output: ꗸ

Java:

char c = '\uA5F8';
System.out.println(c);  // Output: ꗸ

JSON:

{"text": "\uA5F8"}  // Value: ꗸ

Python:

char = '\uA5F8'
print(char)  # Output: ꗸ

Perl:

my $char = "\x{A5F8}";
print $char;  # Output: ꗸ

PHP:

$char = "\x{A5F8}";
echo $char;  // Output: ꗸ

Ruby:

char = "\u{A5F8}"
puts char  # Output: ꗸ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42488;</p>  <!-- Display: ꗸ -->

HTML Hexadecimal:

<p>HTML hex: &#xA5F8;</p>  <!-- Display: ꗸ -->

URL Encoding:

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

Encodings

MD5:

f91a31f44ef23d41e670bfcc1bd91cc0

SHA1:

53b26cb9128aee6a4140475927da9d0b99cf6b63

Base64:

6pe4