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