C:
char c = '\u7219';
printf("%c\n", c); // Output: 爙
JavaScript:
const char = '\u7219';
console.log(char); // Output: 爙
Java:
char c = '\u7219';
System.out.println(c); // Output: 爙
JSON:
{"text": "\u7219"} // Value: 爙
Python:
char = '\u7219'
print(char) # Output: 爙
Perl:
my $char = "\x{7219}";
print $char; # Output: 爙
PHP:
$char = "\x{7219}";
echo $char; // Output: 爙
Ruby:
char = "\u{7219}"
puts char # Output: 爙
Rust:
let c = '\u{7219}';
println!("{}", c); // Output: 爙
Go:
char := '\u7219'
fmt.Printf("%c\n", char) // Output: 爙
CSS:
/* CSS content property */
.element::before {
content: "\007219"; /* 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%99
MD5:
8cc4822437221e9946dd869a6a53b572
SHA1:
51d8e652db02d59a297a6ed34e69fc88ac1990df
Base64:
54iZ