Unicode Finder

"ꔭ" U+A52D(VAI SYLLABLE MBI)

U+A52D
ブロック名
Vai
名前
VAI SYLLABLE MBI

Programming

C
\uA52D
JavaScript
\uA52D
Java
\uA52D
Json
\uA52D
Python
\uA52D
Perl
\x{A52D}
PHP
\x{A52D}
Ruby
\u{A52D}
Rust
\u{A52D}
Go
\uA52D

Web

CSS
\00A52D
HtmlDecimal
ꔭ
HtmlHexadecimal
ꔭ
Url
%EA%94%AD

Code

MD5
759075ad172ecfa28ee2f688c6d123b6
Sha1
14232dc4c2ed92d92fc22345af24550e5053793a
Base64
6pSt

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA52D';
console.log(char);  // Output: ꔭ

Java:

char c = '\uA52D';
System.out.println(c);  // Output: ꔭ

JSON:

{"text": "\uA52D"}  // Value: ꔭ

Python:

char = '\uA52D'
print(char)  # Output: ꔭ

Perl:

my $char = "\x{A52D}";
print $char;  # Output: ꔭ

PHP:

$char = "\x{A52D}";
echo $char;  // Output: ꔭ

Ruby:

char = "\u{A52D}"
puts char  # Output: ꔭ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42285;</p>  <!-- Display: ꔭ -->

HTML Hexadecimal:

<p>HTML hex: &#xA52D;</p>  <!-- Display: ꔭ -->

URL Encoding:

// ꔭ URL encoding
https://unicodefinder.com/search.php?query=%EA%94%AD

Encodings

MD5:

759075ad172ecfa28ee2f688c6d123b6

SHA1:

14232dc4c2ed92d92fc22345af24550e5053793a

Base64:

6pSt