C:
char c = '\u0C4B';
printf("%c\n", c); // Output: ో
JavaScript:
const char = '\u0C4B';
console.log(char); // Output: ో
Java:
char c = '\u0C4B';
System.out.println(c); // Output: ో
JSON:
{"text": "\u0C4B"} // Value: ో
Python:
char = '\u0C4B'
print(char) # Output: ో
Perl:
my $char = "\x{0C4B}";
print $char; # Output: ో
PHP:
$char = "\x{0C4B}";
echo $char; // Output: ో
Ruby:
char = "\u{0C4B}"
puts char # Output: ో
Rust:
let c = '\u{C4B}';
println!("{}", c); // Output: ో
Go:
char := '\u0C4B'
fmt.Printf("%c\n", char) // Output: ో
CSS:
/* CSS content property */
.element::before {
content: "\000C4B"; /* 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%B1%8B
MD5:
96e33bf3ef1044b1ec288c01bc7578c1
SHA1:
c5aaddb1b8d9dc7182721a191eb933be0e49baa8
Base64:
4LGL