C:
char c = '\u1359';
printf("%c\n", c); // Output: ፙ
JavaScript:
const char = '\u1359';
console.log(char); // Output: ፙ
Java:
char c = '\u1359';
System.out.println(c); // Output: ፙ
JSON:
{"text": "\u1359"} // Value: ፙ
Python:
char = '\u1359'
print(char) # Output: ፙ
Perl:
my $char = "\x{1359}";
print $char; # Output: ፙ
PHP:
$char = "\x{1359}";
echo $char; // Output: ፙ
Ruby:
char = "\u{1359}"
puts char # Output: ፙ
Rust:
let c = '\u{1359}';
println!("{}", c); // Output: ፙ
Go:
char := '\u1359'
fmt.Printf("%c\n", char) // Output: ፙ
CSS:
/* CSS content property */
.element::before {
content: "\001359"; /* 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%99
MD5:
92f0323130d3838e69d4f3276155ddad
SHA1:
700a43d60b2fa9ad50f1356c5455e2199d1e8413
Base64:
4Y2Z