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