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