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