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