Unicode Finder

"ꔼ" U+A53C(VAI SYLLABLE SHI)

U+A53C
ブロック名
Vai
名前
VAI SYLLABLE SHI

Programming

C
\uA53C
JavaScript
\uA53C
Java
\uA53C
Json
\uA53C
Python
\uA53C
Perl
\x{A53C}
PHP
\x{A53C}
Ruby
\u{A53C}
Rust
\u{A53C}
Go
\uA53C

Web

CSS
\00A53C
HtmlDecimal
ꔼ
HtmlHexadecimal
ꔼ
Url
%EA%94%BC

Code

MD5
553a52b61c40491f02b09707cd177c09
Sha1
19b8c1d73efc4bca4a6590e00723aa183e1c02d9
Base64
6pS8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA53C';
console.log(char);  // Output: ꔼ

Java:

char c = '\uA53C';
System.out.println(c);  // Output: ꔼ

JSON:

{"text": "\uA53C"}  // Value: ꔼ

Python:

char = '\uA53C'
print(char)  # Output: ꔼ

Perl:

my $char = "\x{A53C}";
print $char;  # Output: ꔼ

PHP:

$char = "\x{A53C}";
echo $char;  // Output: ꔼ

Ruby:

char = "\u{A53C}"
puts char  # Output: ꔼ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42300;</p>  <!-- Display: ꔼ -->

HTML Hexadecimal:

<p>HTML hex: &#xA53C;</p>  <!-- Display: ꔼ -->

URL Encoding:

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

Encodings

MD5:

553a52b61c40491f02b09707cd177c09

SHA1:

19b8c1d73efc4bca4a6590e00723aa183e1c02d9

Base64:

6pS8