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: 悖
CSS:
/* CSS content property */
.element::before {
content: "\006096"; /* Display: 悖 */
}
HTML Decimal:
<p>HTML decimal: 悖</p> <!-- Display: 悖 -->
HTML Hexadecimal:
<p>HTML hex: 悖</p> <!-- Display: 悖 -->
URL Encoding:
// 悖 URL encoding
https://unicodefinder.com/search.php?query=%E6%82%96
MD5:
7eb913aed4fba73a22687eae04c7d016
SHA1:
2977bd11a56f0e25f7bd9fb27eccacd3c5005501
Base64:
5oKW