C:
char c = '\u2992';
printf("%c\n", c); // Output: ⦒
JavaScript:
const char = '\u2992';
console.log(char); // Output: ⦒
Java:
char c = '\u2992';
System.out.println(c); // Output: ⦒
JSON:
{"text": "\u2992"} // Value: ⦒
Python:
char = '\u2992'
print(char) # Output: ⦒
Perl:
my $char = "\x{2992}";
print $char; # Output: ⦒
PHP:
$char = "\x{2992}";
echo $char; // Output: ⦒
Ruby:
char = "\u{2992}"
puts char # Output: ⦒
Rust:
let c = '\u{2992}';
println!("{}", c); // Output: ⦒
Go:
char := '\u2992'
fmt.Printf("%c\n", char) // Output: ⦒
CSS:
/* CSS content property */
.element::before {
content: "\002992"; /* 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%A6%92
MD5:
17e5adf10c2a63aa17e0764a3946c32c
SHA1:
1bb4d4844bf25d77ffcde982643f53b9bdb94e5e
Base64:
4qaS