Write human readable LaTeX code (what you see is what you mean) using the package unicodeMath. The package maps unicode characters in LaTeX documents. As well, the packages provides snippets for VS-Code and (n)vim.
\documentclass{article}
\usepackage[a4paper]{geometry}
\usepackage{bm}
% ββββββββββββββββββββββββββββββββββββββββββββββββ
% β include the package
\usepackage{unicodeMath}
\title{ \textbf{What You See Is What You Mean} β
Writing Unicode in \LaTeX}
% ββββββββββββββββββββββββββββββββββββββββββββββββ
% β main document
\begin{document}
\maketitle
The vorticityΒ $Ο$ is defined as $Οβ β Γ u$.
The derivative of the radial function
\begin{align}
fβΆ βα΅β &β ββ β
π± &β¦ fα΅£(βπ±β)
\end{align}
is
\[ {βββxα΅’}f(π±)= fα΅£β²(π±){xα΅’ β βπ±β}.\]
The density of the Gaussian distribution with parametersΒ $ΞΌ$ andΒ $ΟΒ²$ is
\[ Ο(x|βΞΌ,ΟΒ²)= {1 β β{2ΟΟΒ²}} e^{-{(x-ΞΌ)Β² β 2ΟΒ²}}.\]
The solutions of the quadratic equation
\[ Ξ±βxΒ²+ Ξ²βx+ Ξ³= 0 \]
are
\[ x_Β± = {-Ξ² Β± β{Ξ²Β²- 4Ξ±Ξ³} β 2Ξ±}.\]
For $sβ β$ and $β (s)> 1$, it holds that
\[ ΞΆ(s)Ξ(s)= β«βαͺ² {x^{s-1} β eΛ£-1}ββ
Ύx,\]
where Eulerβs integral of the second kind is
\[ Ξ(s)= β«βαͺ² x^{s-1} e^{-x}ββ
Ύx,\]
and
\[ ΞΆ(s)= β_{nββ} {1 β nΛ’}\]
is Riemannβs $ΞΆ$βfunction.
\end{document}