C:
char c = '\u7576';
printf("%c\n", c); // Output: 當
JavaScript:
const char = '\u7576';
console.log(char); // Output: 當
Java:
char c = '\u7576';
System.out.println(c); // Output: 當
JSON:
{"text": "\u7576"} // Value: 當
Python:
char = '\u7576'
print(char) # Output: 當
Perl:
my $char = "\x{7576}";
print $char; # Output: 當
PHP:
$char = "\x{7576}";
echo $char; // Output: 當
Ruby:
char = "\u{7576}"
puts char # Output: 當
Rust:
let c = '\u{7576}';
println!("{}", c); // Output: 當
Go:
char := '\u7576'
fmt.Printf("%c\n", char) // Output: 當
CSS:
/* CSS content property */
.element::before {
content: "\007576"; /* 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%95%B6
MD5:
c88a1232460d17e1cf3aadd207623eb5
SHA1:
b863460e4245effb6d9d1cf12207b46ad85112a8
Base64:
55W2