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