C:
char c = '\u2978';
printf("%c\n", c); // Output: ⥸
JavaScript:
const char = '\u2978';
console.log(char); // Output: ⥸
Java:
char c = '\u2978';
System.out.println(c); // Output: ⥸
JSON:
{"text": "\u2978"} // Value: ⥸
Python:
char = '\u2978'
print(char) # Output: ⥸
Perl:
my $char = "\x{2978}";
print $char; # Output: ⥸
PHP:
$char = "\x{2978}";
echo $char; // Output: ⥸
Ruby:
char = "\u{2978}"
puts char # Output: ⥸
Rust:
let c = '\u{2978}';
println!("{}", c); // Output: ⥸
Go:
char := '\u2978'
fmt.Printf("%c\n", char) // Output: ⥸
CSS:
/* CSS content property */
.element::before {
content: "\002978"; /* 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%B8
MD5:
8080438d7dba61d6b48ef683b1cb7599
SHA1:
1ae8fad5f035b28a6aebc1df350662e6859aa470
Base64:
4qW4