Unicode Finder

"ꗻ" U+A5FB(VAI SYLLABLE SE)

U+A5FB
ブロック名
Vai
名前
VAI SYLLABLE SE

Programming

C
\uA5FB
JavaScript
\uA5FB
Java
\uA5FB
Json
\uA5FB
Python
\uA5FB
Perl
\x{A5FB}
PHP
\x{A5FB}
Ruby
\u{A5FB}
Rust
\u{A5FB}
Go
\uA5FB

Web

CSS
\00A5FB
HtmlDecimal
ꗻ
HtmlHexadecimal
ꗻ
Url
%EA%97%BB

Code

MD5
515922824426d96cb569d64b84913486
Sha1
d5e2bd28cfb7cf7955c50ead717fab9f3e749785
Base64
6pe7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA5FB';
console.log(char);  // Output: ꗻ

Java:

char c = '\uA5FB';
System.out.println(c);  // Output: ꗻ

JSON:

{"text": "\uA5FB"}  // Value: ꗻ

Python:

char = '\uA5FB'
print(char)  # Output: ꗻ

Perl:

my $char = "\x{A5FB}";
print $char;  # Output: ꗻ

PHP:

$char = "\x{A5FB}";
echo $char;  // Output: ꗻ

Ruby:

char = "\u{A5FB}"
puts char  # Output: ꗻ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42491;</p>  <!-- Display: ꗻ -->

HTML Hexadecimal:

<p>HTML hex: &#xA5FB;</p>  <!-- Display: ꗻ -->

URL Encoding:

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

Encodings

MD5:

515922824426d96cb569d64b84913486

SHA1:

d5e2bd28cfb7cf7955c50ead717fab9f3e749785

Base64:

6pe7