C:
char c = '\u8C34';
printf("%c\n", c); // Output: 谴
JavaScript:
const char = '\u8C34';
console.log(char); // Output: 谴
Java:
char c = '\u8C34';
System.out.println(c); // Output: 谴
JSON:
{"text": "\u8C34"} // Value: 谴
Python:
char = '\u8C34'
print(char) # Output: 谴
Perl:
my $char = "\x{8C34}";
print $char; # Output: 谴
PHP:
$char = "\x{8C34}";
echo $char; // Output: 谴
Ruby:
char = "\u{8C34}"
puts char # Output: 谴
Rust:
let c = '\u{8C34}';
println!("{}", c); // Output: 谴
Go:
char := '\u8C34'
fmt.Printf("%c\n", char) // Output: 谴
CSS:
/* CSS content property */
.element::before {
content: "\008C34"; /* 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%B0%B4
MD5:
a278224efe280a4b8716fc675a475a2d
SHA1:
9eacac39cb4b707e198593ce7658ad67b7a2e21f
Base64:
6LC0