INSERT A THEREFORE symbol
How do you do the "therefore" (∴) symbol on a Mac or in Textmate? - Stack Overflow
How to use a keyboard shortcut to insert my preferred therefore symbol? (FOR MAC)
This is an easy one, you can just set up a macro to execute that combination of keys, in order to do this:
-
Open Microsoft Word and (to make things easier to explain) open the document you are currently working on
-
On the ribbon menu go to the developer tab and on the group code select record macro
-
On the window that just opened, on the Macro name you have to choose the name for the macro, it will only work with common letters and numbers with no spaces so no symbols like dashes, periods or commas, for sake of simplicity and organization write down in the text box (without quotation marks): "SymbolTherefore", if later you want to add more symbols you would want to write first the word Symbol (respecting the caption after each word) followed by the symbol's name, the same would go for anything else like TableSizeCard, FormatTitleGreen, etc. just make sure to use general descriptive namesWent a bit off-track.
-
We will leave the assign macro last because it would save the macro without allowing us to change the other options first. The store macro in will allow you to choose whether you want to macro to be saved to be available for all documents (existing and new ones) or, if you open the drop-down menu, for a specific document, for this case choose the first one and make the macro available for all documents (should be selected by default)
-
Now write down a description for the macro, I suggest this (without quotation marks): "Symbol - Therefore (∴)"
-
Next, on the assign macro to section you have to choose the method you want the macro to be executed with, the button option will create a button on the quick access bar and the keyboard option will allow you to set a combination of keys to execute the macro, for this instance choose the keyboard option
-
Button
This is the easy way to do it but it is also not very useful because you need to use your mouse to trigger it
This will open a window with two columns, on the left you have the macro you created and on the right column, it shows you the quick access bar icons you currently have, just double click the macro on the left to add it to the active list of buttons and save -
Keyboard
After selecting this option the customize keyboard window will pop-up, here all you have to do is to click on the press new shortcut key box and proceed to do as it describes, I used the Alt + L combination but you can use whatever you want (hit enter to accept the new trigger), just make sure to confirm whether the key or combination of key is not already being used by something else, the window will warn you by displaying the function it is tied to below the current keys box, once the name and trigger are chosen just click the close button
-
-
After closing the Customize keyboard window the macro settings will save and it should be ready to record the instructions for the macro, an audiotape (nice)will appear next to the mouse cursor indicating that it is recording, proceed to ONLY HIT THE KEYBOARD SEQUENCE FOR THE SYMBOL, and then on the code group hit stop recording (has a blue square to the left, it should be where the record macro button was)
I found this but I am unsure if it will be of any help as I have never used MAC:
https://www.geoff-hart.com/resources/accents-mac.pdf
Found on the webt the one on your post: U+2234
And the complementary: U+2235
The combination of keys for the Therefore symbol (∴) is Alt + 8756 on:
-
Microsoft Word 2016
-
Windows 10 x64
-
Installed languages
-
Spanish (Latinoamerican)
-
English (United States)
-
-
Current OS language: Spanish
-
Current Microsoft Office Language: Spanish
If after the audiotape appeaerd next to the mouse cursor you clicked anything else or hit any button not related to the function you wanted it to do I would recommend to stop the macro recording, delete it and astart over again, I am quite unsure if it would cause any issues but I would not want to risk my work on a gamble.
To test it just click anywhere on the document and hit the key or combination of keys chosen to trigger the macro.
If you need to delete the macro just go to the developer tab on the ribbon menu and on the code group click the macros button, a window will pop-up and on the search bar write down the name of the macro (the one without spaces, not the description) or scroll down the list (if you chose to follow my suggestion and added the Symbol part tot he name you will find all the symbols next to each other as the list is arranged alphabetically), click once of the macro of interest to select it and hit the delete button, just be aware that this cannot be undone and if you want the macro back you will have to create a new one.
Edit 01:
-Fixed some formatting errors
-Added a line regarding a combination of keys for a symbol
-Added information regarding the combination of keys for the therefore symbol on MAC
More on reddit.comIs there a keyboard shortcut for the therefore sign "∴" on mac? Or is there a way to create a keyboard shortcut for it? - Ask Different
Videos
mathematical logical symbol
Factsheet
If you are trying to insert the therefore symbol into a Word document
Hold down the ALT key and type 8756
In Excel, select insert, then select Symbol.
Then using the pulldown menu by Font, select Symbol
Type character code 92 in decimal.
You can do the same in Word as well.
in the symbol section there fore sign was not there but thanks for ALT+8756 was useful in word and than copy and paste to Excel
If you want to do this often, you can create a keybindings file in your Library to map it to a key combination.
In ~/Library create a directory named KeyBindings. Create a file named DefaultKeyBinding.dict inside the directory. You can add key bindings in this format:
{
"x" = (insertText:, "\U23CF");
"y" = (insertText:, "hi"); /* warning: this will change 'y' to 'hi'! */
}
The LHS is the key combination you'll hit to enter the character. You can use the following characters to indicate command keys:
@ - Command
~ - Option
^ - Control
You'll need to look up the unicode for your character (in this case, ∴ is \U2234). So to type this character whenever you typed Control-M, you'd use
"^m" = (insertText:, "\U2234");
You can find more information here: http://www.hcs.harvard.edu/~jrus/site/cocoa-text.html
First you use a full stop, then you hold down alt and press the letter H and put in another full stop. .˙.
Office 365 Word 2018
So the therefore symbol on the left is the one I want and the one on the right (U+2234) is the one default one that word accepts as a symbol. I can insert the one on the right with a CMD+OPT+T custom keyboard shortcut (achieved by going to insert (Font: Symbol), selecting the therefore image then keyboard shortcut). Is there anyone to use the therefore symbol I want over the default one? I've tried text replacement in system preferences & word but they won't accept my preferred symbol.
Possible solutions that might work but I don't know where to start:
- Is there a keyboard language that supports this exact symbol?
- Is there a clipboard manager that I can use to store this symbol and then have a hotkey to use it
Usually, I copy my preferred symbol from googling "therefore symbol" and copying the symbol in the immediate definition but this prevents me from copying anything else.
For Apple apps, make a text replacement for it:
https://support.apple.com/kb/PH18439
Other apps like MS Word have their own system for this in their menus.
I found several answers for you here: https://stackoverflow.com/questions/3685146/how-do-you-do-the-therefore-%E2%88%B4-symbol-on-a-mac-or-in-textmate
a google search is all it took.
In the character viewer under math symbols. ∴
If you are trying to insert the therefore symbol into a Word document
Hold down the ALT key and type 8756
In Excel, select insert, then select Symbol.
Then using the pulldown menu by Font, select Symbol
Type character code 92 in decimal.
You can do the same in Word as well.
in the symbol section there fore sign was not there but thanks for ALT+8756 was useful in word and than copy and paste to Excel
Hey guys. I'm a philosophy undergraduate. As I often have to formally write out arguments I'm constantly using the 'therefore' symbol (∴). It would be useful to be able to have a single key (or a alt + a key, ideally alt + t) to input this symbol to save time. I tried googling how to do this, and came to an article which suggested using 'AutoHotkey', however as far as I can tell, the therefore symbol appears to be a unicode character and the script for 'Autohotkey' is written in 'ANSI' (although correct me if I'm horribly mistaken about that). So I'm a bit stuck and it would be nice to have a straightforward answer to this problem specific to my situation, so I know exactly what I'm doing. I'm using windows 8.1 and word 2013 if that makes a difference.
Any assistance would be great!