C:
char c = '\u2352';
printf("%c\n", c); // Output: ⍒
JavaScript:
const char = '\u2352';
console.log(char); // Output: ⍒
Java:
char c = '\u2352';
System.out.println(c); // Output: ⍒
JSON:
{"text": "\u2352"} // Value: ⍒
Python:
char = '\u2352'
print(char) # Output: ⍒
Perl:
my $char = "\x{2352}";
print $char; # Output: ⍒
PHP:
$char = "\x{2352}";
echo $char; // Output: ⍒
Ruby:
char = "\u{2352}"
puts char # Output: ⍒
Rust:
let c = '\u{2352}';
println!("{}", c); // Output: ⍒
Go:
char := '\u2352'
fmt.Printf("%c\n", char) // Output: ⍒
CSS:
/* CSS content property */
.element::before {
content: "\002352"; /* 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%92
MD5:
c42654321cf8b4d43998c5d38c9a183e
SHA1:
2738ceb4e4e4a618b6edde1d4b2a64f5503322a3
Base64:
4o2S