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