C:
char c = '\u295A';
printf("%c\n", c); // Output: ⥚
JavaScript:
const char = '\u295A';
console.log(char); // Output: ⥚
Java:
char c = '\u295A';
System.out.println(c); // Output: ⥚
JSON:
{"text": "\u295A"} // Value: ⥚
Python:
char = '\u295A'
print(char) # Output: ⥚
Perl:
my $char = "\x{295A}";
print $char; # Output: ⥚
PHP:
$char = "\x{295A}";
echo $char; // Output: ⥚
Ruby:
char = "\u{295A}"
puts char # Output: ⥚
Rust:
let c = '\u{295A}';
println!("{}", c); // Output: ⥚
Go:
char := '\u295A'
fmt.Printf("%c\n", char) // Output: ⥚
CSS:
/* CSS content property */
.element::before {
content: "\00295A"; /* 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%9A
MD5:
251d8cb9675ae6a0dc07e2ef9bed7998
SHA1:
d01203d02abf34e6ee491bd54736716dd5a237df
Base64:
4qWa