C:
char c = '\u0B3C';
printf("%c\n", c); // Output: ଼
JavaScript:
const char = '\u0B3C';
console.log(char); // Output: ଼
Java:
char c = '\u0B3C';
System.out.println(c); // Output: ଼
JSON:
{"text": "\u0B3C"} // Value: ଼
Python:
char = '\u0B3C'
print(char) # Output: ଼
Perl:
my $char = "\x{0B3C}";
print $char; # Output: ଼
PHP:
$char = "\x{0B3C}";
echo $char; // Output: ଼
Ruby:
char = "\u{0B3C}"
puts char # Output: ଼
Rust:
let c = '\u{B3C}';
println!("{}", c); // Output: ଼
Go:
char := '\u0B3C'
fmt.Printf("%c\n", char) // Output: ଼
CSS:
/* CSS content property */
.element::before {
content: "\000B3C"; /* 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%AC%BC
MD5:
1b78fd59df37e15f3aa7a7a99954f481
SHA1:
7583a3a4f1f649c8b3db06e75e6d3f6367f94f20
Base64:
4Ky8