diff --git a/build/gen-hanzi-data/stroke-type-overrides.ts b/build/gen-hanzi-data/stroke-type-overrides.ts
index 2ead1fc8f2c9028adc3d226f3b85d45131f8e412..27e7d672fd9839df91d722046b1fccec64709a55 100644
--- a/build/gen-hanzi-data/stroke-type-overrides.ts
+++ b/build/gen-hanzi-data/stroke-type-overrides.ts
@@ -1472,6 +1472,15 @@ export const strokeTypeOverrides = new Map<string, StrokeType[]>(
       StrokeType.SHU,
       StrokeType.HENGPIE,
       StrokeType.NA
+    ],
+    '⻒': [
+      StrokeType.HENG,
+      StrokeType.SHU,
+      StrokeType.HENG,
+      StrokeType.HENG,
+      StrokeType.HENG,
+      StrokeType.PIEZHE,
+      StrokeType.DIAN
     ]
   })
 )