C:
char c = '\u1379';
printf("%c\n", c); // Output: ፹
JavaScript:
const char = '\u1379';
console.log(char); // Output: ፹
Java:
char c = '\u1379';
System.out.println(c); // Output: ፹
JSON:
{"text": "\u1379"} // Value: ፹
Python:
char = '\u1379'
print(char) # Output: ፹
Perl:
my $char = "\x{1379}";
print $char; # Output: ፹
PHP:
$char = "\x{1379}";
echo $char; // Output: ፹
Ruby:
char = "\u{1379}"
puts char # Output: ፹
Rust:
let c = '\u{1379}';
println!("{}", c); // Output: ፹
Go:
char := '\u1379'
fmt.Printf("%c\n", char) // Output: ፹
CSS:
/* CSS content property */
.element::before {
content: "\001379"; /* 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%B9
MD5:
c96c52fe1041a89f50225cd8e8ac908a
SHA1:
f53b95ab9a95e72cd8fed3d5ced135da9883b983
Base64:
4Y25