C:
char c = '\u2753';
printf("%c\n", c); // Output: ❓
JavaScript:
const char = '\u2753';
console.log(char); // Output: ❓
Java:
char c = '\u2753';
System.out.println(c); // Output: ❓
JSON:
{"text": "\u2753"} // Value: ❓
Python:
char = '\u2753'
print(char) # Output: ❓
Perl:
my $char = "\x{2753}";
print $char; # Output: ❓
PHP:
$char = "\x{2753}";
echo $char; // Output: ❓
Ruby:
char = "\u{2753}"
puts char # Output: ❓
Rust:
let c = '\u{2753}';
println!("{}", c); // Output: ❓
Go:
char := '\u2753'
fmt.Printf("%c\n", char) // Output: ❓
CSS:
/* CSS content property */
.element::before {
content: "\002753"; /* 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%93
MD5:
fdeea0e389903d514275eea10591ecb7
SHA1:
a7c1b8c38c03a044dcbec6793fc9cb6f2b772066
Base64:
4p2T