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