C:
char c = '\u237F';
printf("%c\n", c); // Output: ⍿
JavaScript:
const char = '\u237F';
console.log(char); // Output: ⍿
Java:
char c = '\u237F';
System.out.println(c); // Output: ⍿
JSON:
{"text": "\u237F"} // Value: ⍿
Python:
char = '\u237F'
print(char) # Output: ⍿
Perl:
my $char = "\x{237F}";
print $char; # Output: ⍿
PHP:
$char = "\x{237F}";
echo $char; // Output: ⍿
Ruby:
char = "\u{237F}"
puts char # Output: ⍿
Rust:
let c = '\u{237F}';
println!("{}", c); // Output: ⍿
Go:
char := '\u237F'
fmt.Printf("%c\n", char) // Output: ⍿
CSS:
/* CSS content property */
.element::before {
content: "\00237F"; /* 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%BF
MD5:
4e41d5cc626ce16c878818eef2941f75
SHA1:
cc01e6698f452c5e77b1b7463c44e774d9ef07ee
Base64:
4o2/