C:
char c = '\u2379';
printf("%c\n", c); // Output: ⍹
JavaScript:
const char = '\u2379';
console.log(char); // Output: ⍹
Java:
char c = '\u2379';
System.out.println(c); // Output: ⍹
JSON:
{"text": "\u2379"} // Value: ⍹
Python:
char = '\u2379'
print(char) # Output: ⍹
Perl:
my $char = "\x{2379}";
print $char; # Output: ⍹
PHP:
$char = "\x{2379}";
echo $char; // Output: ⍹
Ruby:
char = "\u{2379}"
puts char # Output: ⍹
Rust:
let c = '\u{2379}';
println!("{}", c); // Output: ⍹
Go:
char := '\u2379'
fmt.Printf("%c\n", char) // Output: ⍹
CSS:
/* CSS content property */
.element::before {
content: "\002379"; /* 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%B9
MD5:
2239e57ecdda32e127288c616cb40f4f
SHA1:
02d68b3f48f7dc1e7f253f74cdfad449904b4cd5
Base64:
4o25