C:
char c = '\u297D';
printf("%c\n", c); // Output: ⥽
JavaScript:
const char = '\u297D';
console.log(char); // Output: ⥽
Java:
char c = '\u297D';
System.out.println(c); // Output: ⥽
JSON:
{"text": "\u297D"} // Value: ⥽
Python:
char = '\u297D'
print(char) # Output: ⥽
Perl:
my $char = "\x{297D}";
print $char; # Output: ⥽
PHP:
$char = "\x{297D}";
echo $char; // Output: ⥽
Ruby:
char = "\u{297D}"
puts char # Output: ⥽
Rust:
let c = '\u{297D}';
println!("{}", c); // Output: ⥽
Go:
char := '\u297D'
fmt.Printf("%c\n", char) // Output: ⥽
CSS:
/* CSS content property */
.element::before {
content: "\00297D"; /* 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%A5%BD
MD5:
a0916bd0668336d130b4baad10098f6c
SHA1:
e7f10876c111e116131bd7ee87ef7798adceb97d
Base64:
4qW9