C:
char c = '\u760B';
printf("%c\n", c); // Output: 瘋
JavaScript:
const char = '\u760B';
console.log(char); // Output: 瘋
Java:
char c = '\u760B';
System.out.println(c); // Output: 瘋
JSON:
{"text": "\u760B"} // Value: 瘋
Python:
char = '\u760B'
print(char) # Output: 瘋
Perl:
my $char = "\x{760B}";
print $char; # Output: 瘋
PHP:
$char = "\x{760B}";
echo $char; // Output: 瘋
Ruby:
char = "\u{760B}"
puts char # Output: 瘋
Rust:
let c = '\u{760B}';
println!("{}", c); // Output: 瘋
Go:
char := '\u760B'
fmt.Printf("%c\n", char) // Output: 瘋
CSS:
/* CSS content property */
.element::before {
content: "\00760B"; /* 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=%E7%98%8B
MD5:
07dda974244f0e7837defd6915d8f57e
SHA1:
e088e93b00fa6bc3af8af8176a748f40343ae0e7
Base64:
55iL