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