C:
char c = '\uA60D';
printf("%c\n", c); // Output: ꘍
JavaScript:
const char = '\uA60D';
console.log(char); // Output: ꘍
Java:
char c = '\uA60D';
System.out.println(c); // Output: ꘍
JSON:
{"text": "\uA60D"} // Value: ꘍
Python:
char = '\uA60D'
print(char) # Output: ꘍
Perl:
my $char = "\x{A60D}";
print $char; # Output: ꘍
PHP:
$char = "\x{A60D}";
echo $char; // Output: ꘍
Ruby:
char = "\u{A60D}"
puts char # Output: ꘍
Rust:
let c = '\u{A60D}';
println!("{}", c); // Output: ꘍
Go:
char := '\uA60D'
fmt.Printf("%c\n", char) // Output: ꘍
CSS:
/* CSS content property */
.element::before {
content: "\00A60D"; /* 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%98%8D
MD5:
082f3148d891185dfaae393ca4b6e9ef
SHA1:
a294f12ca4d9c80a6b5a164e5074454a8e18421e
Base64:
6piN