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