Unicode Finder

"谨" U+8C28(CJK UNIFIED IDEOGRAPH-8C28)

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

Programming

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

Web

CSS
\008C28
HtmlDecimal
谨
HtmlHexadecimal
谨
Url
%E8%B0%A8

Code

MD5
156c003d30ca187c16b58777fab31e45
Sha1
f59dfd2fbb662efa3ac5313136121403208e2925
Base64
6LCo

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8C28';
console.log(char);  // Output: 谨

Java:

char c = '\u8C28';
System.out.println(c);  // Output: 谨

JSON:

{"text": "\u8C28"}  // Value: 谨

Python:

char = '\u8C28'
print(char)  # Output: 谨

Perl:

my $char = "\x{8C28}";
print $char;  # Output: 谨

PHP:

$char = "\x{8C28}";
echo $char;  // Output: 谨

Ruby:

char = "\u{8C28}"
puts char  # Output: 谨

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35880;</p>  <!-- Display: 谨 -->

HTML Hexadecimal:

<p>HTML hex: &#x8C28;</p>  <!-- Display: 谨 -->

URL Encoding:

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

Encodings

MD5:

156c003d30ca187c16b58777fab31e45

SHA1:

f59dfd2fbb662efa3ac5313136121403208e2925

Base64:

6LCo

© 2025 Unicode Finder

谨 U+8C28 CJK UNIFIED IDEOGRAPH-8C28 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me