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