Unicode Finder

"耼" U+803C(CJK UNIFIED IDEOGRAPH-803C)

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

Programming

C
\u803C
JavaScript
\u803C
Java
\u803C
Json
\u803C
Python
\u803C
Perl
\x{803C}
PHP
\x{803C}
Ruby
\u{803C}
Rust
\u{803C}
Go
\u803C

Web

CSS
\00803C
HtmlDecimal
耼
HtmlHexadecimal
耼
Url
%E8%80%BC

Code

MD5
d59b3166bb420e6e56d543f08557d36d
Sha1
0ff3c6d3281eafdb7d614f4f9bcabe7ce7f22fb7
Base64
6IC8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u803C';
console.log(char);  // Output: 耼

Java:

char c = '\u803C';
System.out.println(c);  // Output: 耼

JSON:

{"text": "\u803C"}  // Value: 耼

Python:

char = '\u803C'
print(char)  # Output: 耼

Perl:

my $char = "\x{803C}";
print $char;  # Output: 耼

PHP:

$char = "\x{803C}";
echo $char;  // Output: 耼

Ruby:

char = "\u{803C}"
puts char  # Output: 耼

Rust:

let c = '\u{803C}';
println!("{}", c);  // Output: 耼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00803C";  /* Display: 耼 */
}

HTML Decimal:

<p>HTML decimal: &#32828;</p>  <!-- Display: 耼 -->

HTML Hexadecimal:

<p>HTML hex: &#x803C;</p>  <!-- Display: 耼 -->

URL Encoding:

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

Encodings

MD5:

d59b3166bb420e6e56d543f08557d36d

SHA1:

0ff3c6d3281eafdb7d614f4f9bcabe7ce7f22fb7

Base64:

6IC8