C:
char c = '\u1474';
printf("%c\n", c); // Output: ᑴ
JavaScript:
const char = '\u1474';
console.log(char); // Output: ᑴ
Java:
char c = '\u1474';
System.out.println(c); // Output: ᑴ
JSON:
{"text": "\u1474"} // Value: ᑴ
Python:
char = '\u1474'
print(char) # Output: ᑴ
Perl:
my $char = "\x{1474}";
print $char; # Output: ᑴ
PHP:
$char = "\x{1474}";
echo $char; // Output: ᑴ
Ruby:
char = "\u{1474}"
puts char # Output: ᑴ
Rust:
let c = '\u{1474}';
println!("{}", c); // Output: ᑴ
Go:
char := '\u1474'
fmt.Printf("%c\n", char) // Output: ᑴ
CSS:
/* CSS content property */
.element::before {
content: "\001474"; /* 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=%E1%91%B4
MD5:
e10b05c5cb8db9cb38fd9bec6a1d9e07
SHA1:
95cf118ef9337dfecfef0efa10c30c6a85ce9d9c
Base64:
4ZG0