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