C:
char c = '\u8D7A';
printf("%c\n", c); // Output: 赺
JavaScript:
const char = '\u8D7A';
console.log(char); // Output: 赺
Java:
char c = '\u8D7A';
System.out.println(c); // Output: 赺
JSON:
{"text": "\u8D7A"} // Value: 赺
Python:
char = '\u8D7A'
print(char) # Output: 赺
Perl:
my $char = "\x{8D7A}";
print $char; # Output: 赺
PHP:
$char = "\x{8D7A}";
echo $char; // Output: 赺
Ruby:
char = "\u{8D7A}"
puts char # Output: 赺
Rust:
let c = '\u{8D7A}';
println!("{}", c); // Output: 赺
Go:
char := '\u8D7A'
fmt.Printf("%c\n", char) // Output: 赺
CSS:
/* CSS content property */
.element::before {
content: "\008D7A"; /* 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=%E8%B5%BA
MD5:
45715e4928cce0e61fe012b4da294793
SHA1:
8103eb74a662e27445b50ea0d5c213f68d9200dd
Base64:
6LW6