C:
char c = '\u6040';
printf("%c\n", c); // Output: 恀
JavaScript:
const char = '\u6040';
console.log(char); // Output: 恀
Java:
char c = '\u6040';
System.out.println(c); // Output: 恀
JSON:
{"text": "\u6040"} // Value: 恀
Python:
char = '\u6040'
print(char) # Output: 恀
Perl:
my $char = "\x{6040}";
print $char; # Output: 恀
PHP:
$char = "\x{6040}";
echo $char; // Output: 恀
Ruby:
char = "\u{6040}"
puts char # Output: 恀
Rust:
let c = '\u{6040}';
println!("{}", c); // Output: 恀
Go:
char := '\u6040'
fmt.Printf("%c\n", char) // Output: 恀
CSS:
/* CSS content property */
.element::before {
content: "\006040"; /* 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%81%80
MD5:
ee21e65d911cab0c6560d7dad7a3caea
SHA1:
ec75c6ea421390e331d332675b607111a41ca67e
Base64:
5oGA