Unicode Finder

"꓁" U+A4C1(YI RADICAL ZUR)

U+A4C1
ブロック名
Yi Radicals
名前
YI RADICAL ZUR

Programming

C
\uA4C1
JavaScript
\uA4C1
Java
\uA4C1
Json
\uA4C1
Python
\uA4C1
Perl
\x{A4C1}
PHP
\x{A4C1}
Ruby
\u{A4C1}
Rust
\u{A4C1}
Go
\uA4C1

Web

CSS
\00A4C1
HtmlDecimal
꓁
HtmlHexadecimal
꓁
Url
%EA%93%81

Code

MD5
57739001d6afcc7bc953436e2cb94b17
Sha1
e0265346916db6ffe098951e9eac2db0b20426c6
Base64
6pOB

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4C1';
console.log(char);  // Output: ꓁

Java:

char c = '\uA4C1';
System.out.println(c);  // Output: ꓁

JSON:

{"text": "\uA4C1"}  // Value: ꓁

Python:

char = '\uA4C1'
print(char)  # Output: ꓁

Perl:

my $char = "\x{A4C1}";
print $char;  # Output: ꓁

PHP:

$char = "\x{A4C1}";
echo $char;  // Output: ꓁

Ruby:

char = "\u{A4C1}"
puts char  # Output: ꓁

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42177;</p>  <!-- Display: ꓁ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4C1;</p>  <!-- Display: ꓁ -->

URL Encoding:

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

Encodings

MD5:

57739001d6afcc7bc953436e2cb94b17

SHA1:

e0265346916db6ffe098951e9eac2db0b20426c6

Base64:

6pOB