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