C:
char c = '\u8BE8';
printf("%c\n", c); // Output: 诨
JavaScript:
const char = '\u8BE8';
console.log(char); // Output: 诨
Java:
char c = '\u8BE8';
System.out.println(c); // Output: 诨
JSON:
{"text": "\u8BE8"} // Value: 诨
Python:
char = '\u8BE8'
print(char) # Output: 诨
Perl:
my $char = "\x{8BE8}";
print $char; # Output: 诨
PHP:
$char = "\x{8BE8}";
echo $char; // Output: 诨
Ruby:
char = "\u{8BE8}"
puts char # Output: 诨
Rust:
let c = '\u{8BE8}';
println!("{}", c); // Output: 诨
Go:
char := '\u8BE8'
fmt.Printf("%c\n", char) // Output: 诨
CSS:
/* CSS content property */
.element::before {
content: "\008BE8"; /* 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=%E8%AF%A8
MD5:
40f87d252e0f91c6d09c15fe66c2fe40
SHA1:
6bec87bf75b7017d6e8444f89992d7d11b0781df
Base64:
6K+o