C:
char c = '\u2775';
printf("%c\n", c); // Output: ❵
JavaScript:
const char = '\u2775';
console.log(char); // Output: ❵
Java:
char c = '\u2775';
System.out.println(c); // Output: ❵
JSON:
{"text": "\u2775"} // Value: ❵
Python:
char = '\u2775'
print(char) # Output: ❵
Perl:
my $char = "\x{2775}";
print $char; # Output: ❵
PHP:
$char = "\x{2775}";
echo $char; // Output: ❵
Ruby:
char = "\u{2775}"
puts char # Output: ❵
Rust:
let c = '\u{2775}';
println!("{}", c); // Output: ❵
Go:
char := '\u2775'
fmt.Printf("%c\n", char) // Output: ❵
CSS:
/* CSS content property */
.element::before {
content: "\002775"; /* 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%9D%B5
MD5:
cf37ec22e9f980f69d87bd0552f37ef3
SHA1:
150e1904df943344d379163b258d5a86dfb95117
Base64:
4p21