LookupField Dropdown list change

Hi,

image

how to change this in lookupField dropdownlist value CO2

Hello,

Options in the LookupField do not support HTML view. But you can use Unicode character “subscript two”:

String str = "CO\u2082"

it’s Works,

Thanks