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