#!/bin/bash

char=$(python3 -c 'print("\u200e")')
python3 -c 'print("\u200ebe")' |
sed "s/$char//g" |
xxd