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