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