Unicode Finder

"꓄" U+A4C4(YI RADICAL ZZIET)

U+A4C4
ブロック名
Yi Radicals
名前
YI RADICAL ZZIET

Programming

C
\uA4C4
JavaScript
\uA4C4
Java
\uA4C4
Json
\uA4C4
Python
\uA4C4
Perl
\x{A4C4}
PHP
\x{A4C4}
Ruby
\u{A4C4}
Rust
\u{A4C4}
Go
\uA4C4

Web

CSS
\00A4C4
HtmlDecimal
꓄
HtmlHexadecimal
꓄
Url
%EA%93%84

Code

MD5
1681284650979baa97f960ffe97574cf
Sha1
2cbd4e5b61208bd0b0997a1b3783efc192277712
Base64
6pOE

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4C4';
console.log(char);  // Output: ꓄

Java:

char c = '\uA4C4';
System.out.println(c);  // Output: ꓄

JSON:

{"text": "\uA4C4"}  // Value: ꓄

Python:

char = '\uA4C4'
print(char)  # Output: ꓄

Perl:

my $char = "\x{A4C4}";
print $char;  # Output: ꓄

PHP:

$char = "\x{A4C4}";
echo $char;  // Output: ꓄

Ruby:

char = "\u{A4C4}"
puts char  # Output: ꓄

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42180;</p>  <!-- Display: ꓄ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4C4;</p>  <!-- Display: ꓄ -->

URL Encoding:

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

Encodings

MD5:

1681284650979baa97f960ffe97574cf

SHA1:

2cbd4e5b61208bd0b0997a1b3783efc192277712

Base64:

6pOE