Unicode Finder

"亼" U+4EBC(CJK UNIFIED IDEOGRAPH-4EBC)

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

Programming

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

Web

CSS
\004EBC
HtmlDecimal
亼
HtmlHexadecimal
亼
Url
%E4%BA%BC

Code

MD5
3adfb960a0b5f233b163d04282f30ac2
Sha1
97519975d76c46577a0ff0274103641d0e2de0d5
Base64
5Lq8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u4EBC';
console.log(char);  // Output: 亼

Java:

char c = '\u4EBC';
System.out.println(c);  // Output: 亼

JSON:

{"text": "\u4EBC"}  // Value: 亼

Python:

char = '\u4EBC'
print(char)  # Output: 亼

Perl:

my $char = "\x{4EBC}";
print $char;  # Output: 亼

PHP:

$char = "\x{4EBC}";
echo $char;  // Output: 亼

Ruby:

char = "\u{4EBC}"
puts char  # Output: 亼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#20156;</p>  <!-- Display: 亼 -->

HTML Hexadecimal:

<p>HTML hex: &#x4EBC;</p>  <!-- Display: 亼 -->

URL Encoding:

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

Encodings

MD5:

3adfb960a0b5f233b163d04282f30ac2

SHA1:

97519975d76c46577a0ff0274103641d0e2de0d5

Base64:

5Lq8