C:
char c = '\uA6E8';
printf("%c\n", c); // Output: ꛨ
JavaScript:
const char = '\uA6E8';
console.log(char); // Output: ꛨ
Java:
char c = '\uA6E8';
System.out.println(c); // Output: ꛨ
JSON:
{"text": "\uA6E8"} // Value: ꛨ
Python:
char = '\uA6E8'
print(char) # Output: ꛨ
Perl:
my $char = "\x{A6E8}";
print $char; # Output: ꛨ
PHP:
$char = "\x{A6E8}";
echo $char; // Output: ꛨ
Ruby:
char = "\u{A6E8}"
puts char # Output: ꛨ
Rust:
let c = '\u{A6E8}';
println!("{}", c); // Output: ꛨ
Go:
char := '\uA6E8'
fmt.Printf("%c\n", char) // Output: ꛨ
CSS:
/* CSS content property */
.element::before {
content: "\00A6E8"; /* 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%9B%A8
MD5:
46e8450d7aedeab61afbcb941b298ad8
SHA1:
f84cc456e90ca49827d4d1884de780675b5f9eee
Base64:
6puo