post special characters on iOS14.5

When submitting a form with a special character as value on WKWebView, the value sent to the server side is different between iOS14.4 and iOS14.5. This is the same behavior for Safari. Have the specifications changed in iOS 14.5?

HTML like this (special characters are 0xF076 0xF076 0xF076 0xF076 0xF076)

input type="hidden" name="specialchar" id="specialchar" value="(special characters)"

The value received on the server side.

iOS14.5 &#57398 iOS14.4 f076f076f076f076f076

post special characters on iOS14.5
 
 
Q