Unicode Finder

"耠" U+8020(CJK UNIFIED IDEOGRAPH-8020)

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

Programming

C
\u8020
JavaScript
\u8020
Java
\u8020
Json
\u8020
Python
\u8020
Perl
\x{8020}
PHP
\x{8020}
Ruby
\u{8020}
Rust
\u{8020}
Go
\u8020

Web

CSS
\008020
HtmlDecimal
耠
HtmlHexadecimal
耠
Url
%E8%80%A0

Code

MD5
ed63c834f86e6ad45f5fdf655002b377
Sha1
7cee28010ff27a16a90acccb0e0e702e66ff725e
Base64
6ICg

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8020';
console.log(char);  // Output: 耠

Java:

char c = '\u8020';
System.out.println(c);  // Output: 耠

JSON:

{"text": "\u8020"}  // Value: 耠

Python:

char = '\u8020'
print(char)  # Output: 耠

Perl:

my $char = "\x{8020}";
print $char;  # Output: 耠

PHP:

$char = "\x{8020}";
echo $char;  // Output: 耠

Ruby:

char = "\u{8020}"
puts char  # Output: 耠

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008020";  /* Display: 耠 */
}

HTML Decimal:

<p>HTML decimal: &#32800;</p>  <!-- Display: 耠 -->

HTML Hexadecimal:

<p>HTML hex: &#x8020;</p>  <!-- Display: 耠 -->

URL Encoding:

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

Encodings

MD5:

ed63c834f86e6ad45f5fdf655002b377

SHA1:

7cee28010ff27a16a90acccb0e0e702e66ff725e

Base64:

6ICg

© 2025 Unicode Finder

耠 U+8020 CJK UNIFIED IDEOGRAPH-8020 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me