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