- The
str2unicode-translator
is a translator for converting string to unicode.
- Language :
HTML
,JS(jQuery)
,CSS(bootstrap)
- Icon : fontawesome (v6.2.1)
- Font :
Nanum Gothic Coding
- Favicon : Generate the ico file from this page
- Easy to get the unicode from the string
- Easy to get the string from the unicode
- Support eng, kor...
- Use
str2unicode-translator
by this page
- Go to the homepage
- root 경로에
index.html
이 있어야 github page에 적용됨 - javascript 파일 따로 뺐을 때 아래 코드 내에 이벤트 정의 코드들 위치해줘야함
// $( document ).ready() 대신 아래 형식이 더 좋다고 함
$(function(){
// 이벤트 같은거 여기에 적용해야 실행 됨
})
- JS event 중
keyup(키보드 동작)
과focusout
은 함께 잘 쓰임 navbar
와converter
모두display:flex;
를 사용해서 배치함- navbar의 경우 전체적으로 펴지도록 하는데 사용
- converter의 경우 화면 사이즈에 따라 내부 item들의 width 비율 달라지도록 함
- Distributed under the terms of the MIT license,
str2unicode-translator
is free and open source software.