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