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