Math & ScienceEmpty Square Root Symbol

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
arunappa
Posts: 2
Joined: Thu Jun 09, 2011 3:09 am

Empty Square Root Symbol

Post by arunappa »

I would like to get the empty square root symbol.

Both

Code: Select all

$\surd$
and

Code: Select all

$\sqrt{}$
produce check mark which starts of the square root
but are missing horizontal line which follows.
Last edited by Stefan Kottwitz on Sun Feb 12, 2012 12:13 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Empty Square Root Symbol

Post by cgnieder »

You should add some space:

Code: Select all

$\sqrt{\hspace{1em}}$
site moderator & package author
Post Reply