Unicode Finder

"沴" U+6CB4(CJK UNIFIED IDEOGRAPH-6CB4)

U+6CB4
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6CB4

Programming

C
\u6CB4
JavaScript
\u6CB4
Java
\u6CB4
Json
\u6CB4
Python
\u6CB4
Perl
\x{6CB4}
PHP
\x{6CB4}
Ruby
\u{6CB4}
Rust
\u{6CB4}
Go
\u6CB4

Web

CSS
\006CB4
HtmlDecimal
沴
HtmlHexadecimal
沴
Url
%E6%B2%B4

Code

MD5
403a9b45db51ba5715451d0fa2e185d8
Sha1
df57d0058187b50884dd23261d971842091bbd71
Base64
5rK0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6CB4';
console.log(char);  // Output: 沴

Java:

char c = '\u6CB4';
System.out.println(c);  // Output: 沴

JSON:

{"text": "\u6CB4"}  // Value: 沴

Python:

char = '\u6CB4'
print(char)  # Output: 沴

Perl:

my $char = "\x{6CB4}";
print $char;  # Output: 沴

PHP:

$char = "\x{6CB4}";
echo $char;  // Output: 沴

Ruby:

char = "\u{6CB4}"
puts char  # Output: 沴

Rust:

let c = '\u{6CB4}';
println!("{}", c);  // Output: 沴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006CB4";  /* Display: 沴 */
}

HTML Decimal:

<p>HTML decimal: &#27828;</p>  <!-- Display: 沴 -->

HTML Hexadecimal:

<p>HTML hex: &#x6CB4;</p>  <!-- Display: 沴 -->

URL Encoding:

// 沴 URL encoding
https://unicodefinder.com/search.php?query=%E6%B2%B4

Encodings

MD5:

403a9b45db51ba5715451d0fa2e185d8

SHA1:

df57d0058187b50884dd23261d971842091bbd71

Base64:

5rK0