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