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