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