C:
char c = '\u8AAE';
printf("%c\n", c); // Output: 誮
JavaScript:
const char = '\u8AAE';
console.log(char); // Output: 誮
Java:
char c = '\u8AAE';
System.out.println(c); // Output: 誮
JSON:
{"text": "\u8AAE"} // Value: 誮
Python:
char = '\u8AAE'
print(char) # Output: 誮
Perl:
my $char = "\x{8AAE}";
print $char; # Output: 誮
PHP:
$char = "\x{8AAE}";
echo $char; // Output: 誮
Ruby:
char = "\u{8AAE}"
puts char # Output: 誮
Rust:
let c = '\u{8AAE}';
println!("{}", c); // Output: 誮
Go:
char := '\u8AAE'
fmt.Printf("%c\n", char) // Output: 誮
CSS:
/* CSS content property */
.element::before {
content: "\008AAE"; /* 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%AA%AE
MD5:
309385c62e18bab6146f001a41e88e06
SHA1:
b18f9c64ed63f91b7d9f354000b8379d6030c861
Base64:
6Kqu