Unicode Finder

"ꕛ" U+A55B(VAI SYLLABLE THA)

U+A55B
ブロック名
Vai
名前
VAI SYLLABLE THA

Programming

C
\uA55B
JavaScript
\uA55B
Java
\uA55B
Json
\uA55B
Python
\uA55B
Perl
\x{A55B}
PHP
\x{A55B}
Ruby
\u{A55B}
Rust
\u{A55B}
Go
\uA55B

Web

CSS
\00A55B
HtmlDecimal
ꕛ
HtmlHexadecimal
ꕛ
Url
%EA%95%9B

Code

MD5
79e930987e7d6996873469676a9cffb6
Sha1
e4e94a90b04c93a57d8a687483f53c3254f19bdb
Base64
6pWb

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA55B';
console.log(char);  // Output: ꕛ

Java:

char c = '\uA55B';
System.out.println(c);  // Output: ꕛ

JSON:

{"text": "\uA55B"}  // Value: ꕛ

Python:

char = '\uA55B'
print(char)  # Output: ꕛ

Perl:

my $char = "\x{A55B}";
print $char;  # Output: ꕛ

PHP:

$char = "\x{A55B}";
echo $char;  // Output: ꕛ

Ruby:

char = "\u{A55B}"
puts char  # Output: ꕛ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42331;</p>  <!-- Display: ꕛ -->

HTML Hexadecimal:

<p>HTML hex: &#xA55B;</p>  <!-- Display: ꕛ -->

URL Encoding:

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

Encodings

MD5:

79e930987e7d6996873469676a9cffb6

SHA1:

e4e94a90b04c93a57d8a687483f53c3254f19bdb

Base64:

6pWb