'How to add a subscript symbol in Vue.js

I want to add this ® subscript symbol after SAP. How can I do it?

{
    number: '02',
    title: 'Multiple Automation Agents ',
    descriptionTwo: [
        'Achieve 100% savings on infra scaling & Additional SOX Cost',
        'Eliminate GUI based automation for SAP with SAP NetWeaver ABAP Automation Studio ',
        'Realize speed and reliability with Low-code RPA Agent employing libraries as opposed to traditional coding',
        'Conquer challenges of automation in API based systems like ServiceNow, Salesforce with API Agent',
    ],
},

The same this in HTML: SAP<sup>®</sup>



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source