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