C:
char c = '\u222B';
printf("%c\n", c); // Output: ∫
JavaScript:
const char = '\u222B';
console.log(char); // Output: ∫
Java:
char c = '\u222B';
System.out.println(c); // Output: ∫
JSON:
{"text": "\u222B"} // Value: ∫
Python:
char = '\u222B'
print(char) # Output: ∫
Perl:
my $char = "\x{222B}";
print $char; # Output: ∫
PHP:
$char = "\x{222B}";
echo $char; // Output: ∫
Ruby:
char = "\u{222B}"
puts char # Output: ∫
Rust:
let c = '\u{222B}';
println!("{}", c); // Output: ∫
Go:
char := '\u222B'
fmt.Printf("%c\n", char) // Output: ∫
CSS:
/* CSS content property */
.element::before {
content: "\00222B"; /* 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%AB
MD5:
993803be236d30796c57c1defa874aaa
SHA1:
edfd8657b52064500ee5649bc6497bbeb0f68e41
Base64:
4oir