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