Sinatra doesn’t know this ditty.

Try this:
# in app.rb
class Root
  get '/%E2%80%8B' do
    "Hello World"
  end
end