C:
char c = '\u067B';
printf("%c\n", c); // Output: ٻ
JavaScript:
const char = '\u067B';
console.log(char); // Output: ٻ
Java:
char c = '\u067B';
System.out.println(c); // Output: ٻ
JSON:
{"text": "\u067B"} // Value: ٻ
Python:
char = '\u067B'
print(char) # Output: ٻ
Perl:
my $char = "\x{067B}";
print $char; # Output: ٻ
PHP:
$char = "\x{067B}";
echo $char; // Output: ٻ
Ruby:
char = "\u{067B}"
puts char # Output: ٻ
Rust:
let c = '\u{67B}';
println!("{}", c); // Output: ٻ
Go:
char := '\u067B'
fmt.Printf("%c\n", char) // Output: ٻ
CSS:
/* CSS content property */
.element::before {
content: "\00067B"; /* 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=%D9%BB
MD5:
3903eaa9d642322b357f1a9c645639dc
SHA1:
8b0482bba8aed1fa759e2de9ceaa6f26e66f85a4
Base64:
2bs=