C:
char c = '\u8992';
printf("%c\n", c); // Output: 覒
JavaScript:
const char = '\u8992';
console.log(char); // Output: 覒
Java:
char c = '\u8992';
System.out.println(c); // Output: 覒
JSON:
{"text": "\u8992"} // Value: 覒
Python:
char = '\u8992'
print(char) # Output: 覒
Perl:
my $char = "\x{8992}";
print $char; # Output: 覒
PHP:
$char = "\x{8992}";
echo $char; // Output: 覒
Ruby:
char = "\u{8992}"
puts char # Output: 覒
Rust:
let c = '\u{8992}';
println!("{}", c); // Output: 覒
Go:
char := '\u8992'
fmt.Printf("%c\n", char) // Output: 覒
CSS:
/* CSS content property */
.element::before {
content: "\008992"; /* 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%92
MD5:
b77ea254ac28cb8bda36e68bdfa9e19d
SHA1:
4c278635d6680c52042d1f45aed6ce8a0c3b367a
Base64:
6KaS