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