C:
char c = '\u083A';
printf("%c\n", c); // Output: ࠺
JavaScript:
const char = '\u083A';
console.log(char); // Output: ࠺
Java:
char c = '\u083A';
System.out.println(c); // Output: ࠺
JSON:
{"text": "\u083A"} // Value: ࠺
Python:
char = '\u083A'
print(char) # Output: ࠺
Perl:
my $char = "\x{083A}";
print $char; # Output: ࠺
PHP:
$char = "\x{083A}";
echo $char; // Output: ࠺
Ruby:
char = "\u{083A}"
puts char # Output: ࠺
Rust:
let c = '\u{83A}';
println!("{}", c); // Output: ࠺
Go:
char := '\u083A'
fmt.Printf("%c\n", char) // Output: ࠺
CSS:
/* CSS content property */
.element::before {
content: "\00083A"; /* 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%A0%BA
MD5:
aa872fbc919dd3f8d0b077a10967f09e
SHA1:
78c623add53a49c69d4a7f867fe756d398b54da6
Base64:
4KC6