Unicode Finder

"耖" U+8016(CJK UNIFIED IDEOGRAPH-8016)

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

Programming

C
\u8016
JavaScript
\u8016
Java
\u8016
Json
\u8016
Python
\u8016
Perl
\x{8016}
PHP
\x{8016}
Ruby
\u{8016}
Rust
\u{8016}
Go
\u8016

Web

CSS
\008016
HtmlDecimal
耖
HtmlHexadecimal
耖
Url
%E8%80%96

Code

MD5
54d73af3cecacc8eb0adc477f21db73e
Sha1
50ef92728a6db839d92f57b563257d26ed2e63d0
Base64
6ICW

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8016';
console.log(char);  // Output: 耖

Java:

char c = '\u8016';
System.out.println(c);  // Output: 耖

JSON:

{"text": "\u8016"}  // Value: 耖

Python:

char = '\u8016'
print(char)  # Output: 耖

Perl:

my $char = "\x{8016}";
print $char;  # Output: 耖

PHP:

$char = "\x{8016}";
echo $char;  // Output: 耖

Ruby:

char = "\u{8016}"
puts char  # Output: 耖

Rust:

let c = '\u{8016}';
println!("{}", c);  // Output: 耖

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008016";  /* Display: 耖 */
}

HTML Decimal:

<p>HTML decimal: &#32790;</p>  <!-- Display: 耖 -->

HTML Hexadecimal:

<p>HTML hex: &#x8016;</p>  <!-- Display: 耖 -->

URL Encoding:

// 耖 URL encoding
https://unicodefinder.com/search.php?query=%E8%80%96

Encodings

MD5:

54d73af3cecacc8eb0adc477f21db73e

SHA1:

50ef92728a6db839d92f57b563257d26ed2e63d0

Base64:

6ICW

© 2025 Unicode Finder

耖 U+8016 CJK UNIFIED IDEOGRAPH-8016 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me