Unicode Finder

"꓅" U+A4C5(YI RADICAL NBIE)

U+A4C5
ブロック名
Yi Radicals
名前
YI RADICAL NBIE

Programming

C
\uA4C5
JavaScript
\uA4C5
Java
\uA4C5
Json
\uA4C5
Python
\uA4C5
Perl
\x{A4C5}
PHP
\x{A4C5}
Ruby
\u{A4C5}
Rust
\u{A4C5}
Go
\uA4C5

Web

CSS
\00A4C5
HtmlDecimal
꓅
HtmlHexadecimal
꓅
Url
%EA%93%85

Code

MD5
f01a6e759d1f28312607fc9985998eff
Sha1
f5d2b69a9e52b3994b25fdf11a3e9e8730cf87a3
Base64
6pOF

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4C5';
console.log(char);  // Output: ꓅

Java:

char c = '\uA4C5';
System.out.println(c);  // Output: ꓅

JSON:

{"text": "\uA4C5"}  // Value: ꓅

Python:

char = '\uA4C5'
print(char)  # Output: ꓅

Perl:

my $char = "\x{A4C5}";
print $char;  # Output: ꓅

PHP:

$char = "\x{A4C5}";
echo $char;  // Output: ꓅

Ruby:

char = "\u{A4C5}"
puts char  # Output: ꓅

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42181;</p>  <!-- Display: ꓅ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4C5;</p>  <!-- Display: ꓅ -->

URL Encoding:

// ꓅ URL encoding
https://unicodefinder.com/search.php?query=%EA%93%85

Encodings

MD5:

f01a6e759d1f28312607fc9985998eff

SHA1:

f5d2b69a9e52b3994b25fdf11a3e9e8730cf87a3

Base64:

6pOF