C:
char c = '\uA5DC';
printf("%c\n", c); // Output: ꗜ
JavaScript:
const char = '\uA5DC';
console.log(char); // Output: ꗜ
Java:
char c = '\uA5DC';
System.out.println(c); // Output: ꗜ
JSON:
{"text": "\uA5DC"} // Value: ꗜ
Python:
char = '\uA5DC'
print(char) # Output: ꗜ
Perl:
my $char = "\x{A5DC}";
print $char; # Output: ꗜ
PHP:
$char = "\x{A5DC}";
echo $char; // Output: ꗜ
Ruby:
char = "\u{A5DC}"
puts char # Output: ꗜ
Rust:
let c = '\u{A5DC}';
println!("{}", c); // Output: ꗜ
Go:
char := '\uA5DC'
fmt.Printf("%c\n", char) // Output: ꗜ
CSS:
/* CSS content property */
.element::before {
content: "\00A5DC"; /* 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%97%9C
MD5:
948ce161a3eb86f81f6ad6b7471fed08
SHA1:
4605a8d9d102a3834e2ae448c23480497f5ed403
Base64:
6pec