C:
char c = '\u88CC';
printf("%c\n", c); // Output: 裌
JavaScript:
const char = '\u88CC';
console.log(char); // Output: 裌
Java:
char c = '\u88CC';
System.out.println(c); // Output: 裌
JSON:
{"text": "\u88CC"} // Value: 裌
Python:
char = '\u88CC'
print(char) # Output: 裌
Perl:
my $char = "\x{88CC}";
print $char; # Output: 裌
PHP:
$char = "\x{88CC}";
echo $char; // Output: 裌
Ruby:
char = "\u{88CC}"
puts char # Output: 裌
Rust:
let c = '\u{88CC}';
println!("{}", c); // Output: 裌
Go:
char := '\u88CC'
fmt.Printf("%c\n", char) // Output: 裌
CSS:
/* CSS content property */
.element::before {
content: "\0088CC"; /* 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%A3%8C
MD5:
59a291db1987f206b5b7979bda7fd34d
SHA1:
e82ad2d36b9144d5bc50155e7ccb83cebb01fc8d
Base64:
6KOM