C:
char c = '\u1734';
printf("%c\n", c); // Output: ᜴
JavaScript:
const char = '\u1734';
console.log(char); // Output: ᜴
Java:
char c = '\u1734';
System.out.println(c); // Output: ᜴
JSON:
{"text": "\u1734"} // Value: ᜴
Python:
char = '\u1734'
print(char) # Output: ᜴
Perl:
my $char = "\x{1734}";
print $char; # Output: ᜴
PHP:
$char = "\x{1734}";
echo $char; // Output: ᜴
Ruby:
char = "\u{1734}"
puts char # Output: ᜴
Rust:
let c = '\u{1734}';
println!("{}", c); // Output: ᜴
Go:
char := '\u1734'
fmt.Printf("%c\n", char) // Output: ᜴
CSS:
/* CSS content property */
.element::before {
content: "\001734"; /* 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%9C%B4
MD5:
797c24ae5a54596fcf16d0fb7a1e1b1b
SHA1:
56b978a8e36e632682a49af1db585704aa805408
Base64:
4Zy0