유니코드 0000~0FFF(vim에서 Insert mode에서 control+v 하면 ^이런 표시 나오는데 그다음 입력하면 된다.
⌃ + v
입력 모드에서(Insert Mode)
에서
컨트롤 V 하면 ^
^ 이런 표시나오면 입력 대기 상태이다.
아스키 숫자 누르면 입력됨.
유니코드는
u 누르고 4자리 숫자 알파벳 숫자 밑에 표를 보고 입력해주면 된다.
유니코드 0000~0FFF
https://ko.wikipedia.org/wiki/%EC%9C%A0%EB%8B%88%EC%BD%94%EB%93%9C_0000~0FFF
유니코드 0000~0FFF - 위키백과, 우리 모두의 백과사전
이 문서 안에는 일부 컴퓨터·브라우저에서 표시할 수 없는 문자가 있습니다. 그러므로 유니코드 글꼴이 있는 환경에서 보시는 것이 좋습니다. 다음은 U+0000에서 U+0FFF 안의 유니코드 문자 목록이
ko.wikipedia.org
https://www.youtube.com/watch?v=Za5GRXP1ycM&t=251s
- I know how to enter Unicode values that have a 4 digit hex code:
<C-v>u for example <C-v>u03b1 gives the α character.
https://stackoverflow.com/questions/9119649/enter-unicode-characters-with-8-digit-hex-code
Enter Unicode characters with 8-digit hex code
How do I enter Unicode characters like 𝓭 without copying it to the clipboard and pasting it? Things I know: The command ga on the character 𝓭 gives me hex:0001d4ed. I can copy it on the clipboa...
stackoverflow.com