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