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