C:
char c = '\u7200';
printf("%c\n", c); // Output: 爀
JavaScript:
const char = '\u7200';
console.log(char); // Output: 爀
Java:
char c = '\u7200';
System.out.println(c); // Output: 爀
JSON:
{"text": "\u7200"} // Value: 爀
Python:
char = '\u7200'
print(char) # Output: 爀
Perl:
my $char = "\x{7200}";
print $char; # Output: 爀
PHP:
$char = "\x{7200}";
echo $char; // Output: 爀
Ruby:
char = "\u{7200}"
puts char # Output: 爀
Rust:
let c = '\u{7200}';
println!("{}", c); // Output: 爀
Go:
char := '\u7200'
fmt.Printf("%c\n", char) // Output: 爀
CSS:
/* CSS content property */
.element::before {
content: "\007200"; /* 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%80
MD5:
2a78da7b4aaead49fafeb42cbdd721b9
SHA1:
750b9aa22fb43346e79f455195853c5852201e4e
Base64:
54iA