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