Unicode Finder

"亐" U+4E90(CJK UNIFIED IDEOGRAPH-4E90)

U+4E90
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-4E90

Programming

C
\u4E90
JavaScript
\u4E90
Java
\u4E90
Json
\u4E90
Python
\u4E90
Perl
\x{4E90}
PHP
\x{4E90}
Ruby
\u{4E90}
Rust
\u{4E90}
Go
\u4E90

Web

CSS
\004E90
HtmlDecimal
亐
HtmlHexadecimal
亐
Url
%E4%BA%90

Code

MD5
29d2cfab1b470c8ecce418822004ed07
Sha1
ed14155dd7fa91ea0939f8a52fbb17385189208b
Base64
5LqQ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u4E90';
console.log(char);  // Output: 亐

Java:

char c = '\u4E90';
System.out.println(c);  // Output: 亐

JSON:

{"text": "\u4E90"}  // Value: 亐

Python:

char = '\u4E90'
print(char)  # Output: 亐

Perl:

my $char = "\x{4E90}";
print $char;  # Output: 亐

PHP:

$char = "\x{4E90}";
echo $char;  // Output: 亐

Ruby:

char = "\u{4E90}"
puts char  # Output: 亐

Rust:

let c = '\u{4E90}';
println!("{}", c);  // Output: 亐

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\004E90";  /* Display: 亐 */
}

HTML Decimal:

<p>HTML decimal: &#20112;</p>  <!-- Display: 亐 -->

HTML Hexadecimal:

<p>HTML hex: &#x4E90;</p>  <!-- Display: 亐 -->

URL Encoding:

// 亐 URL encoding
https://unicodefinder.com/search.php?query=%E4%BA%90

Encodings

MD5:

29d2cfab1b470c8ecce418822004ed07

SHA1:

ed14155dd7fa91ea0939f8a52fbb17385189208b

Base64:

5LqQ

© 2025 Unicode Finder

亐 U+4E90 CJK UNIFIED IDEOGRAPH-4E90 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me