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