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