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