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