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