Arduino showing weird signs when opening serial interface

Hello,

so for a while now, i've been recieving random (well, kinda random) characters from any Arduino i've connected to my computer.

Reinstalled the IDE but still doesnt display serial communication. What could be wrong?

(deleted)

Make sure the selection in the baud rate menu at the bottom right corner of the Serial Monitor matches the speed set via Serial.begin() in your code.

pert:
Make sure the selection in the baud rate menu at the bottom right corner of the Serial Monitor matches the speed set via Serial.begin() in your code.

It was the baudrate. Thanks