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