Unicode Finder

"悖" U+6096(CJK UNIFIED IDEOGRAPH-6096)

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

Programming

C
\u6096
JavaScript
\u6096
Java
\u6096
Json
\u6096
Python
\u6096
Perl
\x{6096}
PHP
\x{6096}
Ruby
\u{6096}
Rust
\u{6096}
Go
\u6096

Web

CSS
\006096
HtmlDecimal
悖
HtmlHexadecimal
悖
Url
%E6%82%96

Code

MD5
7eb913aed4fba73a22687eae04c7d016
Sha1
2977bd11a56f0e25f7bd9fb27eccacd3c5005501
Base64
5oKW

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6096';
console.log(char);  // Output: 悖

Java:

char c = '\u6096';
System.out.println(c);  // Output: 悖

JSON:

{"text": "\u6096"}  // Value: 悖

Python:

char = '\u6096'
print(char)  # Output: 悖

Perl:

my $char = "\x{6096}";
print $char;  # Output: 悖

PHP:

$char = "\x{6096}";
echo $char;  // Output: 悖

Ruby:

char = "\u{6096}"
puts char  # Output: 悖

Rust:

let c = '\u{6096}';
println!("{}", c);  // Output: 悖

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006096";  /* Display: 悖 */
}

HTML Decimal:

<p>HTML decimal: &#24726;</p>  <!-- Display: 悖 -->

HTML Hexadecimal:

<p>HTML hex: &#x6096;</p>  <!-- Display: 悖 -->

URL Encoding:

// 悖 URL encoding
https://unicodefinder.com/search.php?query=%E6%82%96

Encodings

MD5:

7eb913aed4fba73a22687eae04c7d016

SHA1:

2977bd11a56f0e25f7bd9fb27eccacd3c5005501

Base64:

5oKW