Swift UI の 日時表示の.timerでのコロン(:)のユニコードについて

I'm currently exploring ways to update a widget's display independently of the timeline mechanism.

While researching, I came across this thread and started experimenting with the approach: https://developer.apple.com/forums/thread/720640

As part of the implementation, I'm attempting to render a 00:00-style time string using a single custom font glyph via .timer. However, I noticed that the colon character used in .timer doesn't appear to be the standard Unicode 0x003A (colon). It seems to be a different character entirely.

Does anyone happen to know exactly which character this colon is? Any insights would be appreciated.

Swift UI の 日時表示の.timerでのコロン(:)のユニコードについて
 
 
Q