How to Type Integral Symbols with Keyboard?

How to Type Integral Symbols with Keyboard?

Integral is a mathematical function used in calculus. You can type integral equations in Office documents using Equation editor. However, when you simply need to type integral symbols, it is easy to use keyboard shortcuts. Unlike equation editor, keyboard shortcuts help you to type the symbols like normal text characters aligned with other content on the document.

Keyboard Shortcuts for Integral Symbols

Below are various integral symbols available in Unicode as part of mathematical operator symbols between the code point 2200 to 22FF.

Symbol Name Windows Code Mac Code
Integral Alt + 8747 Option + 222B
Double Integral Alt + 8748 Option + 222C
Triple Integral Alt + 8749 Option + 222D
Contour Integral Alt + 8750 Option + 222E
Surface Integral Alt + 8751 Option + 222F
Volume Integral Alt + 8752 Option + 2230
Clockwise Integral Alt + 8753 Option + 2231
Clockwise Contour Integral Alt + 8754 Option + 2232
Anti-clockwise Contour Integral Alt + 8755 Option + 2233
Top Half Integral Alt + 8992 Option + 2320
Bottom Half Integral Alt + 8993 Option + 2321
Integral Extension Alt + 9134 Option + 23AE
Summation with Integral Alt + 10763 Option + 2A0B
Quadruple Integral Operator Alt + 10764 Option + 2A0C
Finite Part Integral Alt + 10765 Option + 2A0D
Integral with Double Stroke Alt + 10766 Option + 2A0E
Integral Average with Slash Alt + 10767 Option + 2A0F
Integral Around a Point Operator Alt + 10773 Option + 2A15
Quaternion Integral Operator Alt + 10774 Option + 2A16
Integral with Leftwards Arrow with Hook Alt + 10775 Option + 2A17
Integral with Times sign Alt + 10776 Option + 2A18
Integral with Intersection Alt + 10777 Option + 2A19
Integral with Union Alt + 10778 Option + 2A1A
Integral with Overbar Alt + 10779 Option + 2A1B
Integral with Underbar Alt + 10780 Option + 2A1C

How to Type Integral Symbols?

1. Type integral symbols in Windows

When you want to insert integral symbols in Windows based documents, use the alt code shortcuts as given under “Windows Code” column of the above table. For example, alt + 10776 will make integral with times sign like ⨘.

2. Shortcut for Word documents

In Microsoft Word document, you can use the hexadecimal code as given in the last column of the above table. For example, 2A19 Alt + X will make integral with intersection symbol like ⨙.

3. Using Emoji Panel in Windows 10

On Windows 10 computer, you can open emoji panel by pressing “Win + Semicolon” keys. Go to “Symbols > Supplemental symbols” section to find all integral symbols. Click on any of them to insert on your document.

3. Typing integral symbols in Mac

If you have Mac, use the “Mac Code” given in the above table. For example, option + 2A1C will make integral with underbar symbol like ⨜.

Note: First method of alt codes will work only with numeric key pad, therefore you can use the second method using normal keyboard number keys. For the third method on Mac, you have to change the language input method to Unicode Hex Input and toggle the input from the top menu bar.

HTML Code Example

If you want to insert integral symbols in HTML, use one of the format given in the below code example. Note, only the integral symbol ∫ has entity name ∫ and use decimal and hexadecimal codes for other symbols in the given format.

<span>&int;</span>
<span>&#8747;</span>
<span>&#x222B;</span>

CSS Code Example

Similar to HTML, you can also insert the symbols in CSS using the hexadecimal code. Below is the code example and you can use any font-family in the code.

li:before {
	content:\222B;
	font-family:Arial;
}

Remember, as mentioned you should use equation editor or software like LaTeX for mathematical documentation. In Office documents, go to “Insert > Equation” to open equation editor. Click on “Integral” dropdown to get various integral symbols and create equations.

Type Integral Equations in Word

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *