Unicode Finder

"亻" U+4EBB(CJK UNIFIED IDEOGRAPH-4EBB)

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

Programming

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

Web

CSS
\004EBB
HtmlDecimal
亻
HtmlHexadecimal
亻
Url
%E4%BA%BB

Code

MD5
d24526d83a83495db484c5dd1ee3e004
Sha1
7c57b803093067a9022ee9e93191d1c9e9840f18
Base64
5Lq7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u4EBB';
console.log(char);  // Output: 亻

Java:

char c = '\u4EBB';
System.out.println(c);  // Output: 亻

JSON:

{"text": "\u4EBB"}  // Value: 亻

Python:

char = '\u4EBB'
print(char)  # Output: 亻

Perl:

my $char = "\x{4EBB}";
print $char;  # Output: 亻

PHP:

$char = "\x{4EBB}";
echo $char;  // Output: 亻

Ruby:

char = "\u{4EBB}"
puts char  # Output: 亻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#20155;</p>  <!-- Display: 亻 -->

HTML Hexadecimal:

<p>HTML hex: &#x4EBB;</p>  <!-- Display: 亻 -->

URL Encoding:

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

Encodings

MD5:

d24526d83a83495db484c5dd1ee3e004

SHA1:

7c57b803093067a9022ee9e93191d1c9e9840f18

Base64:

5Lq7