Unicode Finder

"媹" U+5AB9(CJK UNIFIED IDEOGRAPH-5AB9)

U+5AB9
Blokk Neve
CJK Unified Ideographs
Név
CJK UNIFIED IDEOGRAPH-5AB9

Programming

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

Web

CSS
\005AB9
HtmlDecimal
媹
HtmlHexadecimal
媹
Url
%E5%AA%B9

Code

MD5
524e610376fd61561b58a40f9aaf5cac
Sha1
0b0be5c89d01489726124979e8a14d81ed1b99c4
Base64
5aq5

Használati Példák

Programming Languages

C:

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

JavaScript:

const char = '\u5AB9';
console.log(char);  // Output: 媹

Java:

char c = '\u5AB9';
System.out.println(c);  // Output: 媹

JSON:

{"text": "\u5AB9"}  // Value: 媹

Python:

char = '\u5AB9'
print(char)  # Output: 媹

Perl:

my $char = "\x{5AB9}";
print $char;  # Output: 媹

PHP:

$char = "\x{5AB9}";
echo $char;  // Output: 媹

Ruby:

char = "\u{5AB9}"
puts char  # Output: 媹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23225;</p>  <!-- Display: 媹 -->

HTML Hexadecimal:

<p>HTML hex: &#x5AB9;</p>  <!-- Display: 媹 -->

URL Encoding:

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

Encodings

MD5:

524e610376fd61561b58a40f9aaf5cac

SHA1:

0b0be5c89d01489726124979e8a14d81ed1b99c4

Base64:

5aq5