Unicode Finder

"妺" U+59BA(CJK UNIFIED IDEOGRAPH-59BA)

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

Programming

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

Web

CSS
\0059BA
HtmlDecimal
妺
HtmlHexadecimal
妺
Url
%E5%A6%BA

Code

MD5
def023edbc0b564cc0a86eb837e8f0ea
Sha1
d8794773da554113103a45a2126f00c89d459025
Base64
5aa6

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u59BA';
console.log(char);  // Output: 妺

Java:

char c = '\u59BA';
System.out.println(c);  // Output: 妺

JSON:

{"text": "\u59BA"}  // Value: 妺

Python:

char = '\u59BA'
print(char)  # Output: 妺

Perl:

my $char = "\x{59BA}";
print $char;  # Output: 妺

PHP:

$char = "\x{59BA}";
echo $char;  // Output: 妺

Ruby:

char = "\u{59BA}"
puts char  # Output: 妺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22970;</p>  <!-- Display: 妺 -->

HTML Hexadecimal:

<p>HTML hex: &#x59BA;</p>  <!-- Display: 妺 -->

URL Encoding:

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

Encodings

MD5:

def023edbc0b564cc0a86eb837e8f0ea

SHA1:

d8794773da554113103a45a2126f00c89d459025

Base64:

5aa6

© 2025 Unicode Finder

妺 U+59BA CJK UNIFIED IDEOGRAPH-59BA Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me