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