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