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