C:
char c = '\u15F8';
printf("%c\n", c); // Output: ᗸ
JavaScript:
const char = '\u15F8';
console.log(char); // Output: ᗸ
Java:
char c = '\u15F8';
System.out.println(c); // Output: ᗸ
JSON:
{"text": "\u15F8"} // Value: ᗸ
Python:
char = '\u15F8'
print(char) # Output: ᗸ
Perl:
my $char = "\x{15F8}";
print $char; # Output: ᗸ
PHP:
$char = "\x{15F8}";
echo $char; // Output: ᗸ
Ruby:
char = "\u{15F8}"
puts char # Output: ᗸ
Rust:
let c = '\u{15F8}';
println!("{}", c); // Output: ᗸ
Go:
char := '\u15F8'
fmt.Printf("%c\n", char) // Output: ᗸ
CSS:
/* CSS content property */
.element::before {
content: "\0015F8"; /* 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%97%B8
MD5:
4d0406279ff931c191e6fd3039d3b3ba
SHA1:
0e0fbdb02747e4404820ce69e87429bae7f59c43
Base64:
4Ze4