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