C:
char c = '\u2997';
printf("%c\n", c); // Output: ⦗
JavaScript:
const char = '\u2997';
console.log(char); // Output: ⦗
Java:
char c = '\u2997';
System.out.println(c); // Output: ⦗
JSON:
{"text": "\u2997"} // Value: ⦗
Python:
char = '\u2997'
print(char) # Output: ⦗
Perl:
my $char = "\x{2997}";
print $char; # Output: ⦗
PHP:
$char = "\x{2997}";
echo $char; // Output: ⦗
Ruby:
char = "\u{2997}"
puts char # Output: ⦗
Rust:
let c = '\u{2997}';
println!("{}", c); // Output: ⦗
Go:
char := '\u2997'
fmt.Printf("%c\n", char) // Output: ⦗
CSS:
/* CSS content property */
.element::before {
content: "\002997"; /* 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%97
MD5:
e5c86439cf970e7a267dcc38822d65ae
SHA1:
6cf5baaca16d4fa288ea192f98001f3d09643e7d
Base64:
4qaX