C:
char c = '\u88EC';
printf("%c\n", c); // Output: 裬
JavaScript:
const char = '\u88EC';
console.log(char); // Output: 裬
Java:
char c = '\u88EC';
System.out.println(c); // Output: 裬
JSON:
{"text": "\u88EC"} // Value: 裬
Python:
char = '\u88EC'
print(char) # Output: 裬
Perl:
my $char = "\x{88EC}";
print $char; # Output: 裬
PHP:
$char = "\x{88EC}";
echo $char; // Output: 裬
Ruby:
char = "\u{88EC}"
puts char # Output: 裬
Rust:
let c = '\u{88EC}';
println!("{}", c); // Output: 裬
Go:
char := '\u88EC'
fmt.Printf("%c\n", char) // Output: 裬
CSS:
/* CSS content property */
.element::before {
content: "\0088EC"; /* 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%AC
MD5:
2016b3ed4ef89af7ccfd8a5e8e571745
SHA1:
81408694f22e55ee5771c86785e38945397fbef0
Base64:
6KOs