I want to be able to pack an integral symbol into a label like this:
result = 5
Label(root,text='INTEGRAL x: ' + result).pack()
Is there a way to get that squiggly S in there?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The integral symbol is U+222B in Unicode. I’m leaving in around 30 seconds (or so I was told two minutes ago), so I can’t test it right now, but it should display just fine.
Cheers.