C:
char c = '\u06EC';
printf("%c\n", c); // Output: ۬
JavaScript:
const char = '\u06EC';
console.log(char); // Output: ۬
Java:
char c = '\u06EC';
System.out.println(c); // Output: ۬
JSON:
{"text": "\u06EC"} // Value: ۬
Python:
char = '\u06EC'
print(char) # Output: ۬
Perl:
my $char = "\x{06EC}";
print $char; # Output: ۬
PHP:
$char = "\x{06EC}";
echo $char; // Output: ۬
Ruby:
char = "\u{06EC}"
puts char # Output: ۬
Rust:
let c = '\u{6EC}';
println!("{}", c); // Output: ۬
Go:
char := '\u06EC'
fmt.Printf("%c\n", char) // Output: ۬
CSS:
/* CSS content property */
.element::before {
content: "\0006EC"; /* 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=%DB%AC
MD5:
01ba0300b18503c1bc9c169b99d8de75
SHA1:
f713f44766e813a31f00635ec8e0894cedd95e1c
Base64:
26w=