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 7932411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T21:00:46+00:00 2026-06-03T21:00:46+00:00

For Objective-C in iOS: If I have a string how could I read the

  • 0

For Objective-C in iOS:

If I have a string how could I read the unicode numeric value of an individual character?

For example if my string was: “∆” That unicode character is U+0394, so how could I read the string, figure out the “0394” then create a new string with say 100 added to that value, so the new string would be the character U+0494 or “ҕ”

Thanks!

  • 1 1 Answer
  • 0 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-06-03T21:00:47+00:00Added an answer on June 3, 2026 at 9:00 pm

    First, there is a fallacy in your logic. ∆ + 100 != ҕ. Unicode is evaluated in base-16 (hex), so ‘∆’ is actually equal to 916 in decimal, not 394. Thus, 0x0494 - 0x0394 = 0x0100, which equals 256.

    With that in mind, your code should look something like this:

    unichar delta = 0x0394;
    unichar weirdB = delta + 0x0100;
    
    NSString *deltaStr = [NSString stringWithCharacters:&delta length:1];
    NSString *weirdBString = [NSString stringWithCharacters:&weirdB length:1]; 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Objective-C for iOS, how would I remove the last character of a string
I have a C library that I'm using from within an iOS Objective-C program.
I have a native objective c ios application that I would like to convert
I have been using objective-C to develop in iOS. Now we want to develop
I am new to iOS and Objective-C, I already know that in a class,
I have a couple of iOS apps (Objective-C + iOS frameworks + a few
I have an iOS app that posts to users FB feeds with a link,
Okay, so we have an app written in objective-c for iOS. My job is
I have a small IOS program and that get a time from a database
I'm looking for the iOS objective c equivalent to Android's Paint.breakText() . I have

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.