C:
char c = '\u2975';
printf("%c\n", c); // Output: ⥵
JavaScript:
const char = '\u2975';
console.log(char); // Output: ⥵
Java:
char c = '\u2975';
System.out.println(c); // Output: ⥵
JSON:
{"text": "\u2975"} // Value: ⥵
Python:
char = '\u2975'
print(char) # Output: ⥵
Perl:
my $char = "\x{2975}";
print $char; # Output: ⥵
PHP:
$char = "\x{2975}";
echo $char; // Output: ⥵
Ruby:
char = "\u{2975}"
puts char # Output: ⥵
Rust:
let c = '\u{2975}';
println!("{}", c); // Output: ⥵
Go:
char := '\u2975'
fmt.Printf("%c\n", char) // Output: ⥵
CSS:
/* CSS content property */
.element::before {
content: "\002975"; /* 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%B5
MD5:
0f33956620ee99585cd6fb0ababc58e7
SHA1:
89e5dbf09c1b6b6c07f3551d76b4a1e68cfdce87
Base64:
4qW1