Unicode Finder

"ꎠ" U+A3A0(YI SYLLABLE NRUX)

U+A3A0
ブロック名
Yi Syllables
名前
YI SYLLABLE NRUX

Programming

C
\uA3A0
JavaScript
\uA3A0
Java
\uA3A0
Json
\uA3A0
Python
\uA3A0
Perl
\x{A3A0}
PHP
\x{A3A0}
Ruby
\u{A3A0}
Rust
\u{A3A0}
Go
\uA3A0

Web

CSS
\00A3A0
HtmlDecimal
ꎠ
HtmlHexadecimal
ꎠ
Url
%EA%8E%A0

Code

MD5
03edb8fc04ee9bce61e29376c2539cd9
Sha1
51b93823dec62780d312fcf9feeaf8711d7ae428
Base64
6o6g

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA3A0';
console.log(char);  // Output: ꎠ

Java:

char c = '\uA3A0';
System.out.println(c);  // Output: ꎠ

JSON:

{"text": "\uA3A0"}  // Value: ꎠ

Python:

char = '\uA3A0'
print(char)  # Output: ꎠ

Perl:

my $char = "\x{A3A0}";
print $char;  # Output: ꎠ

PHP:

$char = "\x{A3A0}";
echo $char;  // Output: ꎠ

Ruby:

char = "\u{A3A0}"
puts char  # Output: ꎠ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41888;</p>  <!-- Display: ꎠ -->

HTML Hexadecimal:

<p>HTML hex: &#xA3A0;</p>  <!-- Display: ꎠ -->

URL Encoding:

// ꎠ URL encoding
https://unicodefinder.com/search.php?query=%EA%8E%A0

Encodings

MD5:

03edb8fc04ee9bce61e29376c2539cd9

SHA1:

51b93823dec62780d312fcf9feeaf8711d7ae428

Base64:

6o6g