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