Do all wordpress themes a similar class name for content?

There is no mandatory class name for posts. Many themes use the post_class() if that is needed but you cannot rely on it.

To change the output of the_content() add a filter to 'the_content'.