C:
char c = '\u1438';
printf("%c\n", c); // Output: ᐸ
JavaScript:
const char = '\u1438';
console.log(char); // Output: ᐸ
Java:
char c = '\u1438';
System.out.println(c); // Output: ᐸ
JSON:
{"text": "\u1438"} // Value: ᐸ
Python:
char = '\u1438'
print(char) # Output: ᐸ
Perl:
my $char = "\x{1438}";
print $char; # Output: ᐸ
PHP:
$char = "\x{1438}";
echo $char; // Output: ᐸ
Ruby:
char = "\u{1438}"
puts char # Output: ᐸ
Rust:
let c = '\u{1438}';
println!("{}", c); // Output: ᐸ
Go:
char := '\u1438'
fmt.Printf("%c\n", char) // Output: ᐸ
CSS:
/* CSS content property */
.element::before {
content: "\001438"; /* 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%B8
MD5:
959b023e64dbf51ec63fc2548502a484
SHA1:
44ff21336a2995ad9060e88ecf60e28d79604ba1
Base64:
4ZC4