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