Unicode Finder

"媻" U+5ABB(CJK UNIFIED IDEOGRAPH-5ABB)

U+5ABB
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-5ABB

Programming

C
\u5ABB
JavaScript
\u5ABB
Java
\u5ABB
Json
\u5ABB
Python
\u5ABB
Perl
\x{5ABB}
PHP
\x{5ABB}
Ruby
\u{5ABB}
Rust
\u{5ABB}
Go
\u5ABB

Web

CSS
\005ABB
HtmlDecimal
媻
HtmlHexadecimal
媻
Url
%E5%AA%BB

Code

MD5
92f2344a8be2ac3e535230e7efcc885e
Sha1
9ad441d0d675b71d1158832e87ef22f2ed4538f6
Base64
5aq7

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5ABB';
console.log(char);  // Output: 媻

Java:

char c = '\u5ABB';
System.out.println(c);  // Output: 媻

JSON:

{"text": "\u5ABB"}  // Value: 媻

Python:

char = '\u5ABB'
print(char)  # Output: 媻

Perl:

my $char = "\x{5ABB}";
print $char;  # Output: 媻

PHP:

$char = "\x{5ABB}";
echo $char;  // Output: 媻

Ruby:

char = "\u{5ABB}"
puts char  # Output: 媻

Rust:

let c = '\u{5ABB}';
println!("{}", c);  // Output: 媻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005ABB";  /* Display: 媻 */
}

HTML Decimal:

<p>HTML decimal: &#23227;</p>  <!-- Display: 媻 -->

HTML Hexadecimal:

<p>HTML hex: &#x5ABB;</p>  <!-- Display: 媻 -->

URL Encoding:

// 媻 URL encoding
https://unicodefinder.com/search.php?query=%E5%AA%BB

Encodings

MD5:

92f2344a8be2ac3e535230e7efcc885e

SHA1:

9ad441d0d675b71d1158832e87ef22f2ed4538f6

Base64:

5aq7