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