Unicode Finder

"ꖌ" U+A58C(VAI SYLLABLE JOO)

U+A58C
ブロック名
Vai
名前
VAI SYLLABLE JOO

Programming

C
\uA58C
JavaScript
\uA58C
Java
\uA58C
Json
\uA58C
Python
\uA58C
Perl
\x{A58C}
PHP
\x{A58C}
Ruby
\u{A58C}
Rust
\u{A58C}
Go
\uA58C

Web

CSS
\00A58C
HtmlDecimal
ꖌ
HtmlHexadecimal
ꖌ
Url
%EA%96%8C

Code

MD5
996781a56bf000d014ae2b49d924d36b
Sha1
e339fbf6f6d2047ea41799572e7a1ebfe8110b56
Base64
6paM

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA58C';
console.log(char);  // Output: ꖌ

Java:

char c = '\uA58C';
System.out.println(c);  // Output: ꖌ

JSON:

{"text": "\uA58C"}  // Value: ꖌ

Python:

char = '\uA58C'
print(char)  # Output: ꖌ

Perl:

my $char = "\x{A58C}";
print $char;  # Output: ꖌ

PHP:

$char = "\x{A58C}";
echo $char;  // Output: ꖌ

Ruby:

char = "\u{A58C}"
puts char  # Output: ꖌ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42380;</p>  <!-- Display: ꖌ -->

HTML Hexadecimal:

<p>HTML hex: &#xA58C;</p>  <!-- Display: ꖌ -->

URL Encoding:

// ꖌ URL encoding
https://unicodefinder.com/search.php?query=%EA%96%8C

Encodings

MD5:

996781a56bf000d014ae2b49d924d36b

SHA1:

e339fbf6f6d2047ea41799572e7a1ebfe8110b56

Base64:

6paM