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