C:
char c = '\u1376';
printf("%c\n", c); // Output: ፶
JavaScript:
const char = '\u1376';
console.log(char); // Output: ፶
Java:
char c = '\u1376';
System.out.println(c); // Output: ፶
JSON:
{"text": "\u1376"} // Value: ፶
Python:
char = '\u1376'
print(char) # Output: ፶
Perl:
my $char = "\x{1376}";
print $char; # Output: ፶
PHP:
$char = "\x{1376}";
echo $char; // Output: ፶
Ruby:
char = "\u{1376}"
puts char # Output: ፶
Rust:
let c = '\u{1376}';
println!("{}", c); // Output: ፶
Go:
char := '\u1376'
fmt.Printf("%c\n", char) // Output: ፶
CSS:
/* CSS content property */
.element::before {
content: "\001376"; /* 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%B6
MD5:
22cfd46a3d99f1a081770781b537ba9d
SHA1:
bae6a43734a56ab18019eb319355dddfdb1cfbad
Base64:
4Y22