C:
char c = '\u1934';
printf("%c\n", c); // Output: ᤴ
JavaScript:
const char = '\u1934';
console.log(char); // Output: ᤴ
Java:
char c = '\u1934';
System.out.println(c); // Output: ᤴ
JSON:
{"text": "\u1934"} // Value: ᤴ
Python:
char = '\u1934'
print(char) # Output: ᤴ
Perl:
my $char = "\x{1934}";
print $char; # Output: ᤴ
PHP:
$char = "\x{1934}";
echo $char; // Output: ᤴ
Ruby:
char = "\u{1934}"
puts char # Output: ᤴ
Rust:
let c = '\u{1934}';
println!("{}", c); // Output: ᤴ
Go:
char := '\u1934'
fmt.Printf("%c\n", char) // Output: ᤴ
CSS:
/* CSS content property */
.element::before {
content: "\001934"; /* 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%B4
MD5:
02f061c0ff3d42ccb2b8ecf3fc7ce9d5
SHA1:
602da84f3e70bd2b01694debe2630a0641b083b9
Base64:
4aS0