C:
char c = '\u0B3E';
printf("%c\n", c); // Output: ା
JavaScript:
const char = '\u0B3E';
console.log(char); // Output: ା
Java:
char c = '\u0B3E';
System.out.println(c); // Output: ା
JSON:
{"text": "\u0B3E"} // Value: ା
Python:
char = '\u0B3E'
print(char) # Output: ା
Perl:
my $char = "\x{0B3E}";
print $char; # Output: ା
PHP:
$char = "\x{0B3E}";
echo $char; // Output: ା
Ruby:
char = "\u{0B3E}"
puts char # Output: ା
Rust:
let c = '\u{B3E}';
println!("{}", c); // Output: ା
Go:
char := '\u0B3E'
fmt.Printf("%c\n", char) // Output: ା
CSS:
/* CSS content property */
.element::before {
content: "\000B3E"; /* 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%BE
MD5:
83292f749c623862cc75743f2992b1a2
SHA1:
c6e24aad9e017075bbada0878f6c76fed6219f13
Base64:
4Ky+