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