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