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