C:
char c = '\u1362';
printf("%c\n", c); // Output: ።
JavaScript:
const char = '\u1362';
console.log(char); // Output: ።
Java:
char c = '\u1362';
System.out.println(c); // Output: ።
JSON:
{"text": "\u1362"} // Value: ።
Python:
char = '\u1362'
print(char) # Output: ።
Perl:
my $char = "\x{1362}";
print $char; # Output: ።
PHP:
$char = "\x{1362}";
echo $char; // Output: ።
Ruby:
char = "\u{1362}"
puts char # Output: ።
Rust:
let c = '\u{1362}';
println!("{}", c); // Output: ።
Go:
char := '\u1362'
fmt.Printf("%c\n", char) // Output: ።
CSS:
/* CSS content property */
.element::before {
content: "\001362"; /* 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%8D%A2
MD5:
64c7967092f0e4cd85a79d6a50686eeb
SHA1:
7348be3a736e2144ac3b5ddf0f632e2455039ed8
Base64:
4Y2i