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