diff --git a/build/gen-hanzi-data/stroke-type-overrides.ts b/build/gen-hanzi-data/stroke-type-overrides.ts
index 27e7d672fd9839df91d722046b1fccec64709a55..3760e92482be01d389ebd96bfbbdec3779b51dac 100644
--- a/build/gen-hanzi-data/stroke-type-overrides.ts
+++ b/build/gen-hanzi-data/stroke-type-overrides.ts
@@ -1481,6 +1481,12 @@ export const strokeTypeOverrides = new Map<string, StrokeType[]>(
       StrokeType.HENG,
       StrokeType.PIEZHE,
       StrokeType.DIAN
+    ],
+    'βΊ›': [
+      StrokeType.HENG,
+      StrokeType.SHUZHE,
+      StrokeType.PIE,
+      StrokeType.SHUWANGOU
     ]
   })
 )