React version: 19.2.0
Steps To Reproduce
Put ℗ into any react component text, or use this minimal component:
const Test = () => { return (<>℗</>); }
Link to example: https://codesandbox.io/p/devbox/snowy-tree-xwdkyk
The current behavior
The page shows the text "℗"
The expected behavior
The page should show ℗
Current Workaround
Input ℗ to get ℗.
React version: 19.2.0
Steps To Reproduce
Put
℗into any react component text, or use this minimal component:Link to example: https://codesandbox.io/p/devbox/snowy-tree-xwdkyk
The current behavior
The page shows the text "℗"
The expected behavior
The page should show ℗
Current Workaround
Input
℗to get ℗.