C:
char c = '\u88F9';
printf("%c\n", c); // Output: 裹
JavaScript:
const char = '\u88F9';
console.log(char); // Output: 裹
Java:
char c = '\u88F9';
System.out.println(c); // Output: 裹
JSON:
{"text": "\u88F9"} // Value: 裹
Python:
char = '\u88F9'
print(char) # Output: 裹
Perl:
my $char = "\x{88F9}";
print $char; # Output: 裹
PHP:
$char = "\x{88F9}";
echo $char; // Output: 裹
Ruby:
char = "\u{88F9}"
puts char # Output: 裹
Rust:
let c = '\u{88F9}';
println!("{}", c); // Output: 裹
Go:
char := '\u88F9'
fmt.Printf("%c\n", char) // Output: 裹
CSS:
/* CSS content property */
.element::before {
content: "\0088F9"; /* 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%B9
MD5:
2acb58a64edf659d701fd982f4f7fd81
SHA1:
190aae7e2c357a595e8bb2f9dd970fff08b2a445
Base64:
6KO5