Unicode Finder

"谋" U+8C0B(CJK UNIFIED IDEOGRAPH-8C0B)

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

Programming

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

Web

CSS
\008C0B
HtmlDecimal
谋
HtmlHexadecimal
谋
Url
%E8%B0%8B

Code

MD5
1ede5b85f69b8b0cca807bf53ea410d6
Sha1
c102a2e1a9ba9704561ee9e61cbd7d1b2365fcf3
Base64
6LCL

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8C0B';
console.log(char);  // Output: 谋

Java:

char c = '\u8C0B';
System.out.println(c);  // Output: 谋

JSON:

{"text": "\u8C0B"}  // Value: 谋

Python:

char = '\u8C0B'
print(char)  # Output: 谋

Perl:

my $char = "\x{8C0B}";
print $char;  # Output: 谋

PHP:

$char = "\x{8C0B}";
echo $char;  // Output: 谋

Ruby:

char = "\u{8C0B}"
puts char  # Output: 谋

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35851;</p>  <!-- Display: 谋 -->

HTML Hexadecimal:

<p>HTML hex: &#x8C0B;</p>  <!-- Display: 谋 -->

URL Encoding:

// 谋 URL encoding
https://unicodefinder.com/search.php?query=%E8%B0%8B

Encodings

MD5:

1ede5b85f69b8b0cca807bf53ea410d6

SHA1:

c102a2e1a9ba9704561ee9e61cbd7d1b2365fcf3

Base64:

6LCL

© 2025 Unicode Finder

谋 U+8C0B CJK UNIFIED IDEOGRAPH-8C0B Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me