Unicode Finder

"谳" U+8C33(CJK UNIFIED IDEOGRAPH-8C33)

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

Programming

C
\u8C33
JavaScript
\u8C33
Java
\u8C33
Json
\u8C33
Python
\u8C33
Perl
\x{8C33}
PHP
\x{8C33}
Ruby
\u{8C33}
Rust
\u{8C33}
Go
\u8C33

Web

CSS
\008C33
HtmlDecimal
谳
HtmlHexadecimal
谳
Url
%E8%B0%B3

Code

MD5
2a0e499c34fd0c46d2214c4fda38cf4e
Sha1
2efb1a4b5bd57dcfdccebeb2086b24128b653dd6
Base64
6LCz

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8C33';
console.log(char);  // Output: 谳

Java:

char c = '\u8C33';
System.out.println(c);  // Output: 谳

JSON:

{"text": "\u8C33"}  // Value: 谳

Python:

char = '\u8C33'
print(char)  # Output: 谳

Perl:

my $char = "\x{8C33}";
print $char;  # Output: 谳

PHP:

$char = "\x{8C33}";
echo $char;  // Output: 谳

Ruby:

char = "\u{8C33}"
puts char  # Output: 谳

Rust:

let c = '\u{8C33}';
println!("{}", c);  // Output: 谳

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008C33";  /* Display: 谳 */
}

HTML Decimal:

<p>HTML decimal: &#35891;</p>  <!-- Display: 谳 -->

HTML Hexadecimal:

<p>HTML hex: &#x8C33;</p>  <!-- Display: 谳 -->

URL Encoding:

// 谳 URL encoding
https://unicodefinder.com/search.php?query=%E8%B0%B3

Encodings

MD5:

2a0e499c34fd0c46d2214c4fda38cf4e

SHA1:

2efb1a4b5bd57dcfdccebeb2086b24128b653dd6

Base64:

6LCz

© 2025 Unicode Finder

谳 U+8C33 CJK UNIFIED IDEOGRAPH-8C33 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me