C:
char c = '\u1559';
printf("%c\n", c); // Output: ᕙ
JavaScript:
const char = '\u1559';
console.log(char); // Output: ᕙ
Java:
char c = '\u1559';
System.out.println(c); // Output: ᕙ
JSON:
{"text": "\u1559"} // Value: ᕙ
Python:
char = '\u1559'
print(char) # Output: ᕙ
Perl:
my $char = "\x{1559}";
print $char; # Output: ᕙ
PHP:
$char = "\x{1559}";
echo $char; // Output: ᕙ
Ruby:
char = "\u{1559}"
puts char # Output: ᕙ
Rust:
let c = '\u{1559}';
println!("{}", c); // Output: ᕙ
Go:
char := '\u1559'
fmt.Printf("%c\n", char) // Output: ᕙ
CSS:
/* CSS content property */
.element::before {
content: "\001559"; /* 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%99
MD5:
7d9eca4bc47de641b60fdd061f4e416f
SHA1:
4ea5cbd414b2aa126d85d0d77b3412532731cc50
Base64:
4ZWZ