visual studio 2008 – How can I add the French trademark symbol (MD)?
visual studio 2008 – How can I add the French trademark symbol (MD)?
For situations like this unicode superscript characters can come in handy. I copied the unicode for the letters MD from the link into the SSRS report and it worked no problem.
Example:
- MD = ᴹᴰ
- TM = ᵀᴹ
Unicode:
- M – 7481 – http://unicodelookup.com/#7481/1
- D – 7472 – http://unicodelookup.com/#7472/1
- T – 7488 – http://unicodelookup.com/#7488/1
The MC and MD symbols do appear as single superscript symbols in Unicode, though not necessarily in all fonts, as 1F16A and 1F16B respectively:
- MC = marque de commerce, Unicode 1F16A , HTML
🅪
(in English TM trade mark sign) - MD = marque déposée, Unicode 1F16B , HTML
🅫
(in English R registered sign)
These symbols are generally used in Canadian French.
Sources:
- http://www.unicode.org/charts/PDF/U1F100.pdf
- http://en.wikipedia.org/wiki/Enclosed_Alphanumeric_Supplement
- https://codepoints.net/U+1F16A
- https://codepoints.net/U+1F16B
visual studio 2008 – How can I add the French trademark symbol (MD)?
Related posts:
- visual studio – Resource.Designer.cs under git
- What are the project GUIDs in a Visual Studio solution file used for?
- visual studio 2013 – Cant sign up for Azure – We were unable to verify your account
- c++ – Face recognition openCV visual studio understanding
- visual studio – Sourcetree / Git .ignore file – does not ignore packages folder in solution
- git – Unable to redeploy a Visual Studio Online build in Azure
- version control – Remove Git binding from Visual Studio 2013 solution?
- git – Why is visual studio committing files in my .gitignore file?
- visual studio – Azure error: One or more ports used by the Compute Emulator are currently used by other processes
- Cloning a GitHub project into Visual Studio 2013