Unicode Finder

"媴" U+5AB4(CJK UNIFIED IDEOGRAPH-5AB4)

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

Programming

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

Web

CSS
\005AB4
HtmlDecimal
媴
HtmlHexadecimal
媴
Url
%E5%AA%B4

Code

MD5
d7853d28b8dd6c5007067ebede0917b5
Sha1
097996c7d46c8753268fd30524e2a14e2537f433
Base64
5aq0

Příklady Použití

Programming Languages

C:

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

JavaScript:

const char = '\u5AB4';
console.log(char);  // Output: 媴

Java:

char c = '\u5AB4';
System.out.println(c);  // Output: 媴

JSON:

{"text": "\u5AB4"}  // Value: 媴

Python:

char = '\u5AB4'
print(char)  # Output: 媴

Perl:

my $char = "\x{5AB4}";
print $char;  # Output: 媴

PHP:

$char = "\x{5AB4}";
echo $char;  // Output: 媴

Ruby:

char = "\u{5AB4}"
puts char  # Output: 媴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23220;</p>  <!-- Display: 媴 -->

HTML Hexadecimal:

<p>HTML hex: &#x5AB4;</p>  <!-- Display: 媴 -->

URL Encoding:

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

Encodings

MD5:

d7853d28b8dd6c5007067ebede0917b5

SHA1:

097996c7d46c8753268fd30524e2a14e2537f433

Base64:

5aq0