C:
char c = '\u1434';
printf("%c\n", c); // Output: ᐴ
JavaScript:
const char = '\u1434';
console.log(char); // Output: ᐴ
Java:
char c = '\u1434';
System.out.println(c); // Output: ᐴ
JSON:
{"text": "\u1434"} // Value: ᐴ
Python:
char = '\u1434'
print(char) # Output: ᐴ
Perl:
my $char = "\x{1434}";
print $char; # Output: ᐴ
PHP:
$char = "\x{1434}";
echo $char; // Output: ᐴ
Ruby:
char = "\u{1434}"
puts char # Output: ᐴ
Rust:
let c = '\u{1434}';
println!("{}", c); // Output: ᐴ
Go:
char := '\u1434'
fmt.Printf("%c\n", char) // Output: ᐴ
CSS:
/* CSS content property */
.element::before {
content: "\001434"; /* 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%90%B4
MD5:
bc6b73981ea6b6496b4431ceb7cf4584
SHA1:
a01e6ec38be8cb92e9b98f3fd2fc706b0a3fc57d
Base64:
4ZC0