Unicode Finder

"ꖶ" U+A5B6(VAI SYLLABLE GU)

U+A5B6
ブロック名
Vai
名前
VAI SYLLABLE GU

Programming

C
\uA5B6
JavaScript
\uA5B6
Java
\uA5B6
Json
\uA5B6
Python
\uA5B6
Perl
\x{A5B6}
PHP
\x{A5B6}
Ruby
\u{A5B6}
Rust
\u{A5B6}
Go
\uA5B6

Web

CSS
\00A5B6
HtmlDecimal
ꖶ
HtmlHexadecimal
ꖶ
Url
%EA%96%B6

Code

MD5
82afd0120fa11879f1a255911e9c4b73
Sha1
1f662e3c15038c047db7d102dc9d52856f70b583
Base64
6pa2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA5B6';
console.log(char);  // Output: ꖶ

Java:

char c = '\uA5B6';
System.out.println(c);  // Output: ꖶ

JSON:

{"text": "\uA5B6"}  // Value: ꖶ

Python:

char = '\uA5B6'
print(char)  # Output: ꖶ

Perl:

my $char = "\x{A5B6}";
print $char;  # Output: ꖶ

PHP:

$char = "\x{A5B6}";
echo $char;  // Output: ꖶ

Ruby:

char = "\u{A5B6}"
puts char  # Output: ꖶ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42422;</p>  <!-- Display: ꖶ -->

HTML Hexadecimal:

<p>HTML hex: &#xA5B6;</p>  <!-- Display: ꖶ -->

URL Encoding:

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

Encodings

MD5:

82afd0120fa11879f1a255911e9c4b73

SHA1:

1f662e3c15038c047db7d102dc9d52856f70b583

Base64:

6pa2