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