C:
char c = '\u2374';
printf("%c\n", c); // Output: ⍴
JavaScript:
const char = '\u2374';
console.log(char); // Output: ⍴
Java:
char c = '\u2374';
System.out.println(c); // Output: ⍴
JSON:
{"text": "\u2374"} // Value: ⍴
Python:
char = '\u2374'
print(char) # Output: ⍴
Perl:
my $char = "\x{2374}";
print $char; # Output: ⍴
PHP:
$char = "\x{2374}";
echo $char; // Output: ⍴
Ruby:
char = "\u{2374}"
puts char # Output: ⍴
Rust:
let c = '\u{2374}';
println!("{}", c); // Output: ⍴
Go:
char := '\u2374'
fmt.Printf("%c\n", char) // Output: ⍴
CSS:
/* CSS content property */
.element::before {
content: "\002374"; /* 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%B4
MD5:
8955e1f95e99d19db7dcf66bfe5ce977
SHA1:
15e5922e3fe84dc00e60ac68e4d2e757eec0fec7
Base64:
4o20