C:
char c = '\u0AB8';
printf("%c\n", c); // Output: સ
JavaScript:
const char = '\u0AB8';
console.log(char); // Output: સ
Java:
char c = '\u0AB8';
System.out.println(c); // Output: સ
JSON:
{"text": "\u0AB8"} // Value: સ
Python:
char = '\u0AB8'
print(char) # Output: સ
Perl:
my $char = "\x{0AB8}";
print $char; # Output: સ
PHP:
$char = "\x{0AB8}";
echo $char; // Output: સ
Ruby:
char = "\u{0AB8}"
puts char # Output: સ
Rust:
let c = '\u{AB8}';
println!("{}", c); // Output: સ
Go:
char := '\u0AB8'
fmt.Printf("%c\n", char) // Output: સ
CSS:
/* CSS content property */
.element::before {
content: "\000AB8"; /* 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%AA%B8
MD5:
14fbc7023af0ffe66c0f78a4ae6cc0f7
SHA1:
4ca6f8cc328ef684b7a4147dba983bd078771dc1
Base64:
4Kq4