fix: Use abbr method for abbr
diff --git a/erpnext/templates/emails/birthday_reminder.html b/erpnext/templates/emails/birthday_reminder.html
index 5f2f13d..12cdf1e 100644
--- a/erpnext/templates/emails/birthday_reminder.html
+++ b/erpnext/templates/emails/birthday_reminder.html
@@ -13,7 +13,7 @@
 				class="avatar-frame standard-image"
 				style="{{ css_style or '' }}"
 				title="{{ person.name }}">
-				{{ person.name[:1] }}
+				{{ frappe.utils.get_abbr(person.name) }}
 			</span>
 			{% endif %}
 		{% endfor %}