C:
char c = '\uA96C';
printf("%c\n", c); // Output: ꥬ
JavaScript:
const char = '\uA96C';
console.log(char); // Output: ꥬ
Java:
char c = '\uA96C';
System.out.println(c); // Output: ꥬ
JSON:
{"text": "\uA96C"} // Value: ꥬ
Python:
char = '\uA96C'
print(char) # Output: ꥬ
Perl:
my $char = "\x{A96C}";
print $char; # Output: ꥬ
PHP:
$char = "\x{A96C}";
echo $char; // Output: ꥬ
Ruby:
char = "\u{A96C}"
puts char # Output: ꥬ
Rust:
let c = '\u{A96C}';
println!("{}", c); // Output: ꥬ
Go:
char := '\uA96C'
fmt.Printf("%c\n", char) // Output: ꥬ
CSS:
/* CSS content property */
.element::before {
content: "\00A96C"; /* 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=%EA%A5%AC
MD5:
31359a7124769adddfa3d82c87761052
SHA1:
0d7282de4b82261739756e5e5fee5e438a76bebc
Base64:
6qWs