C:
char c = '\u504B';
printf("%c\n", c); // Output: 偋
JavaScript:
const char = '\u504B';
console.log(char); // Output: 偋
Java:
char c = '\u504B';
System.out.println(c); // Output: 偋
JSON:
{"text": "\u504B"} // Value: 偋
Python:
char = '\u504B'
print(char) # Output: 偋
Perl:
my $char = "\x{504B}";
print $char; # Output: 偋
PHP:
$char = "\x{504B}";
echo $char; // Output: 偋
Ruby:
char = "\u{504B}"
puts char # Output: 偋
Rust:
let c = '\u{504B}';
println!("{}", c); // Output: 偋
Go:
char := '\u504B'
fmt.Printf("%c\n", char) // Output: 偋
CSS:
/* CSS content property */
.element::before {
content: "\00504B"; /* 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=%E5%81%8B
MD5:
b8907170c91aed5062347d0a6f6d2d25
SHA1:
e6ecfade159bb387490a298e76a78a04a540f0de
Base64:
5YGL