Unicode Finder

"妬" U+59AC(CJK UNIFIED IDEOGRAPH-59AC)

U+59AC
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-59AC

Programming

C
\u59AC
JavaScript
\u59AC
Java
\u59AC
Json
\u59AC
Python
\u59AC
Perl
\x{59AC}
PHP
\x{59AC}
Ruby
\u{59AC}
Rust
\u{59AC}
Go
\u59AC

Web

CSS
\0059AC
HtmlDecimal
妬
HtmlHexadecimal
妬
Url
%E5%A6%AC

Code

MD5
d1b86d7199337297bc8484e2d83a0d4c
Sha1
bac5c055d9e4d1a9b39741348d3bc26d2dc8e0b5
Base64
5aas

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u59AC';
console.log(char);  // Output: 妬

Java:

char c = '\u59AC';
System.out.println(c);  // Output: 妬

JSON:

{"text": "\u59AC"}  // Value: 妬

Python:

char = '\u59AC'
print(char)  # Output: 妬

Perl:

my $char = "\x{59AC}";
print $char;  # Output: 妬

PHP:

$char = "\x{59AC}";
echo $char;  // Output: 妬

Ruby:

char = "\u{59AC}"
puts char  # Output: 妬

Rust:

let c = '\u{59AC}';
println!("{}", c);  // Output: 妬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0059AC";  /* Display: 妬 */
}

HTML Decimal:

<p>HTML decimal: &#22956;</p>  <!-- Display: 妬 -->

HTML Hexadecimal:

<p>HTML hex: &#x59AC;</p>  <!-- Display: 妬 -->

URL Encoding:

// 妬 URL encoding
https://unicodefinder.com/search.php?query=%E5%A6%AC

Encodings

MD5:

d1b86d7199337297bc8484e2d83a0d4c

SHA1:

bac5c055d9e4d1a9b39741348d3bc26d2dc8e0b5

Base64:

5aas