C:
char c = '\u8999';
printf("%c\n", c); // Output: 覙
JavaScript:
const char = '\u8999';
console.log(char); // Output: 覙
Java:
char c = '\u8999';
System.out.println(c); // Output: 覙
JSON:
{"text": "\u8999"} // Value: 覙
Python:
char = '\u8999'
print(char) # Output: 覙
Perl:
my $char = "\x{8999}";
print $char; # Output: 覙
PHP:
$char = "\x{8999}";
echo $char; // Output: 覙
Ruby:
char = "\u{8999}"
puts char # Output: 覙
Rust:
let c = '\u{8999}';
println!("{}", c); // Output: 覙
Go:
char := '\u8999'
fmt.Printf("%c\n", char) // Output: 覙
CSS:
/* CSS content property */
.element::before {
content: "\008999"; /* 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%99
MD5:
c249a1ee4714b702f54853e07aae8d05
SHA1:
dc0e089371d9fd4558dc97b7d42924cc6e8a5337
Base64:
6KaZ