C:
char c = '\u1578';
printf("%c\n", c); // Output: ᕸ
JavaScript:
const char = '\u1578';
console.log(char); // Output: ᕸ
Java:
char c = '\u1578';
System.out.println(c); // Output: ᕸ
JSON:
{"text": "\u1578"} // Value: ᕸ
Python:
char = '\u1578'
print(char) # Output: ᕸ
Perl:
my $char = "\x{1578}";
print $char; # Output: ᕸ
PHP:
$char = "\x{1578}";
echo $char; // Output: ᕸ
Ruby:
char = "\u{1578}"
puts char # Output: ᕸ
Rust:
let c = '\u{1578}';
println!("{}", c); // Output: ᕸ
Go:
char := '\u1578'
fmt.Printf("%c\n", char) // Output: ᕸ
CSS:
/* CSS content property */
.element::before {
content: "\001578"; /* 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%B8
MD5:
238fbe0401cd383b9548d06acfb78d9b
SHA1:
4d5a628fee76fb4719eb863704d15a07af3df846
Base64:
4ZW4