C:
char c = '\u2312';
printf("%c\n", c); // Output: ⌒
JavaScript:
const char = '\u2312';
console.log(char); // Output: ⌒
Java:
char c = '\u2312';
System.out.println(c); // Output: ⌒
JSON:
{"text": "\u2312"} // Value: ⌒
Python:
char = '\u2312'
print(char) # Output: ⌒
Perl:
my $char = "\x{2312}";
print $char; # Output: ⌒
PHP:
$char = "\x{2312}";
echo $char; // Output: ⌒
Ruby:
char = "\u{2312}"
puts char # Output: ⌒
Rust:
let c = '\u{2312}';
println!("{}", c); // Output: ⌒
Go:
char := '\u2312'
fmt.Printf("%c\n", char) // Output: ⌒
CSS:
/* CSS content property */
.element::before {
content: "\002312"; /* 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%8C%92
MD5:
74b46799999b8764a89dcee356594f3a
SHA1:
5c0a173d6520cbe4518b58888e826429876b714d
Base64:
4oyS