C:
char c = '\u085E';
printf("%c\n", c); // Output: ࡞
JavaScript:
const char = '\u085E';
console.log(char); // Output: ࡞
Java:
char c = '\u085E';
System.out.println(c); // Output: ࡞
JSON:
{"text": "\u085E"} // Value: ࡞
Python:
char = '\u085E'
print(char) # Output: ࡞
Perl:
my $char = "\x{085E}";
print $char; # Output: ࡞
PHP:
$char = "\x{085E}";
echo $char; // Output: ࡞
Ruby:
char = "\u{085E}"
puts char # Output: ࡞
Rust:
let c = '\u{85E}';
println!("{}", c); // Output: ࡞
Go:
char := '\u085E'
fmt.Printf("%c\n", char) // Output: ࡞
CSS:
/* CSS content property */
.element::before {
content: "\00085E"; /* 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%A1%9E
MD5:
3127b7581a6ced9bd997d8dd680957f8
SHA1:
7bbdea1f41cf84c2a6a9402a73ce7c1dc9bb847b
Base64:
4KGe