C:
char c = '\u8991';
printf("%c\n", c); // Output: 覑
JavaScript:
const char = '\u8991';
console.log(char); // Output: 覑
Java:
char c = '\u8991';
System.out.println(c); // Output: 覑
JSON:
{"text": "\u8991"} // Value: 覑
Python:
char = '\u8991'
print(char) # Output: 覑
Perl:
my $char = "\x{8991}";
print $char; # Output: 覑
PHP:
$char = "\x{8991}";
echo $char; // Output: 覑
Ruby:
char = "\u{8991}"
puts char # Output: 覑
Rust:
let c = '\u{8991}';
println!("{}", c); // Output: 覑
Go:
char := '\u8991'
fmt.Printf("%c\n", char) // Output: 覑
CSS:
/* CSS content property */
.element::before {
content: "\008991"; /* 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%91
MD5:
3b592b0fbe8c566892f537f2ccf6ced0
SHA1:
2907f0d0129490a40d06e7e6e0723d7eb23b4fc6
Base64:
6KaR