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