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