Unicode Finder

"∸" U+2238(DOT MINUS)

U+2238
Blockname
Mathematical Operators
Name
DOT MINUS

Programming

C
\u2238
JavaScript
\u2238
Java
\u2238
Json
\u2238
Python
\u2238
Perl
\x{2238}
PHP
\x{2238}
Ruby
\u{2238}
Rust
\u{2238}
Go
\u2238

Web

CSS
\002238
HtmlDecimal
∸
HtmlHexadecimal
∸
Url
%E2%88%B8

Code

MD5
d435990768127271ca930f7c9d288b86
Sha1
29473e7270d4037ebc3325e8db6c3349dcd56210
Base64
4oi4

Verwendungsbeispiele

Programming Languages

C:

char c = '\u2238';
printf("%c\n", c);  // Output: ∸

JavaScript:

const char = '\u2238';
console.log(char);  // Output: ∸

Java:

char c = '\u2238';
System.out.println(c);  // Output: ∸

JSON:

{"text": "\u2238"}  // Value: ∸

Python:

char = '\u2238'
print(char)  # Output: ∸

Perl:

my $char = "\x{2238}";
print $char;  # Output: ∸

PHP:

$char = "\x{2238}";
echo $char;  // Output: ∸

Ruby:

char = "\u{2238}"
puts char  # Output: ∸

Rust:

let c = '\u{2238}';
println!("{}", c);  // Output: ∸

Go:

char := '\u2238'
fmt.Printf("%c\n", char)  // Output: ∸

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002238";  /* Display: ∸ */
}

HTML Decimal:

<p>HTML decimal: &#8760;</p>  <!-- Display: ∸ -->

HTML Hexadecimal:

<p>HTML hex: &#x2238;</p>  <!-- Display: ∸ -->

URL Encoding:

// ∸ URL encoding
https://unicodefinder.com/search.php?query=%E2%88%B8

Encodings

MD5:

d435990768127271ca930f7c9d288b86

SHA1:

29473e7270d4037ebc3325e8db6c3349dcd56210

Base64:

4oi4