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