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