W3cubDocs

/Kotlin

Typography

object Typography

Defines names for Unicode symbols used in proper Typography.

Properties

almostEqual

const val almostEqual: Char

The character ≈

amp

const val amp: Char

The character & – ampersand

bullet

const val bullet: Char

The character •

cent

const val cent: Char

The character ¢

copyright

const val copyright: Char

The character ©

dagger

const val dagger: Char

The character †

degree

const val degree: Char

The character °

dollar

const val dollar: Char

The character $ – dollar sign

doubleDagger

const val doubleDagger: Char

The character ‡

doublePrime

const val doublePrime: Char

The character ″

ellipsis

const val ellipsis: Char

The character …

euro

const val euro: Char

The character €

greater

const val greater: Char

The character > – greater-than sign

greaterOrEqual

const val greaterOrEqual: Char

The character ≥

half

const val half: Char

The character ½

leftDoubleQuote

const val leftDoubleQuote: Char

The character “

leftGuillemete

const val leftGuillemete: Char

The character «

leftSingleQuote

const val leftSingleQuote: Char

The character ‘

less

const val less: Char

The character < – less-than sign

lessOrEqual

const val lessOrEqual: Char

The character ≤

lowDoubleQuote

const val lowDoubleQuote: Char

The character „

lowSingleQuote

const val lowSingleQuote: Char

The character ‚

mdash

const val mdash: Char

The character —

middleDot

const val middleDot: Char

The character ·

nbsp

const val nbsp: Char

The non-breaking space character

ndash

const val ndash: Char

The character –

notEqual

const val notEqual: Char

The character ≠

paragraph

const val paragraph: Char

The character ¶

plusMinus

const val plusMinus: Char

The character ±

pound

const val pound: Char

The character £

prime

const val prime: Char

The character ′

quote

const val quote: Char

The character " – quotation mark

registered

const val registered: Char

The character ®

rightDoubleQuote

const val rightDoubleQuote: Char

The character ”

rightGuillemete

const val rightGuillemete: Char

The character »

rightSingleQuote

const val rightSingleQuote: Char

The character ’

section

const val section: Char

The character §

times

const val times: Char

The character ×

tm

const val tm: Char

The character ™

Inherited Functions

equals

open operator fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one. Implementations must fulfil the following requirements:

hashCode

open fun hashCode(): Int

Returns a hash code value for the object. The general contract of hashCode is:

toString

open fun toString(): String

Returns a string representation of the object.

© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-typography/