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