Unicode Finder

"嚱" U+56B1(CJK UNIFIED IDEOGRAPH-56B1)

U+56B1
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-56B1

Programming

C
\u56B1
JavaScript
\u56B1
Java
\u56B1
Json
\u56B1
Python
\u56B1
Perl
\x{56B1}
PHP
\x{56B1}
Ruby
\u{56B1}
Rust
\u{56B1}
Go
\u56B1

Web

CSS
\0056B1
HtmlDecimal
嚱
HtmlHexadecimal
嚱
Url
%E5%9A%B1

Code

MD5
2e1b4d3841c6c8754448ad44e72cd804
Sha1
e6fd7fc0fba3e844f751385136634cefa14f5f4d
Base64
5Zqx

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u56B1';
console.log(char);  // Output: 嚱

Java:

char c = '\u56B1';
System.out.println(c);  // Output: 嚱

JSON:

{"text": "\u56B1"}  // Value: 嚱

Python:

char = '\u56B1'
print(char)  # Output: 嚱

Perl:

my $char = "\x{56B1}";
print $char;  # Output: 嚱

PHP:

$char = "\x{56B1}";
echo $char;  // Output: 嚱

Ruby:

char = "\u{56B1}"
puts char  # Output: 嚱

Rust:

let c = '\u{56B1}';
println!("{}", c);  // Output: 嚱

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0056B1";  /* Display: 嚱 */
}

HTML Decimal:

<p>HTML decimal: &#22193;</p>  <!-- Display: 嚱 -->

HTML Hexadecimal:

<p>HTML hex: &#x56B1;</p>  <!-- Display: 嚱 -->

URL Encoding:

// 嚱 URL encoding
https://unicodefinder.com/search.php?query=%E5%9A%B1

Encodings

MD5:

2e1b4d3841c6c8754448ad44e72cd804

SHA1:

e6fd7fc0fba3e844f751385136634cefa14f5f4d

Base64:

5Zqx