C:
char c = '\u1365';
printf("%c\n", c); // Output: ፥
JavaScript:
const char = '\u1365';
console.log(char); // Output: ፥
Java:
char c = '\u1365';
System.out.println(c); // Output: ፥
JSON:
{"text": "\u1365"} // Value: ፥
Python:
char = '\u1365'
print(char) # Output: ፥
Perl:
my $char = "\x{1365}";
print $char; # Output: ፥
PHP:
$char = "\x{1365}";
echo $char; // Output: ፥
Ruby:
char = "\u{1365}"
puts char # Output: ፥
Rust:
let c = '\u{1365}';
println!("{}", c); // Output: ፥
Go:
char := '\u1365'
fmt.Printf("%c\n", char) // Output: ፥
CSS:
/* CSS content property */
.element::before {
content: "\001365"; /* 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%A5
MD5:
aac55dc7b77f7238524fd32499b62824
SHA1:
38cc5830e28fec0cd35ca84362a6797a4ea9d396
Base64:
4Y2l