C:
char c = '\u09F8';
printf("%c\n", c); // Output: ৸
JavaScript:
const char = '\u09F8';
console.log(char); // Output: ৸
Java:
char c = '\u09F8';
System.out.println(c); // Output: ৸
JSON:
{"text": "\u09F8"} // Value: ৸
Python:
char = '\u09F8'
print(char) # Output: ৸
Perl:
my $char = "\x{09F8}";
print $char; # Output: ৸
PHP:
$char = "\x{09F8}";
echo $char; // Output: ৸
Ruby:
char = "\u{09F8}"
puts char # Output: ৸
Rust:
let c = '\u{9F8}';
println!("{}", c); // Output: ৸
Go:
char := '\u09F8'
fmt.Printf("%c\n", char) // Output: ৸
CSS:
/* CSS content property */
.element::before {
content: "\0009F8"; /* 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%A7%B8
MD5:
9d3648048f416b7d5fee3e4ce1ad27f3
SHA1:
061d1f97ed5de2fc05cdae506c46674e21abc613
Base64:
4Ke4