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