C:
char c = '\u1938';
printf("%c\n", c); // Output: ᤸ
JavaScript:
const char = '\u1938';
console.log(char); // Output: ᤸ
Java:
char c = '\u1938';
System.out.println(c); // Output: ᤸ
JSON:
{"text": "\u1938"} // Value: ᤸ
Python:
char = '\u1938'
print(char) # Output: ᤸ
Perl:
my $char = "\x{1938}";
print $char; # Output: ᤸ
PHP:
$char = "\x{1938}";
echo $char; // Output: ᤸ
Ruby:
char = "\u{1938}"
puts char # Output: ᤸ
Rust:
let c = '\u{1938}';
println!("{}", c); // Output: ᤸ
Go:
char := '\u1938'
fmt.Printf("%c\n", char) // Output: ᤸ
CSS:
/* CSS content property */
.element::before {
content: "\001938"; /* 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%B8
MD5:
13882a6c1af4975c76afc8ddb6c10b91
SHA1:
403b9d8b77b5098192137234e93030f6ecd3d65d
Base64:
4aS4