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