C:
char c = '\u1935';
printf("%c\n", c); // Output: ᤵ
JavaScript:
const char = '\u1935';
console.log(char); // Output: ᤵ
Java:
char c = '\u1935';
System.out.println(c); // Output: ᤵ
JSON:
{"text": "\u1935"} // Value: ᤵ
Python:
char = '\u1935'
print(char) # Output: ᤵ
Perl:
my $char = "\x{1935}";
print $char; # Output: ᤵ
PHP:
$char = "\x{1935}";
echo $char; // Output: ᤵ
Ruby:
char = "\u{1935}"
puts char # Output: ᤵ
Rust:
let c = '\u{1935}';
println!("{}", c); // Output: ᤵ
Go:
char := '\u1935'
fmt.Printf("%c\n", char) // Output: ᤵ
CSS:
/* CSS content property */
.element::before {
content: "\001935"; /* 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%B5
MD5:
66f6583e9c66da82cc10ceebf04f0bb6
SHA1:
70a23c21674ed69b70f6789876e4a0bbc37aac7b
Base64:
4aS1