Skip to content

Well Golly

  • Autism
  • Coding
  • Computers
  • Design
  • Fun Stuff
  • Graphics
  • HTML and CSS
  • iOS
  • JavaScript
  • Language and Grammar
  • Logic and Reason
  • Music
  • MySQL
  • OSX
  • Perl
  • Philosophy
  • PHP
  • Programming
  • Rants
  • Reminiscences
  • Science

Month: July 2010

Inserting special characters

When programming in Java, you can insert special characters by escaping their unicode values:

“ \u201C
” \u201D
Ʊ \u01B1
ǝ \u01DD
ɚ \u025A

Posted on July 28, 2010Categories CodingLeave a comment on Inserting special characters
Proudly powered by WordPress