C:
char c = '\u79A2';
printf("%c\n", c); // Output: 禢
JavaScript:
const char = '\u79A2';
console.log(char); // Output: 禢
Java:
char c = '\u79A2';
System.out.println(c); // Output: 禢
JSON:
{"text": "\u79A2"} // Value: 禢
Python:
char = '\u79A2'
print(char) # Output: 禢
Perl:
my $char = "\x{79A2}";
print $char; # Output: 禢
PHP:
$char = "\x{79A2}";
echo $char; // Output: 禢
Ruby:
char = "\u{79A2}"
puts char # Output: 禢
Rust:
let c = '\u{79A2}';
println!("{}", c); // Output: 禢
Go:
char := '\u79A2'
fmt.Printf("%c\n", char) // Output: 禢
CSS:
/* CSS content property */
.element::before {
content: "\0079A2"; /* 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%A6%A2
MD5:
fa61cc9ec1eb8410c58271d6a863f11f
SHA1:
7dbade1fa33bfcb0518eaea0bafd9359ffc25b72
Base64:
56ai