Unicode Finder

"ꖷ" U+A5B7(VAI SYLLABLE MU)

U+A5B7
ブロック名
Vai
名前
VAI SYLLABLE MU

Programming

C
\uA5B7
JavaScript
\uA5B7
Java
\uA5B7
Json
\uA5B7
Python
\uA5B7
Perl
\x{A5B7}
PHP
\x{A5B7}
Ruby
\u{A5B7}
Rust
\u{A5B7}
Go
\uA5B7

Web

CSS
\00A5B7
HtmlDecimal
ꖷ
HtmlHexadecimal
ꖷ
Url
%EA%96%B7

Code

MD5
e16c688865650e56ea09cc57dc7d8463
Sha1
7d814cc59ea248878719a9305c827da29f11fac6
Base64
6pa3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA5B7';
console.log(char);  // Output: ꖷ

Java:

char c = '\uA5B7';
System.out.println(c);  // Output: ꖷ

JSON:

{"text": "\uA5B7"}  // Value: ꖷ

Python:

char = '\uA5B7'
print(char)  # Output: ꖷ

Perl:

my $char = "\x{A5B7}";
print $char;  # Output: ꖷ

PHP:

$char = "\x{A5B7}";
echo $char;  // Output: ꖷ

Ruby:

char = "\u{A5B7}"
puts char  # Output: ꖷ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42423;</p>  <!-- Display: ꖷ -->

HTML Hexadecimal:

<p>HTML hex: &#xA5B7;</p>  <!-- Display: ꖷ -->

URL Encoding:

// ꖷ URL encoding
https://unicodefinder.com/search.php?query=%EA%96%B7

Encodings

MD5:

e16c688865650e56ea09cc57dc7d8463

SHA1:

7d814cc59ea248878719a9305c827da29f11fac6

Base64:

6pa3