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