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