C:
char c = '\u1367';
printf("%c\n", c); // Output: ፧
JavaScript:
const char = '\u1367';
console.log(char); // Output: ፧
Java:
char c = '\u1367';
System.out.println(c); // Output: ፧
JSON:
{"text": "\u1367"} // Value: ፧
Python:
char = '\u1367'
print(char) # Output: ፧
Perl:
my $char = "\x{1367}";
print $char; # Output: ፧
PHP:
$char = "\x{1367}";
echo $char; // Output: ፧
Ruby:
char = "\u{1367}"
puts char # Output: ፧
Rust:
let c = '\u{1367}';
println!("{}", c); // Output: ፧
Go:
char := '\u1367'
fmt.Printf("%c\n", char) // Output: ፧
CSS:
/* CSS content property */
.element::before {
content: "\001367"; /* 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%A7
MD5:
e46d88f987df5d56e066c34dcd748a87
SHA1:
6a58bb1dfb255e5c04591b35ad2312456e27e5dd
Base64:
4Y2n