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