C:
char c = '\u08F6';
printf("%c\n", c); // Output: ࣶ
JavaScript:
const char = '\u08F6';
console.log(char); // Output: ࣶ
Java:
char c = '\u08F6';
System.out.println(c); // Output: ࣶ
JSON:
{"text": "\u08F6"} // Value: ࣶ
Python:
char = '\u08F6'
print(char) # Output: ࣶ
Perl:
my $char = "\x{08F6}";
print $char; # Output: ࣶ
PHP:
$char = "\x{08F6}";
echo $char; // Output: ࣶ
Ruby:
char = "\u{08F6}"
puts char # Output: ࣶ
Rust:
let c = '\u{8F6}';
println!("{}", c); // Output: ࣶ
Go:
char := '\u08F6'
fmt.Printf("%c\n", char) // Output: ࣶ
CSS:
/* CSS content property */
.element::before {
content: "\0008F6"; /* 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=%E0%A3%B6
MD5:
c58a41a31f8bebbf6ef1b705d2f74981
SHA1:
89898c40b158551f3d33fd5f2c5e3fe48afd8ef2
Base64:
4KO2