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