C:
char c = '\u1437';
printf("%c\n", c); // Output: ᐷ
JavaScript:
const char = '\u1437';
console.log(char); // Output: ᐷ
Java:
char c = '\u1437';
System.out.println(c); // Output: ᐷ
JSON:
{"text": "\u1437"} // Value: ᐷ
Python:
char = '\u1437'
print(char) # Output: ᐷ
Perl:
my $char = "\x{1437}";
print $char; # Output: ᐷ
PHP:
$char = "\x{1437}";
echo $char; // Output: ᐷ
Ruby:
char = "\u{1437}"
puts char # Output: ᐷ
Rust:
let c = '\u{1437}';
println!("{}", c); // Output: ᐷ
Go:
char := '\u1437'
fmt.Printf("%c\n", char) // Output: ᐷ
CSS:
/* CSS content property */
.element::before {
content: "\001437"; /* 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%B7
MD5:
7982f8300879a92b6b8b3524f281b0f5
SHA1:
7fa239578d9945b9e81cbcc7882e2a599ba2aa6d
Base64:
4ZC3