Content Manager Issue

Hello, i need some help here as I’m in a creative block. Why is the url displaying (%40) before the profile name instead of the symbol (@) on the published site?

I just wanted it to read as

/weekly-feature/@username

Instead it’s showing

/weekly-feature/%40username

Looking forward to hearing from you. Thank you!

Hi there

A member of the Editor X Facebook community has just replied to you, so copying it here in case someone is seeing this now:

The @ symbol is a reserved character in RFC 3986 so it is not allowed in your URL. It would be converted to %40 when URL encoding is used.