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