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