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