C:
char c = '\uA965';
printf("%c\n", c); // Output: ꥥ
JavaScript:
const char = '\uA965';
console.log(char); // Output: ꥥ
Java:
char c = '\uA965';
System.out.println(c); // Output: ꥥ
JSON:
{"text": "\uA965"} // Value: ꥥ
Python:
char = '\uA965'
print(char) # Output: ꥥ
Perl:
my $char = "\x{A965}";
print $char; # Output: ꥥ
PHP:
$char = "\x{A965}";
echo $char; // Output: ꥥ
Ruby:
char = "\u{A965}"
puts char # Output: ꥥ
Rust:
let c = '\u{A965}';
println!("{}", c); // Output: ꥥ
Go:
char := '\uA965'
fmt.Printf("%c\n", char) // Output: ꥥ
CSS:
/* CSS content property */
.element::before {
content: "\00A965"; /* 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%A5
MD5:
8f0808b50d6310fa084bb8511847108c
SHA1:
2c50341df38f7c131fb6e7901282c16cf8626e72
Base64:
6qWl