Unicode Finder

"ꍾ" U+A37E(YI SYLLABLE RRUOX)

U+A37E
ブロック名
Yi Syllables
名前
YI SYLLABLE RRUOX

Programming

C
\uA37E
JavaScript
\uA37E
Java
\uA37E
Json
\uA37E
Python
\uA37E
Perl
\x{A37E}
PHP
\x{A37E}
Ruby
\u{A37E}
Rust
\u{A37E}
Go
\uA37E

Web

CSS
\00A37E
HtmlDecimal
ꍾ
HtmlHexadecimal
ꍾ
Url
%EA%8D%BE

Code

MD5
bb55e4e5c2d09c251a8be14deb5cf555
Sha1
12698bdcd2f6304e56d8a7b7ac2be6810bd895b0
Base64
6o2+

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA37E';
console.log(char);  // Output: ꍾ

Java:

char c = '\uA37E';
System.out.println(c);  // Output: ꍾ

JSON:

{"text": "\uA37E"}  // Value: ꍾ

Python:

char = '\uA37E'
print(char)  # Output: ꍾ

Perl:

my $char = "\x{A37E}";
print $char;  # Output: ꍾ

PHP:

$char = "\x{A37E}";
echo $char;  // Output: ꍾ

Ruby:

char = "\u{A37E}"
puts char  # Output: ꍾ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#41854;</p>  <!-- Display: ꍾ -->

HTML Hexadecimal:

<p>HTML hex: &#xA37E;</p>  <!-- Display: ꍾ -->

URL Encoding:

// ꍾ URL encoding
https://unicodefinder.com/search.php?query=%EA%8D%BE

Encodings

MD5:

bb55e4e5c2d09c251a8be14deb5cf555

SHA1:

12698bdcd2f6304e56d8a7b7ac2be6810bd895b0

Base64:

6o2+