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