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