Unicode Finder

"∝" U+221D(PROPORTIONAL TO)

U+221D
Nombre del Bloque
Mathematical Operators
Nombre
PROPORTIONAL TO

Programming

C
\u221D
JavaScript
\u221D
Java
\u221D
Json
\u221D
Python
\u221D
Perl
\x{221D}
PHP
\x{221D}
Ruby
\u{221D}
Rust
\u{221D}
Go
\u221D

Web

CSS
\00221D
HtmlDecimal
∝
HtmlHexadecimal
∝
Url
%E2%88%9D

Code

MD5
bc320e13e0c3d806a35913fe6810ce31
Sha1
1e56e174c6f271737c0d4999e7a3a91e099f7766
Base64
4oid

Ejemplos de Uso

Programming Languages

C:

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

JavaScript:

const char = '\u221D';
console.log(char);  // Output: ∝

Java:

char c = '\u221D';
System.out.println(c);  // Output: ∝

JSON:

{"text": "\u221D"}  // Value: ∝

Python:

char = '\u221D'
print(char)  # Output: ∝

Perl:

my $char = "\x{221D}";
print $char;  # Output: ∝

PHP:

$char = "\x{221D}";
echo $char;  // Output: ∝

Ruby:

char = "\u{221D}"
puts char  # Output: ∝

Rust:

let c = '\u{221D}';
println!("{}", c);  // Output: ∝

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00221D";  /* Display: ∝ */
}

HTML Decimal:

<p>HTML decimal: &#8733;</p>  <!-- Display: ∝ -->

HTML Hexadecimal:

<p>HTML hex: &#x221D;</p>  <!-- Display: ∝ -->

URL Encoding:

// ∝ URL encoding
https://unicodefinder.com/search.php?query=%E2%88%9D

Encodings

MD5:

bc320e13e0c3d806a35913fe6810ce31

SHA1:

1e56e174c6f271737c0d4999e7a3a91e099f7766

Base64:

4oid

© 2025 Unicode Finder

∝ U+221D PROPORTIONAL TO Carácter Unicode - Unicode Finder

Contact: d2@fanqiang.me