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