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