C:
char c = '\u1475';
printf("%c\n", c); // Output: ᑵ
JavaScript:
const char = '\u1475';
console.log(char); // Output: ᑵ
Java:
char c = '\u1475';
System.out.println(c); // Output: ᑵ
JSON:
{"text": "\u1475"} // Value: ᑵ
Python:
char = '\u1475'
print(char) # Output: ᑵ
Perl:
my $char = "\x{1475}";
print $char; # Output: ᑵ
PHP:
$char = "\x{1475}";
echo $char; // Output: ᑵ
Ruby:
char = "\u{1475}"
puts char # Output: ᑵ
Rust:
let c = '\u{1475}';
println!("{}", c); // Output: ᑵ
Go:
char := '\u1475'
fmt.Printf("%c\n", char) // Output: ᑵ
CSS:
/* CSS content property */
.element::before {
content: "\001475"; /* 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%91%B5
MD5:
140c87988bcfae54b691c46fcb2919b1
SHA1:
65cfb7f9dd2cbddb975099a461ef3c4b58740030
Base64:
4ZG1