C:
char c = '\u0836';
printf("%c\n", c); // Output: ࠶
JavaScript:
const char = '\u0836';
console.log(char); // Output: ࠶
Java:
char c = '\u0836';
System.out.println(c); // Output: ࠶
JSON:
{"text": "\u0836"} // Value: ࠶
Python:
char = '\u0836'
print(char) # Output: ࠶
Perl:
my $char = "\x{0836}";
print $char; # Output: ࠶
PHP:
$char = "\x{0836}";
echo $char; // Output: ࠶
Ruby:
char = "\u{0836}"
puts char # Output: ࠶
Rust:
let c = '\u{836}';
println!("{}", c); // Output: ࠶
Go:
char := '\u0836'
fmt.Printf("%c\n", char) // Output: ࠶
CSS:
/* CSS content property */
.element::before {
content: "\000836"; /* 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%B6
MD5:
8696e01129009b2a278ee5e705d4f62d
SHA1:
1ae666c1d18750ddb6ee79d12b6773528ff84613
Base64:
4KC2