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