Unicode Finder

"ꖔ" U+A594(VAI SYLLABLE NYOO)

U+A594
ブロック名
Vai
名前
VAI SYLLABLE NYOO

Programming

C
\uA594
JavaScript
\uA594
Java
\uA594
Json
\uA594
Python
\uA594
Perl
\x{A594}
PHP
\x{A594}
Ruby
\u{A594}
Rust
\u{A594}
Go
\uA594

Web

CSS
\00A594
HtmlDecimal
ꖔ
HtmlHexadecimal
ꖔ
Url
%EA%96%94

Code

MD5
91d7c12c84c5a874300791d170a6c289
Sha1
fc753744fe2c4061de9d465a58e9def58c25115c
Base64
6paU

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA594';
console.log(char);  // Output: ꖔ

Java:

char c = '\uA594';
System.out.println(c);  // Output: ꖔ

JSON:

{"text": "\uA594"}  // Value: ꖔ

Python:

char = '\uA594'
print(char)  # Output: ꖔ

Perl:

my $char = "\x{A594}";
print $char;  # Output: ꖔ

PHP:

$char = "\x{A594}";
echo $char;  // Output: ꖔ

Ruby:

char = "\u{A594}"
puts char  # Output: ꖔ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42388;</p>  <!-- Display: ꖔ -->

HTML Hexadecimal:

<p>HTML hex: &#xA594;</p>  <!-- Display: ꖔ -->

URL Encoding:

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

Encodings

MD5:

91d7c12c84c5a874300791d170a6c289

SHA1:

fc753744fe2c4061de9d465a58e9def58c25115c

Base64:

6paU