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