C:
char c = '\u1939';
printf("%c\n", c); // Output: ᤹
JavaScript:
const char = '\u1939';
console.log(char); // Output: ᤹
Java:
char c = '\u1939';
System.out.println(c); // Output: ᤹
JSON:
{"text": "\u1939"} // Value: ᤹
Python:
char = '\u1939'
print(char) # Output: ᤹
Perl:
my $char = "\x{1939}";
print $char; # Output: ᤹
PHP:
$char = "\x{1939}";
echo $char; // Output: ᤹
Ruby:
char = "\u{1939}"
puts char # Output: ᤹
Rust:
let c = '\u{1939}';
println!("{}", c); // Output: ᤹
Go:
char := '\u1939'
fmt.Printf("%c\n", char) // Output: ᤹
CSS:
/* CSS content property */
.element::before {
content: "\001939"; /* 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%B9
MD5:
79435b42cbb703b384404f186b7f37cf
SHA1:
90e7cac97ee5a280283959eb2035cda679bbafe7
Base64:
4aS5