C:
char c = '\u1735';
printf("%c\n", c); // Output: ᜵
JavaScript:
const char = '\u1735';
console.log(char); // Output: ᜵
Java:
char c = '\u1735';
System.out.println(c); // Output: ᜵
JSON:
{"text": "\u1735"} // Value: ᜵
Python:
char = '\u1735'
print(char) # Output: ᜵
Perl:
my $char = "\x{1735}";
print $char; # Output: ᜵
PHP:
$char = "\x{1735}";
echo $char; // Output: ᜵
Ruby:
char = "\u{1735}"
puts char # Output: ᜵
Rust:
let c = '\u{1735}';
println!("{}", c); // Output: ᜵
Go:
char := '\u1735'
fmt.Printf("%c\n", char) // Output: ᜵
CSS:
/* CSS content property */
.element::before {
content: "\001735"; /* 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%B5
MD5:
248111f59d25f61c8a8cc343456934f8
SHA1:
1a8c93e5eb690f8594e825222ed46ae5012ccac7
Base64:
4Zy1