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