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