C:
char c = '\u2369';
printf("%c\n", c); // Output: ⍩
JavaScript:
const char = '\u2369';
console.log(char); // Output: ⍩
Java:
char c = '\u2369';
System.out.println(c); // Output: ⍩
JSON:
{"text": "\u2369"} // Value: ⍩
Python:
char = '\u2369'
print(char) # Output: ⍩
Perl:
my $char = "\x{2369}";
print $char; # Output: ⍩
PHP:
$char = "\x{2369}";
echo $char; // Output: ⍩
Ruby:
char = "\u{2369}"
puts char # Output: ⍩
Rust:
let c = '\u{2369}';
println!("{}", c); // Output: ⍩
Go:
char := '\u2369'
fmt.Printf("%c\n", char) // Output: ⍩
CSS:
/* CSS content property */
.element::before {
content: "\002369"; /* 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%8D%A9
MD5:
809f1eea83d69b3c573c9a95aa3f55ca
SHA1:
b4e5bb51b9f670539647b0b225c16a1492d3f8fd
Base64:
4o2p