Unicode Finder

"诬" U+8BEC(CJK UNIFIED IDEOGRAPH-8BEC)

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

Programming

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

Web

CSS
\008BEC
HtmlDecimal
诬
HtmlHexadecimal
诬
Url
%E8%AF%AC

Code

MD5
1892f20f5591e117b3cf07acdd08029e
Sha1
f52e950ee64789738c536a4b0a66f430307dc85d
Base64
6K+s

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8BEC';
console.log(char);  // Output: 诬

Java:

char c = '\u8BEC';
System.out.println(c);  // Output: 诬

JSON:

{"text": "\u8BEC"}  // Value: 诬

Python:

char = '\u8BEC'
print(char)  # Output: 诬

Perl:

my $char = "\x{8BEC}";
print $char;  # Output: 诬

PHP:

$char = "\x{8BEC}";
echo $char;  // Output: 诬

Ruby:

char = "\u{8BEC}"
puts char  # Output: 诬

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35820;</p>  <!-- Display: 诬 -->

HTML Hexadecimal:

<p>HTML hex: &#x8BEC;</p>  <!-- Display: 诬 -->

URL Encoding:

// 诬 URL encoding
https://unicodefinder.com/search.php?query=%E8%AF%AC

Encodings

MD5:

1892f20f5591e117b3cf07acdd08029e

SHA1:

f52e950ee64789738c536a4b0a66f430307dc85d

Base64:

6K+s