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