Unicode Finder

"谵" U+8C35(CJK UNIFIED IDEOGRAPH-8C35)

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

Programming

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

Web

CSS
\008C35
HtmlDecimal
谵
HtmlHexadecimal
谵
Url
%E8%B0%B5

Code

MD5
be8e27234c050691f2d28160ec41db1a
Sha1
b332578fc74e5ef54783c4629cba4718cd7ca901
Base64
6LC1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8C35';
console.log(char);  // Output: 谵

Java:

char c = '\u8C35';
System.out.println(c);  // Output: 谵

JSON:

{"text": "\u8C35"}  // Value: 谵

Python:

char = '\u8C35'
print(char)  # Output: 谵

Perl:

my $char = "\x{8C35}";
print $char;  # Output: 谵

PHP:

$char = "\x{8C35}";
echo $char;  // Output: 谵

Ruby:

char = "\u{8C35}"
puts char  # Output: 谵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35893;</p>  <!-- Display: 谵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8C35;</p>  <!-- Display: 谵 -->

URL Encoding:

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

Encodings

MD5:

be8e27234c050691f2d28160ec41db1a

SHA1:

b332578fc74e5ef54783c4629cba4718cd7ca901

Base64:

6LC1