C:
char c = '\u1375';
printf("%c\n", c); // Output: ፵
JavaScript:
const char = '\u1375';
console.log(char); // Output: ፵
Java:
char c = '\u1375';
System.out.println(c); // Output: ፵
JSON:
{"text": "\u1375"} // Value: ፵
Python:
char = '\u1375'
print(char) # Output: ፵
Perl:
my $char = "\x{1375}";
print $char; # Output: ፵
PHP:
$char = "\x{1375}";
echo $char; // Output: ፵
Ruby:
char = "\u{1375}"
puts char # Output: ፵
Rust:
let c = '\u{1375}';
println!("{}", c); // Output: ፵
Go:
char := '\u1375'
fmt.Printf("%c\n", char) // Output: ፵
CSS:
/* CSS content property */
.element::before {
content: "\001375"; /* 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%B5
MD5:
b3d0b6ec0091f16fe24911b3bc7303fe
SHA1:
2f6ac38996a08f57f75154854b6d3322dc2e272c
Base64:
4Y21