Unicode Finder

"亿" U+4EBF(CJK UNIFIED IDEOGRAPH-4EBF)

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

Programming

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

Web

CSS
\004EBF
HtmlDecimal
亿
HtmlHexadecimal
亿
Url
%E4%BA%BF

Code

MD5
37ae2852c060791179ac6f8c20bd3e52
Sha1
0c05efd6dcaa4adaef0a5e795bc5663ac1fb5be6
Base64
5Lq/

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u4EBF';
console.log(char);  // Output: 亿

Java:

char c = '\u4EBF';
System.out.println(c);  // Output: 亿

JSON:

{"text": "\u4EBF"}  // Value: 亿

Python:

char = '\u4EBF'
print(char)  # Output: 亿

Perl:

my $char = "\x{4EBF}";
print $char;  # Output: 亿

PHP:

$char = "\x{4EBF}";
echo $char;  // Output: 亿

Ruby:

char = "\u{4EBF}"
puts char  # Output: 亿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#20159;</p>  <!-- Display: 亿 -->

HTML Hexadecimal:

<p>HTML hex: &#x4EBF;</p>  <!-- Display: 亿 -->

URL Encoding:

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

Encodings

MD5:

37ae2852c060791179ac6f8c20bd3e52

SHA1:

0c05efd6dcaa4adaef0a5e795bc5663ac1fb5be6

Base64:

5Lq/