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