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