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