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