C:
char c = '\uA4F8';
printf("%c\n", c); // Output: ꓸ
JavaScript:
const char = '\uA4F8';
console.log(char); // Output: ꓸ
Java:
char c = '\uA4F8';
System.out.println(c); // Output: ꓸ
JSON:
{"text": "\uA4F8"} // Value: ꓸ
Python:
char = '\uA4F8'
print(char) # Output: ꓸ
Perl:
my $char = "\x{A4F8}";
print $char; # Output: ꓸ
PHP:
$char = "\x{A4F8}";
echo $char; // Output: ꓸ
Ruby:
char = "\u{A4F8}"
puts char # Output: ꓸ
Rust:
let c = '\u{A4F8}';
println!("{}", c); // Output: ꓸ
Go:
char := '\uA4F8'
fmt.Printf("%c\n", char) // Output: ꓸ
CSS:
/* CSS content property */
.element::before {
content: "\00A4F8"; /* 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%93%B8
MD5:
886bedf354dc452cd0038d679e593ebb
SHA1:
2a8f393390bf44ee4006827246cef94678982b72
Base64:
6pO4