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