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