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