How to get symbol reference from a symbol
CIMPolygonSymbol symbol = SymbolFactory.Instance.ConstructPolygonSymbol(ColorFactory.Instance.RedRGB);
//Get symbol reference from the symbol
CIMSymbolReference symbolReference = symbol.MakeSymbolReference();
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.