C:
char c = '\u2A39';
printf("%c\n", c); // Output: ⨹
JavaScript:
const char = '\u2A39';
console.log(char); // Output: ⨹
Java:
char c = '\u2A39';
System.out.println(c); // Output: ⨹
JSON:
{"text": "\u2A39"} // Value: ⨹
Python:
char = '\u2A39'
print(char) # Output: ⨹
Perl:
my $char = "\x{2A39}";
print $char; # Output: ⨹
PHP:
$char = "\x{2A39}";
echo $char; // Output: ⨹
Ruby:
char = "\u{2A39}"
puts char # Output: ⨹
Rust:
let c = '\u{2A39}';
println!("{}", c); // Output: ⨹
Go:
char := '\u2A39'
fmt.Printf("%c\n", char) // Output: ⨹
CSS:
/* CSS content property */
.element::before {
content: "\002A39"; /* 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%B9
MD5:
1380e36702b16af76f1cb2000f85c5b0
SHA1:
458638a0c4355ad5e4c4bdbd79badfcf8753efb1
Base64:
4qi5