C:
char c = '\u17B6';
printf("%c\n", c); // Output: ា
JavaScript:
const char = '\u17B6';
console.log(char); // Output: ា
Java:
char c = '\u17B6';
System.out.println(c); // Output: ា
JSON:
{"text": "\u17B6"} // Value: ា
Python:
char = '\u17B6'
print(char) # Output: ា
Perl:
my $char = "\x{17B6}";
print $char; # Output: ា
PHP:
$char = "\x{17B6}";
echo $char; // Output: ា
Ruby:
char = "\u{17B6}"
puts char # Output: ា
Rust:
let c = '\u{17B6}';
println!("{}", c); // Output: ា
Go:
char := '\u17B6'
fmt.Printf("%c\n", char) // Output: ា
CSS:
/* CSS content property */
.element::before {
content: "\0017B6"; /* 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=%E1%9E%B6
MD5:
81aa56cf473e13c61eb523d72bdac3ff
SHA1:
4f2f31f22b3b16653239025a5bf404c05da80c81
Base64:
4Z62