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