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