Unicode Finder

"亰" U+4EB0(CJK UNIFIED IDEOGRAPH-4EB0)

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

Programming

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

Web

CSS
\004EB0
HtmlDecimal
亰
HtmlHexadecimal
亰
Url
%E4%BA%B0

Code

MD5
c77bee547cdb1e4a5cdbfb888ff14e96
Sha1
c1cf62f1693894934cf036b31eef44b6e387c986
Base64
5Lqw

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u4EB0';
console.log(char);  // Output: 亰

Java:

char c = '\u4EB0';
System.out.println(c);  // Output: 亰

JSON:

{"text": "\u4EB0"}  // Value: 亰

Python:

char = '\u4EB0'
print(char)  # Output: 亰

Perl:

my $char = "\x{4EB0}";
print $char;  # Output: 亰

PHP:

$char = "\x{4EB0}";
echo $char;  // Output: 亰

Ruby:

char = "\u{4EB0}"
puts char  # Output: 亰

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#20144;</p>  <!-- Display: 亰 -->

HTML Hexadecimal:

<p>HTML hex: &#x4EB0;</p>  <!-- Display: 亰 -->

URL Encoding:

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

Encodings

MD5:

c77bee547cdb1e4a5cdbfb888ff14e96

SHA1:

c1cf62f1693894934cf036b31eef44b6e387c986

Base64:

5Lqw