C:
char c = '\u1436';
printf("%c\n", c); // Output: ᐶ
JavaScript:
const char = '\u1436';
console.log(char); // Output: ᐶ
Java:
char c = '\u1436';
System.out.println(c); // Output: ᐶ
JSON:
{"text": "\u1436"} // Value: ᐶ
Python:
char = '\u1436'
print(char) # Output: ᐶ
Perl:
my $char = "\x{1436}";
print $char; # Output: ᐶ
PHP:
$char = "\x{1436}";
echo $char; // Output: ᐶ
Ruby:
char = "\u{1436}"
puts char # Output: ᐶ
Rust:
let c = '\u{1436}';
println!("{}", c); // Output: ᐶ
Go:
char := '\u1436'
fmt.Printf("%c\n", char) // Output: ᐶ
CSS:
/* CSS content property */
.element::before {
content: "\001436"; /* 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%B6
MD5:
a5c3cd0952145aee4aac3bf17ccccfa0
SHA1:
83d93d7822aa690187e4d6f752d41526b8791c20
Base64:
4ZC2