Unicode Finder

"嚫" U+56AB(CJK UNIFIED IDEOGRAPH-56AB)

U+56AB
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-56AB

Programming

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

Web

CSS
\0056AB
HtmlDecimal
嚫
HtmlHexadecimal
嚫
Url
%E5%9A%AB

Code

MD5
e541c35b17975b85f10ab580e29c1aa7
Sha1
2cd778f78e56e897dcd41e9288c9cd6e710316ef
Base64
5Zqr

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u56AB';
console.log(char);  // Output: 嚫

Java:

char c = '\u56AB';
System.out.println(c);  // Output: 嚫

JSON:

{"text": "\u56AB"}  // Value: 嚫

Python:

char = '\u56AB'
print(char)  # Output: 嚫

Perl:

my $char = "\x{56AB}";
print $char;  # Output: 嚫

PHP:

$char = "\x{56AB}";
echo $char;  // Output: 嚫

Ruby:

char = "\u{56AB}"
puts char  # Output: 嚫

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22187;</p>  <!-- Display: 嚫 -->

HTML Hexadecimal:

<p>HTML hex: &#x56AB;</p>  <!-- Display: 嚫 -->

URL Encoding:

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

Encodings

MD5:

e541c35b17975b85f10ab580e29c1aa7

SHA1:

2cd778f78e56e897dcd41e9288c9cd6e710316ef

Base64:

5Zqr