이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

charcode Operator

2021년 6월 22일 오후 9:44
purposegenerates string characters from their numeric character codes
inputignored
parameterC=numeric character code
outputa string formed from concatenating the characters specified by the numeric codes given in the parameter(s)

Learn more about how to use Filters

Introduced in v5.2.0

This operator returns a string formed from concatenating the characters specified by the numeric codes given in one or more parameters. It is useful for generating special characters such as tab (charcode[9]) or new line (charcode[13],[10]).

Examples