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