Unicode Finder

"媰" U+5AB0(CJK UNIFIED IDEOGRAPH-5AB0)

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

Programming

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

Web

CSS
\005AB0
HtmlDecimal
媰
HtmlHexadecimal
媰
Url
%E5%AA%B0

Code

MD5
ed7d4e506fdf527f48c43e197e6dcf92
Sha1
f23c852001b2fb6c7a18ee4e61587a8f1d5a7976
Base64
5aqw

Příklady Použití

Programming Languages

C:

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

JavaScript:

const char = '\u5AB0';
console.log(char);  // Output: 媰

Java:

char c = '\u5AB0';
System.out.println(c);  // Output: 媰

JSON:

{"text": "\u5AB0"}  // Value: 媰

Python:

char = '\u5AB0'
print(char)  # Output: 媰

Perl:

my $char = "\x{5AB0}";
print $char;  # Output: 媰

PHP:

$char = "\x{5AB0}";
echo $char;  // Output: 媰

Ruby:

char = "\u{5AB0}"
puts char  # Output: 媰

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23216;</p>  <!-- Display: 媰 -->

HTML Hexadecimal:

<p>HTML hex: &#x5AB0;</p>  <!-- Display: 媰 -->

URL Encoding:

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

Encodings

MD5:

ed7d4e506fdf527f48c43e197e6dcf92

SHA1:

f23c852001b2fb6c7a18ee4e61587a8f1d5a7976

Base64:

5aqw