character_code property

FieldSymbol.character_code property

Gets or sets the character’s code point value in decimal or hexadecimal.

@property
def character_code(self) -> str:
    ...

@character_code.setter
def character_code(self, value: str):
    ...

See Also