Unicode Finder

"꒶" U+A4B6(YI RADICAL GOT)

U+A4B6
ブロック名
Yi Radicals
名前
YI RADICAL GOT

Programming

C
\uA4B6
JavaScript
\uA4B6
Java
\uA4B6
Json
\uA4B6
Python
\uA4B6
Perl
\x{A4B6}
PHP
\x{A4B6}
Ruby
\u{A4B6}
Rust
\u{A4B6}
Go
\uA4B6

Web

CSS
\00A4B6
HtmlDecimal
꒶
HtmlHexadecimal
꒶
Url
%EA%92%B6

Code

MD5
34e553efd2977b735dc0c5f1de4fcc45
Sha1
9870dd51c6dc99aac14e8eac80873584755410be
Base64
6pK2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\uA4B6';
console.log(char);  // Output: ꒶

Java:

char c = '\uA4B6';
System.out.println(c);  // Output: ꒶

JSON:

{"text": "\uA4B6"}  // Value: ꒶

Python:

char = '\uA4B6'
print(char)  # Output: ꒶

Perl:

my $char = "\x{A4B6}";
print $char;  # Output: ꒶

PHP:

$char = "\x{A4B6}";
echo $char;  // Output: ꒶

Ruby:

char = "\u{A4B6}"
puts char  # Output: ꒶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#42166;</p>  <!-- Display: ꒶ -->

HTML Hexadecimal:

<p>HTML hex: &#xA4B6;</p>  <!-- Display: ꒶ -->

URL Encoding:

// ꒶ URL encoding
https://unicodefinder.com/search.php?query=%EA%92%B6

Encodings

MD5:

34e553efd2977b735dc0c5f1de4fcc45

SHA1:

9870dd51c6dc99aac14e8eac80873584755410be

Base64:

6pK2