C:
char c = '\u0D1B';
printf("%c\n", c); // Output: ഛ
JavaScript:
const char = '\u0D1B';
console.log(char); // Output: ഛ
Java:
char c = '\u0D1B';
System.out.println(c); // Output: ഛ
JSON:
{"text": "\u0D1B"} // Value: ഛ
Python:
char = '\u0D1B'
print(char) # Output: ഛ
Perl:
my $char = "\x{0D1B}";
print $char; # Output: ഛ
PHP:
$char = "\x{0D1B}";
echo $char; // Output: ഛ
Ruby:
char = "\u{0D1B}"
puts char # Output: ഛ
Rust:
let c = '\u{D1B}';
println!("{}", c); // Output: ഛ
Go:
char := '\u0D1B'
fmt.Printf("%c\n", char) // Output: ഛ
CSS:
/* CSS content property */
.element::before {
content: "\000D1B"; /* 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%B4%9B
MD5:
ec0e2edcedfc4ddbfea219c3a352338b
SHA1:
35c56caec038d80413cf49e716998d3ced97e67a
Base64:
4LSb