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