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