RealityKit and SF Symbols

Is it possible to render an SF Symbol to a plane in RealityKit? As an example, render it as a 2D image without any depth, like a plane?

I thought of MeshResource and generateText but you cannot interpolate SF Symbols (their literal text interpretation displays instead).

Perhaps rendering it as a texture on a plane? Any thoughts?