C:
char c = '\u2999';
printf("%c\n", c); // Output: ⦙
JavaScript:
const char = '\u2999';
console.log(char); // Output: ⦙
Java:
char c = '\u2999';
System.out.println(c); // Output: ⦙
JSON:
{"text": "\u2999"} // Value: ⦙
Python:
char = '\u2999'
print(char) # Output: ⦙
Perl:
my $char = "\x{2999}";
print $char; # Output: ⦙
PHP:
$char = "\x{2999}";
echo $char; // Output: ⦙
Ruby:
char = "\u{2999}"
puts char # Output: ⦙
Rust:
let c = '\u{2999}';
println!("{}", c); // Output: ⦙
Go:
char := '\u2999'
fmt.Printf("%c\n", char) // Output: ⦙
CSS:
/* CSS content property */
.element::before {
content: "\002999"; /* 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%99
MD5:
8b88b509937a97bbec6b9339ab55ff6f
SHA1:
34a9125e78a7d1efbe637605ece7f59d07d569e5
Base64:
4qaZ