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