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