diff --git a/less/glyphicons.less b/less/glyphicons.less
index d3485dcb14cc4b790a79691c42e5d757b5a7d0bb..6eab7f7c20be608b5aadf8771af75d594e92aedf 100644
--- a/less/glyphicons.less
+++ b/less/glyphicons.less
@@ -33,7 +33,8 @@
 // Individual icons
 .glyphicon-asterisk               { &:before { content: "\2a"; } }
 .glyphicon-plus                   { &:before { content: "\2b"; } }
-.glyphicon-euro                   { &:before { content: "\20ac"; } }
+.glyphicon-euro,
+.glyphicon-eur                    { &:before { content: "\20ac"; } }
 .glyphicon-minus                  { &:before { content: "\2212"; } }
 .glyphicon-cloud                  { &:before { content: "\2601"; } }
 .glyphicon-envelope               { &:before { content: "\2709"; } }