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