Unicode Glyphs, WYSIWYG Ruler Bar, Symbols: Margins, Tabs, Alignment
In the world of word processing and text layout software, a "ruler bar" is an essential tool that indicates margins, indentation, tab locations, and block text alignment. This article will delve into the key concepts of using a ruler bar, focusing on its significance in text editing and formatting. We will also discuss Unicode glyphs, WYSIWYG (What You See Is What You Get) editors, and symbols related to margins, tabs, and alignment.
Unicode Glyphs
Unicode is a universal character encoding standard that assigns a unique identifier to almost every character used in written languages, symbols, and various technical formats. Unicode glyphs are the visual representations of these characters, which can be typed, pasted, or inserted into a text document.
// Example of using Unicode glyphs in HTML
// Zero-width space
&Nbsp; // Non-breaking space
&Mid; — // Em dash
// Non-breaking space (ISO/IEC 8859-1)
&Fig; &SoftHyphen; // Soft hyphen
&Em; &EnSpace; // En space
&Quad; &qquad; &QuarterSpace; // Quarter space
// Thin space
&HairSpace; &SixPerEmSpace; // Six per em space
&PunctuationSpace; // Thick space (for punctuation)
// Thick space
&NarrowNoBreakSpace; // Narrow no-break space
&Nbsp; &Fig; &SoftHyphen; // Figure space
&Nbsp; &WordJoiner; ‌ ‍ // Zero-width non-joiner and zero-width joiner
&Nbsp; &MediumMathematicalSpace; &MidNum; &mnspace; // Medium mathematical space
&IdeographicSpace; &IdeographicSpace; &IdeographicSpace; // Ideographic space
WYSIWYG Editors
WYSIWYG (What You See Is What You Get) editors are user-friendly text editors that allow users to format and style text visually, without requiring extensive knowledge of coding or markup languages. WYSIWYG editors often include a ruler bar for easy manipulation of margins, tabs, and alignment.
Symbols for Margins, Tabs, and Alignment
Symbols are used to represent various formatting options in a word processor or text layout software. Some common symbols related to margins, tabs, and alignment include:
- — Em dash (—)
- – En dash (–)
- ‘ Single open quote (‘)
- ’ Single close quote (’)
- “ Double open quote (“)
- ” Double close quote (”)
- • Bullet point (•)
- … Ellipsis (…)
- ′ Prime (′) – used for feet and inches
- ″ Double prime (″) – used for seconds
- ‾ Right arrow (→)
- › Left arrow (←)
- ← Left arrow (←, HTML entity)
- → Right arrow (→, HTML entity)
Using a Ruler Bar
A ruler bar is a graphical representation of the formatting options available in a word processor or text layout software. It typically includes the following elements:
- Margins: The left and right edges of the text area, indicating where the text will start and end on the page.
- Indentation: The distance text is indented from the left or right margin. Indents can be applied to the entire paragraph or specific lines.
- Tab stops: Predefined locations where the cursor will snap when the Tab key is pressed. Tab stops can be set at specific intervals or aligned with text.
- Alignment: The position of text in relation to the margins, including left-aligned, center-aligned, right-aligned, and justified text.
References
- Books:
- Bringhurst, R. (2013). The Elements of Typographic Style. Hartley & Marks.
- Lupton, E., & Miller, J. (2019). Graphic Design: The New Basics. 3rd ed. Princeton Architectural Press.
- Articles:
- Butterick, M. (2015). Rules for Indentation.
- Butterick, M. (2015). Tabs and Spaces.
- Butterick, M. (2015). Alignment and Spacing.
- Online resources:
This article provided an in-depth look at Unicode glyphs, WYSIWYG ruler bars, and symbols related to margins, tabs, and alignment. With a better understanding of these concepts, you can more effectively use text editing and formatting tools to create visually appealing and well-structured documents.