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