- You can draw a text on a canvas and use the canvas as the source for
THREE.CanvasTexture()
object, which you can use in the.map
parameter of a material for a mesh withTHREE.PlaneGeometry()
orTHREE.PlaneBufferGeometry()
. - You can use
THREE.TextGeometry()
orTHREE.TextBufferGeometry()
. - You can create your own symbols of numbers, like @hofk did in his projects (link1 and link2).
Take time to make some researches and studies to choose the most appropriate method. So far, you question is too broad to answer.