Unicode Finder

"ꗆ" U+A5C6(VAI SYLLABLE MGBO)

U+A5C6
ブロック名
Vai
名前
VAI SYLLABLE MGBO

Programming

C
\uA5C6
JavaScript
\uA5C6
Java
\uA5C6
Json
\uA5C6
Python
\uA5C6
Perl
\x{A5C6}
PHP
\x{A5C6}
Ruby
\u{A5C6}
Rust
\u{A5C6}
Go
\uA5C6

Web

CSS
\00A5C6
HtmlDecimal
ꗆ
HtmlHexadecimal
ꗆ
Url
%EA%97%86

Code

MD5
0d062ef0a2df1391a316fd83394efc23
Sha1
0e883094f92ad61ab0eb2a0da237edf89ced1441
Base64
6peG

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA5C6';
console.log(char);  // Output: ꗆ

Java:

char c = '\uA5C6';
System.out.println(c);  // Output: ꗆ

JSON:

{"text": "\uA5C6"}  // Value: ꗆ

Python:

char = '\uA5C6'
print(char)  # Output: ꗆ

Perl:

my $char = "\x{A5C6}";
print $char;  # Output: ꗆ

PHP:

$char = "\x{A5C6}";
echo $char;  // Output: ꗆ

Ruby:

char = "\u{A5C6}"
puts char  # Output: ꗆ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42438;</p>  <!-- Display: ꗆ -->

HTML Hexadecimal:

<p>HTML hex: &#xA5C6;</p>  <!-- Display: ꗆ -->

URL Encoding:

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

Encodings

MD5:

0d062ef0a2df1391a316fd83394efc23

SHA1:

0e883094f92ad61ab0eb2a0da237edf89ced1441

Base64:

6peG