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