C:
char c = '\u1374';
printf("%c\n", c); // Output: ፴
JavaScript:
const char = '\u1374';
console.log(char); // Output: ፴
Java:
char c = '\u1374';
System.out.println(c); // Output: ፴
JSON:
{"text": "\u1374"} // Value: ፴
Python:
char = '\u1374'
print(char) # Output: ፴
Perl:
my $char = "\x{1374}";
print $char; # Output: ፴
PHP:
$char = "\x{1374}";
echo $char; // Output: ፴
Ruby:
char = "\u{1374}"
puts char # Output: ፴
Rust:
let c = '\u{1374}';
println!("{}", c); // Output: ፴
Go:
char := '\u1374'
fmt.Printf("%c\n", char) // Output: ፴
CSS:
/* CSS content property */
.element::before {
content: "\001374"; /* 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%B4
MD5:
1fd8dad0ecb0ea7307dc50b6661fe3ae
SHA1:
be8220baf5c617034cd9541589945e67f22b2ebe
Base64:
4Y20