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