C:
char c = '\uA2C2';
printf("%c\n", c); // Output: ꋂ
JavaScript:
const char = '\uA2C2';
console.log(char); // Output: ꋂ
Java:
char c = '\uA2C2';
System.out.println(c); // Output: ꋂ
JSON:
{"text": "\uA2C2"} // Value: ꋂ
Python:
char = '\uA2C2'
print(char) # Output: ꋂ
Perl:
my $char = "\x{A2C2}";
print $char; # Output: ꋂ
PHP:
$char = "\x{A2C2}";
echo $char; // Output: ꋂ
Ruby:
char = "\u{A2C2}"
puts char # Output: ꋂ
Rust:
let c = '\u{A2C2}';
println!("{}", c); // Output: ꋂ
Go:
char := '\uA2C2'
fmt.Printf("%c\n", char) // Output: ꋂ
CSS:
/* CSS content property */
.element::before {
content: "\00A2C2"; /* 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%8B%82
MD5:
32392fcd1198969df99c05549d8d5a44
SHA1:
056cd17f848e1ceb8061114a8baad82bb66194d1
Base64:
6ouC