C:
char c = '\u8D7F';
printf("%c\n", c); // Output: 赿
JavaScript:
const char = '\u8D7F';
console.log(char); // Output: 赿
Java:
char c = '\u8D7F';
System.out.println(c); // Output: 赿
JSON:
{"text": "\u8D7F"} // Value: 赿
Python:
char = '\u8D7F'
print(char) # Output: 赿
Perl:
my $char = "\x{8D7F}";
print $char; # Output: 赿
PHP:
$char = "\x{8D7F}";
echo $char; // Output: 赿
Ruby:
char = "\u{8D7F}"
puts char # Output: 赿
Rust:
let c = '\u{8D7F}';
println!("{}", c); // Output: 赿
Go:
char := '\u8D7F'
fmt.Printf("%c\n", char) // Output: 赿
CSS:
/* CSS content property */
.element::before {
content: "\008D7F"; /* 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%BF
MD5:
1a4303c1d48efea95e50eac8a8f64a3f
SHA1:
979db26688dd8a0bd680ad14fb5c9d4b24445ec4
Base64:
6LW/