A more universal way to include them is with the \x{0000} notation in the regex (the way to specify a Unicode code point). Replace 0000 with the 4-digit Unicode code point of the character.
With a quick search, it looks like maybe \u0000 notation is equivalent to \x{0000}, but I've never used that notation.
The exact format is flavor-specific.
:: shuffling papers ::
[
regular-expressions.info...] and scroll way, way down to "Unicode Characters". And there are more variations. But forms like \x{05D9} are pretty clunky if you're going to run up a string of them.
I'm still musing over the OP, which isn't an accent at all is it? It's a, uhm, yudh. Or possibly a glottal stop.
You just need a way to generate them with your keyboard
Somehow I don't think this will be a problem.
Incidentally, many RegEx dialects will also let you flag scripts by name, for example \p{Latin} or \p{Canadian_Aboriginal} or \p{Hebrew}, if that's what you need. Exact syntax and punctuation is again flavor-specific.
:: detour to check continuing puzzler ::
Good grief. This page has seen fit to use Windows-Hebrew character encoding. How on earth did it arrive at that? That is, it's oviously correct, but how did the browser guess?