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