Unicode Finder

"貶" U+8CB6(CJK UNIFIED IDEOGRAPH-8CB6)

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

Programming

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

Web

CSS
\008CB6
HtmlDecimal
貶
HtmlHexadecimal
貶
Url
%E8%B2%B6

Code

MD5
00a4df89d75385661a03a7c460bffacc
Sha1
43c91352aacadf570ea816f2c161fd374d66eab1
Base64
6LK2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8CB6';
console.log(char);  // Output: 貶

Java:

char c = '\u8CB6';
System.out.println(c);  // Output: 貶

JSON:

{"text": "\u8CB6"}  // Value: 貶

Python:

char = '\u8CB6'
print(char)  # Output: 貶

Perl:

my $char = "\x{8CB6}";
print $char;  # Output: 貶

PHP:

$char = "\x{8CB6}";
echo $char;  // Output: 貶

Ruby:

char = "\u{8CB6}"
puts char  # Output: 貶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36022;</p>  <!-- Display: 貶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8CB6;</p>  <!-- Display: 貶 -->

URL Encoding:

// 貶 URL encoding
https://unicodefinder.com/search.php?query=%E8%B2%B6

Encodings

MD5:

00a4df89d75385661a03a7c460bffacc

SHA1:

43c91352aacadf570ea816f2c161fd374d66eab1

Base64:

6LK2