מאפיין הקיצור text-emphasis קובע יחד את text-emphasis-style ו-text-emphasis-color. ה-text-emphasis-position אינו מאופס בקיצור זה — מאפשר cascade עצמאי של המיקום.
.jp {
text-emphasis: filled circle red;
}.jp {
text-emphasis: "\25CF" #c00;
text-emphasis-position: over right;
}