C:
char c = '\u137B';
printf("%c\n", c); // Output: ፻
JavaScript:
const char = '\u137B';
console.log(char); // Output: ፻
Java:
char c = '\u137B';
System.out.println(c); // Output: ፻
JSON:
{"text": "\u137B"} // Value: ፻
Python:
char = '\u137B'
print(char) # Output: ፻
Perl:
my $char = "\x{137B}";
print $char; # Output: ፻
PHP:
$char = "\x{137B}";
echo $char; // Output: ፻
Ruby:
char = "\u{137B}"
puts char # Output: ፻
Rust:
let c = '\u{137B}';
println!("{}", c); // Output: ፻
Go:
char := '\u137B'
fmt.Printf("%c\n", char) // Output: ፻
CSS:
/* CSS content property */
.element::before {
content: "\00137B"; /* 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%BB
MD5:
840c1671d67c3d283898a3bb82b05842
SHA1:
23ea41a3d6a0aa80d845384b21df1baa6bcc36c1
Base64:
4Y27