Unicode Finder

"媶" U+5AB6(CJK UNIFIED IDEOGRAPH-5AB6)

U+5AB6
Název Bloku
CJK Unified Ideographs
Název
CJK UNIFIED IDEOGRAPH-5AB6

Programming

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

Web

CSS
\005AB6
HtmlDecimal
媶
HtmlHexadecimal
媶
Url
%E5%AA%B6

Code

MD5
35eb78fb488a0836efddc3e489224ccd
Sha1
ae89ef881fefb9182d5f80c70c055b2c58bcedf0
Base64
5aq2

Příklady Použití

Programming Languages

C:

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

JavaScript:

const char = '\u5AB6';
console.log(char);  // Output: 媶

Java:

char c = '\u5AB6';
System.out.println(c);  // Output: 媶

JSON:

{"text": "\u5AB6"}  // Value: 媶

Python:

char = '\u5AB6'
print(char)  # Output: 媶

Perl:

my $char = "\x{5AB6}";
print $char;  # Output: 媶

PHP:

$char = "\x{5AB6}";
echo $char;  // Output: 媶

Ruby:

char = "\u{5AB6}"
puts char  # Output: 媶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23222;</p>  <!-- Display: 媶 -->

HTML Hexadecimal:

<p>HTML hex: &#x5AB6;</p>  <!-- Display: 媶 -->

URL Encoding:

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

Encodings

MD5:

35eb78fb488a0836efddc3e489224ccd

SHA1:

ae89ef881fefb9182d5f80c70c055b2c58bcedf0

Base64:

5aq2