C:
char c = '\u2769';
printf("%c\n", c); // Output: ❩
JavaScript:
const char = '\u2769';
console.log(char); // Output: ❩
Java:
char c = '\u2769';
System.out.println(c); // Output: ❩
JSON:
{"text": "\u2769"} // Value: ❩
Python:
char = '\u2769'
print(char) # Output: ❩
Perl:
my $char = "\x{2769}";
print $char; # Output: ❩
PHP:
$char = "\x{2769}";
echo $char; // Output: ❩
Ruby:
char = "\u{2769}"
puts char # Output: ❩
Rust:
let c = '\u{2769}';
println!("{}", c); // Output: ❩
Go:
char := '\u2769'
fmt.Printf("%c\n", char) // Output: ❩
CSS:
/* CSS content property */
.element::before {
content: "\002769"; /* 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%A9
MD5:
437acea9b8387e9e587fdda68a736152
SHA1:
48db8b0151a0b32dd23ec603e5f0b9e8cc8eb754
Base64:
4p2p