C:
char c = '\uA362';
printf("%c\n", c); // Output: ꍢ
JavaScript:
const char = '\uA362';
console.log(char); // Output: ꍢ
Java:
char c = '\uA362';
System.out.println(c); // Output: ꍢ
JSON:
{"text": "\uA362"} // Value: ꍢ
Python:
char = '\uA362'
print(char) # Output: ꍢ
Perl:
my $char = "\x{A362}";
print $char; # Output: ꍢ
PHP:
$char = "\x{A362}";
echo $char; // Output: ꍢ
Ruby:
char = "\u{A362}"
puts char # Output: ꍢ
Rust:
let c = '\u{A362}';
println!("{}", c); // Output: ꍢ
Go:
char := '\uA362'
fmt.Printf("%c\n", char) // Output: ꍢ
CSS:
/* CSS content property */
.element::before {
content: "\00A362"; /* 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%8D%A2
MD5:
2b5fc9f7d6ea0b6b46e9db1cbcf789ac
SHA1:
a9fa94f5468a8ed98ab77b7facdcbb88241d2cd4
Base64:
6o2i