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