C:
char c = '\u7212';
printf("%c\n", c); // Output: 爒
JavaScript:
const char = '\u7212';
console.log(char); // Output: 爒
Java:
char c = '\u7212';
System.out.println(c); // Output: 爒
JSON:
{"text": "\u7212"} // Value: 爒
Python:
char = '\u7212'
print(char) # Output: 爒
Perl:
my $char = "\x{7212}";
print $char; # Output: 爒
PHP:
$char = "\x{7212}";
echo $char; // Output: 爒
Ruby:
char = "\u{7212}"
puts char # Output: 爒
Rust:
let c = '\u{7212}';
println!("{}", c); // Output: 爒
Go:
char := '\u7212'
fmt.Printf("%c\n", char) // Output: 爒
CSS:
/* CSS content property */
.element::before {
content: "\007212"; /* 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%88%92
MD5:
86316bba50ed51643bdead2a550803ea
SHA1:
6bb1590ddc99c804b0bbdd3c1d060e8996d5523c
Base64:
54iS