Because of a space-issue I have to make 'single-character-links' for crud actions:
In characters I would symbolise:
'delete' with character x
'add' with +
…
How would you symbolise 'change' ?
Because of a space-issue I have to make 'single-character-links' for crud actions:
In characters I would symbolise:
'delete' with character x
'add' with +
…
How would you symbolise 'change' ?
How about the delta character? Δ
Or, what about the +/- character ? ±
Why not just use standard diff indicators:
add: +
remove: -
change: !
...although when you say "links," I'm guessing you mean HTML hyperlinks? Who is the target audience? If it's non-programmers, then change should probably be 'c', for 'c'hange.
Maybe the ± or the ~ could work? ± because change could be symbolized as "Remove old, add new".
Or, ask the Unicode Consortium to add a Barack Obama symbol to the standard. (Sorry, could not resist given the Title)
Do you have enough space for small icons? I'd squeeze those in if possible.
I would avoid anything that has an existing mathematical or logical meaning (+, -, !, etc.). It's not clear hat change you mean, but to me the old fashioned ' means change like x, x', etc. (though it could be interpreted as derivation).
If you're limited to ASCII, I would use ">" since it denotes forward movement. In Unicode, there's a plethora of symbols you could choose from (I always wanted to use the word, plethora :-).
the * sign is used in some software (VS, SSMS ...) to mark a document that has been changed, but not saved ... I also like the Δ, but that depends what kinda (=how mathematically thinking) ppl use the software
so speaking in terms of "expected behaviour" I'd go also for * like VonC already posted.
(1st thing I thought of reading ur headline was a little Obama Icon gg)
IMHO, three dots is a good indicator for edit/change commands.
Like this :
...
EDIT : I just realized you asked for a single character. But won't delete this since you might like it.