How do I set a GUI Button as Up arrow

Hello ,

I’m using Unity 5 and making a game for android , I’m using a first person controller and I want to make a GUI Button when i touch it on android do the same job as If I clicked the Up arrow on pc , How can I do this ?
Thanks in advance.

GUILayout.Button(new GUIContent(“↑”))