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