C:
char c = '\u1435';
printf("%c\n", c); // Output: ᐵ
JavaScript:
const char = '\u1435';
console.log(char); // Output: ᐵ
Java:
char c = '\u1435';
System.out.println(c); // Output: ᐵ
JSON:
{"text": "\u1435"} // Value: ᐵ
Python:
char = '\u1435'
print(char) # Output: ᐵ
Perl:
my $char = "\x{1435}";
print $char; # Output: ᐵ
PHP:
$char = "\x{1435}";
echo $char; // Output: ᐵ
Ruby:
char = "\u{1435}"
puts char # Output: ᐵ
Rust:
let c = '\u{1435}';
println!("{}", c); // Output: ᐵ
Go:
char := '\u1435'
fmt.Printf("%c\n", char) // Output: ᐵ
CSS:
/* CSS content property */
.element::before {
content: "\001435"; /* 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%B5
MD5:
967aecf5afbebe1dd327850a4bed2729
SHA1:
d9d551ab82e10c2dad6519f7393750d86d988c3f
Base64:
4ZC1