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