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