C:
char c = '\u0DA2';
printf("%c\n", c); // Output: ජ
JavaScript:
const char = '\u0DA2';
console.log(char); // Output: ජ
Java:
char c = '\u0DA2';
System.out.println(c); // Output: ජ
JSON:
{"text": "\u0DA2"} // Value: ජ
Python:
char = '\u0DA2'
print(char) # Output: ජ
Perl:
my $char = "\x{0DA2}";
print $char; # Output: ජ
PHP:
$char = "\x{0DA2}";
echo $char; // Output: ජ
Ruby:
char = "\u{0DA2}"
puts char # Output: ජ
Rust:
let c = '\u{DA2}';
println!("{}", c); // Output: ජ
Go:
char := '\u0DA2'
fmt.Printf("%c\n", char) // Output: ජ
CSS:
/* CSS content property */
.element::before {
content: "\000DA2"; /* 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%B6%A2
MD5:
832e019dc6eeb16638d96d1f8ee3e203
SHA1:
639c2633503a88982bb6579c9efa6eba35eefaca
Base64:
4Lai