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