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