Unicode Finder

"耻" U+803B(CJK UNIFIED IDEOGRAPH-803B)

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

Programming

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

Web

CSS
\00803B
HtmlDecimal
耻
HtmlHexadecimal
耻
Url
%E8%80%BB

Code

MD5
23f3b3aa884faf508e5b8668b0225e08
Sha1
32e5c43cae622856ec0d3737b56a8223551f7263
Base64
6IC7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u803B';
console.log(char);  // Output: 耻

Java:

char c = '\u803B';
System.out.println(c);  // Output: 耻

JSON:

{"text": "\u803B"}  // Value: 耻

Python:

char = '\u803B'
print(char)  # Output: 耻

Perl:

my $char = "\x{803B}";
print $char;  # Output: 耻

PHP:

$char = "\x{803B}";
echo $char;  // Output: 耻

Ruby:

char = "\u{803B}"
puts char  # Output: 耻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#32827;</p>  <!-- Display: 耻 -->

HTML Hexadecimal:

<p>HTML hex: &#x803B;</p>  <!-- Display: 耻 -->

URL Encoding:

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

Encodings

MD5:

23f3b3aa884faf508e5b8668b0225e08

SHA1:

32e5c43cae622856ec0d3737b56a8223551f7263

Base64:

6IC7