.uni {
	display: inline;
}
.uni::before {
	content: "("
}
.uni::after {
	content: ")"
}
