C:
char c = '\u2251';
printf("%c\n", c); // Output: ≑
JavaScript:
const char = '\u2251';
console.log(char); // Output: ≑
Java:
char c = '\u2251';
System.out.println(c); // Output: ≑
JSON:
{"text": "\u2251"} // Value: ≑
Python:
char = '\u2251'
print(char) # Output: ≑
Perl:
my $char = "\x{2251}";
print $char; # Output: ≑
PHP:
$char = "\x{2251}";
echo $char; // Output: ≑
Ruby:
char = "\u{2251}"
puts char # Output: ≑
Rust:
let c = '\u{2251}';
println!("{}", c); // Output: ≑
Go:
char := '\u2251'
fmt.Printf("%c\n", char) // Output: ≑
CSS:
/* CSS content property */
.element::before {
content: "\002251"; /* 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%89%91
MD5:
b7de4cbec8e997d1850b980ebb7e01be
SHA1:
bb80e19c7bf7efc75e74c231c2b7fa21d1678a81
Base64:
4omR