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