Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 468487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T23:41:12+00:00 2026-05-12T23:41:12+00:00

how to display non english words with unicode in java? \u0905\u092E\u0940\u0924\u093E\u092A i have to

  • 0

how to display non english words with unicode in java?

“\u0905\u092E\u0940\u0924\u093E\u092A” i have to display this ib Hindi?

  • 1 1 Answer
  • 2 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T23:41:12+00:00Added an answer on May 12, 2026 at 11:41 pm

    Just have it in a String and display it. You only need to use the proper encoding in the display component/console. UTF-8 should suffice.

    System.out.println("\u0905\u092E\u0940\u0924\u093E\u092A");
    

    This prints अमीताप in my Eclipse environment which is configured to use UTF-8 in its console.

    Edit: this ain’t going to work in for example the Windows command console, because it by default doesn’t use UTF-8 nor has a font which covers those codepoints. If you’re actually using Eclipse, then you can set the Workspace encoding in its preferences by General > Workspace > Text file encoding.

    Further on, anywhere where an Java API can take the character encoding as extra argument, then you need to make use of it and set it to UTF-8. Otherwise the platform default encoding will be used, which may be ISO-8859-1 or cp1252, which is incorrect for those characters. If you for example want to write this String to some OutputStream, then you need to construct an OutputStreamWriter where in you pass UTF-8 as 2nd constructor argument. You may find this article useful as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

how can I CORRECTLY display English and non-English (Persian, Farsi language, middle eastern) words
I'm developing an international site which uses UTF8 to display non english characters. I'm
I have symlinks to certain directories because the directories' names have non English characters
I would like it to display non-flickery animation like this awesome Linux command; sl
I have a MovieClip that is composed in a parent (non-display object) class. We
What's a good technique to create a WinForms Form instance, display it (non-modally) but
I am testing my application's i18n compatibility. I have a English version of Windows
Due to some awkward legacy code, I need to pass some non-English text around
Does iPhone display non-iOS bluetooth devices nearby? Or, does it show iOS + devices
This has to have been asked before, but I haven't had any in searches.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.