C:
char c = '\u2776';
printf("%c\n", c); // Output: ❶
JavaScript:
const char = '\u2776';
console.log(char); // Output: ❶
Java:
char c = '\u2776';
System.out.println(c); // Output: ❶
JSON:
{"text": "\u2776"} // Value: ❶
Python:
char = '\u2776'
print(char) # Output: ❶
Perl:
my $char = "\x{2776}";
print $char; # Output: ❶
PHP:
$char = "\x{2776}";
echo $char; // Output: ❶
Ruby:
char = "\u{2776}"
puts char # Output: ❶
Rust:
let c = '\u{2776}';
println!("{}", c); // Output: ❶
Go:
char := '\u2776'
fmt.Printf("%c\n", char) // Output: ❶
CSS:
/* CSS content property */
.element::before {
content: "\002776"; /* 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%B6
MD5:
5b16c60ea84dd3988b8816fbd61e0917
SHA1:
7f41410e741489b8f618fcb4ed0b3e2b9202550b
Base64:
4p22