Unicode Finder

"ꗄ" U+A5C4(VAI SYLLABLE MBO)

U+A5C4
ブロック名
Vai
名前
VAI SYLLABLE MBO

Programming

C
\uA5C4
JavaScript
\uA5C4
Java
\uA5C4
Json
\uA5C4
Python
\uA5C4
Perl
\x{A5C4}
PHP
\x{A5C4}
Ruby
\u{A5C4}
Rust
\u{A5C4}
Go
\uA5C4

Web

CSS
\00A5C4
HtmlDecimal
ꗄ
HtmlHexadecimal
ꗄ
Url
%EA%97%84

Code

MD5
37f18d13d5ca1a25b1ae052f7daedc75
Sha1
bb6888db08d04d76d6115173936d60f043506ea6
Base64
6peE

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA5C4';
console.log(char);  // Output: ꗄ

Java:

char c = '\uA5C4';
System.out.println(c);  // Output: ꗄ

JSON:

{"text": "\uA5C4"}  // Value: ꗄ

Python:

char = '\uA5C4'
print(char)  # Output: ꗄ

Perl:

my $char = "\x{A5C4}";
print $char;  # Output: ꗄ

PHP:

$char = "\x{A5C4}";
echo $char;  // Output: ꗄ

Ruby:

char = "\u{A5C4}"
puts char  # Output: ꗄ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42436;</p>  <!-- Display: ꗄ -->

HTML Hexadecimal:

<p>HTML hex: &#xA5C4;</p>  <!-- Display: ꗄ -->

URL Encoding:

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

Encodings

MD5:

37f18d13d5ca1a25b1ae052f7daedc75

SHA1:

bb6888db08d04d76d6115173936d60f043506ea6

Base64:

6peE