C:
char c = '\u8998';
printf("%c\n", c); // Output: 覘
JavaScript:
const char = '\u8998';
console.log(char); // Output: 覘
Java:
char c = '\u8998';
System.out.println(c); // Output: 覘
JSON:
{"text": "\u8998"} // Value: 覘
Python:
char = '\u8998'
print(char) # Output: 覘
Perl:
my $char = "\x{8998}";
print $char; # Output: 覘
PHP:
$char = "\x{8998}";
echo $char; // Output: 覘
Ruby:
char = "\u{8998}"
puts char # Output: 覘
Rust:
let c = '\u{8998}';
println!("{}", c); // Output: 覘
Go:
char := '\u8998'
fmt.Printf("%c\n", char) // Output: 覘
CSS:
/* CSS content property */
.element::before {
content: "\008998"; /* 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%98
MD5:
833859f7b015d2531d6e63b8d6b426c4
SHA1:
a00e784241755999a00c2e2bf62fdc11b749b52e
Base64:
6KaY