C:
char c = '\u0C03';
printf("%c\n", c); // Output: ః
JavaScript:
const char = '\u0C03';
console.log(char); // Output: ః
Java:
char c = '\u0C03';
System.out.println(c); // Output: ః
JSON:
{"text": "\u0C03"} // Value: ః
Python:
char = '\u0C03'
print(char) # Output: ః
Perl:
my $char = "\x{0C03}";
print $char; # Output: ః
PHP:
$char = "\x{0C03}";
echo $char; // Output: ః
Ruby:
char = "\u{0C03}"
puts char # Output: ః
Rust:
let c = '\u{C03}';
println!("{}", c); // Output: ః
Go:
char := '\u0C03'
fmt.Printf("%c\n", char) // Output: ః
CSS:
/* CSS content property */
.element::before {
content: "\000C03"; /* 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%B0%83
MD5:
853b36bcc9acf7769ddc346790837f6e
SHA1:
34c04db8809bda2372cd16c6f7e459fc9cd7d187
Base64:
4LCD