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