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