C:
char c = '\uAB3A';
printf("%c\n", c); // Output: ꬺ
JavaScript:
const char = '\uAB3A';
console.log(char); // Output: ꬺ
Java:
char c = '\uAB3A';
System.out.println(c); // Output: ꬺ
JSON:
{"text": "\uAB3A"} // Value: ꬺ
Python:
char = '\uAB3A'
print(char) # Output: ꬺ
Perl:
my $char = "\x{AB3A}";
print $char; # Output: ꬺ
PHP:
$char = "\x{AB3A}";
echo $char; // Output: ꬺ
Ruby:
char = "\u{AB3A}"
puts char # Output: ꬺ
Rust:
let c = '\u{AB3A}';
println!("{}", c); // Output: ꬺ
Go:
char := '\uAB3A'
fmt.Printf("%c\n", char) // Output: ꬺ
CSS:
/* CSS content property */
.element::before {
content: "\00AB3A"; /* 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%AC%BA
MD5:
547e3b9efd173a7c9d25945d8be68128
SHA1:
a6ac96166e098dfe27528eb1f00ca171d2ef26f8
Base64:
6qy6