special characters in wifi password

Good morning
a customer asks me to put a strong wifi password made up of special characters. can you give me a list of allowed characters?
I configure the wifi via the following script set up in a custom configuration.

if I use this example password %9B/txfgm;6wX! with the script below, the router crashes.
Can you help me ? Looking forward, thank you in advance

/interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik
/interface wireless security-profiles add authentication-types=wpa-psk,wpa2-psk eap-methods=“” management-protection=allowed mode=dynamic-keys name=Wifi_Sec_Prof supplicant-identity=“” wpa-pre-shared-key=“****" wpa2-pre-shared-key="
/interface wireless set [ find default-name=wlan1 ] antenna-gain=10 band=2ghz-b/g/n channel-width=20/40mhz-Ce country=france disabled=no distance=indoors frequency=auto frequency-mode=regulatory-domain mode=ap-bridge name=AP_BRIDGE security-profile=Wifi_Sec_Prof ssid=“testwifi”
/interface wireless set [ find default-name=wlan2 ] antenna-gain=10 band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee country=france disabled=no distance=indoors frequency=auto frequency-mode=regulatory-domain mode=ap-bridge name=AP_BRIDGE2 security-profile=Wifi_Sec_Prof ssid=“testwifi”
/interface bridge port add bridge=LAN_BRIDGE interface=AP_BRIDGE
/interface bridge port add bridge=LAN_BRIDGE interface=AP_BRIDGE2

i think a long enough pseudo-random key using case sensitive alphanumeric is enough (cracking it with todays technology take centurys) without the hassle of special characters

using special characters is searching for troubles with some client devices

same thing with SSID’s

of course if “your customer” real desire is to pose a challenge he have made it

Hello, I have just found the beginning of an answer by inserting backslashes in front of each of the special characters but the router continues to crash. So I think that certain special characters are accepted without backslash and not others hence my first post to find a list to accept or not the router

See here (post from rextended):
http://forum.mikrotik.com/t/cant-set-password-with-certain-special-chars-from-command-line/155813/1

For special wifi SSIDs, see here (can be fun :smiley: ):
https://r-1.ch/mikrotik-unicode-ssid-generator.php