C:
char c = '\u2A35';
printf("%c\n", c); // Output: ⨵
JavaScript:
const char = '\u2A35';
console.log(char); // Output: ⨵
Java:
char c = '\u2A35';
System.out.println(c); // Output: ⨵
JSON:
{"text": "\u2A35"} // Value: ⨵
Python:
char = '\u2A35'
print(char) # Output: ⨵
Perl:
my $char = "\x{2A35}";
print $char; # Output: ⨵
PHP:
$char = "\x{2A35}";
echo $char; // Output: ⨵
Ruby:
char = "\u{2A35}"
puts char # Output: ⨵
Rust:
let c = '\u{2A35}';
println!("{}", c); // Output: ⨵
Go:
char := '\u2A35'
fmt.Printf("%c\n", char) // Output: ⨵
CSS:
/* CSS content property */
.element::before {
content: "\002A35"; /* 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=%E2%A8%B5
MD5:
4a469f0d73217920d5dd6d6aa682c080
SHA1:
718185c2fc75c15d8fa200b3ab8e61584dfae520
Base64:
4qi1