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