C:
char c = '\u2778';
printf("%c\n", c); // Output: ❸
JavaScript:
const char = '\u2778';
console.log(char); // Output: ❸
Java:
char c = '\u2778';
System.out.println(c); // Output: ❸
JSON:
{"text": "\u2778"} // Value: ❸
Python:
char = '\u2778'
print(char) # Output: ❸
Perl:
my $char = "\x{2778}";
print $char; # Output: ❸
PHP:
$char = "\x{2778}";
echo $char; // Output: ❸
Ruby:
char = "\u{2778}"
puts char # Output: ❸
Rust:
let c = '\u{2778}';
println!("{}", c); // Output: ❸
Go:
char := '\u2778'
fmt.Printf("%c\n", char) // Output: ❸
CSS:
/* CSS content property */
.element::before {
content: "\002778"; /* 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%B8
MD5:
aa5469b266af65a687fba91c18c9e092
SHA1:
5213a2446a21a09bfd621f67747258224d154454
Base64:
4p24