C:
char c = '\uA3F5';
printf("%c\n", c); // Output: ꏵ
JavaScript:
const char = '\uA3F5';
console.log(char); // Output: ꏵ
Java:
char c = '\uA3F5';
System.out.println(c); // Output: ꏵ
JSON:
{"text": "\uA3F5"} // Value: ꏵ
Python:
char = '\uA3F5'
print(char) # Output: ꏵ
Perl:
my $char = "\x{A3F5}";
print $char; # Output: ꏵ
PHP:
$char = "\x{A3F5}";
echo $char; // Output: ꏵ
Ruby:
char = "\u{A3F5}"
puts char # Output: ꏵ
Rust:
let c = '\u{A3F5}';
println!("{}", c); // Output: ꏵ
Go:
char := '\uA3F5'
fmt.Printf("%c\n", char) // Output: ꏵ
CSS:
/* CSS content property */
.element::before {
content: "\00A3F5"; /* 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%8F%B5
MD5:
11457c9d03191fc0ee367bdcf542d50e
SHA1:
ab19c9181cc8b93ec3a71a7ad3dabd5ded108fdc
Base64:
6o+1