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