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