C:
char c = '\u223B';
printf("%c\n", c); // Output: ∻
JavaScript:
const char = '\u223B';
console.log(char); // Output: ∻
Java:
char c = '\u223B';
System.out.println(c); // Output: ∻
JSON:
{"text": "\u223B"} // Value: ∻
Python:
char = '\u223B'
print(char) # Output: ∻
Perl:
my $char = "\x{223B}";
print $char; # Output: ∻
PHP:
$char = "\x{223B}";
echo $char; // Output: ∻
Ruby:
char = "\u{223B}"
puts char # Output: ∻
Rust:
let c = '\u{223B}';
println!("{}", c); // Output: ∻
Go:
char := '\u223B'
fmt.Printf("%c\n", char) // Output: ∻
CSS:
/* CSS content property */
.element::before {
content: "\00223B"; /* 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%88%BB
MD5:
aa7b4bcf835e2dd7488fff3cd865b223
SHA1:
8a976bab0520ec5cd15ed852562eaee8415882e6
Base64:
4oi7