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