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