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