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