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