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