C:
char c = '\u2767';
printf("%c\n", c); // Output: ❧
JavaScript:
const char = '\u2767';
console.log(char); // Output: ❧
Java:
char c = '\u2767';
System.out.println(c); // Output: ❧
JSON:
{"text": "\u2767"} // Value: ❧
Python:
char = '\u2767'
print(char) # Output: ❧
Perl:
my $char = "\x{2767}";
print $char; # Output: ❧
PHP:
$char = "\x{2767}";
echo $char; // Output: ❧
Ruby:
char = "\u{2767}"
puts char # Output: ❧
Rust:
let c = '\u{2767}';
println!("{}", c); // Output: ❧
Go:
char := '\u2767'
fmt.Printf("%c\n", char) // Output: ❧
CSS:
/* CSS content property */
.element::before {
content: "\002767"; /* 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%A7
MD5:
80ccf04bf255bee629540f0a969187b0
SHA1:
30c1e205b8a54e2018c0c9cb41a147c5ed87786a
Base64:
4p2n