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