Skip to main content
Speclore

Greek Alphabet

Reference data and engineering information about greek alphabet for chemistry applications.

greekalphabet

Overview

Engineering reference data for Greek Alphabet in chemistry.

Key Formulas

Ideal Gas Law

PV=nRTPV = nRT

Pressure × Volume = moles × gas constant × temperature.

Molarity

M=nVM = \frac{n}{V}

Moles of solute per liter of solution.

pH

pH=log10[H+]pH = -\log_{10}[H^+]

Measure of acidity.

Variables

Symbol Description Unit
PP Pressure Pa
VV Volume
nn Moles mol
RR Gas constant 8.314 J/(mol·K)

Scientific and Engineering Usage

HTML and Web Usage

Additional Notes

The Greek alphabet is derived from the Phoenician alphabet and has been used to write the Greek language since the 8th century BC. For web development, Greek letters can be represented in HTML documents using:

  • Entity names (e.g., Α)
  • Decimal numeric codes (e.g., Α)
  • Hexadecimal codes (e.g., Α)

Modern browsers render these codes natively. The legacy method of formatting a normal character with the "Symbol" font is less reliable and not recommended for contemporary web standards.

References