C:
char c = '\u299E';
printf("%c\n", c); // Output: ⦞
JavaScript:
const char = '\u299E';
console.log(char); // Output: ⦞
Java:
char c = '\u299E';
System.out.println(c); // Output: ⦞
JSON:
{"text": "\u299E"} // Value: ⦞
Python:
char = '\u299E'
print(char) # Output: ⦞
Perl:
my $char = "\x{299E}";
print $char; # Output: ⦞
PHP:
$char = "\x{299E}";
echo $char; // Output: ⦞
Ruby:
char = "\u{299E}"
puts char # Output: ⦞
Rust:
let c = '\u{299E}';
println!("{}", c); // Output: ⦞
Go:
char := '\u299E'
fmt.Printf("%c\n", char) // Output: ⦞
CSS:
/* CSS content property */
.element::before {
content: "\00299E"; /* 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%9E
MD5:
535e4aca6ea91afa685a37e0ef9b1513
SHA1:
a9e81937aab482b2a91f277d62b8bac7a0a11dcc
Base64:
4qae