C:
char c = '\u2979';
printf("%c\n", c); // Output: ⥹
JavaScript:
const char = '\u2979';
console.log(char); // Output: ⥹
Java:
char c = '\u2979';
System.out.println(c); // Output: ⥹
JSON:
{"text": "\u2979"} // Value: ⥹
Python:
char = '\u2979'
print(char) # Output: ⥹
Perl:
my $char = "\x{2979}";
print $char; # Output: ⥹
PHP:
$char = "\x{2979}";
echo $char; // Output: ⥹
Ruby:
char = "\u{2979}"
puts char # Output: ⥹
Rust:
let c = '\u{2979}';
println!("{}", c); // Output: ⥹
Go:
char := '\u2979'
fmt.Printf("%c\n", char) // Output: ⥹
CSS:
/* CSS content property */
.element::before {
content: "\002979"; /* 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%B9
MD5:
5a44c7955af4b1bfdc1f8fd511475332
SHA1:
1e9d6e89957ad5026ff98c0f091f6c9b7670b2a5
Base64:
4qW5