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