Are there unicode overlap characters? [closed] - unicode

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Are there any Unicode characters that essentially are non-overwriting backspaces?
I have 𝄞𝄚 and I would like them to overlap.

No, there is no such Unicode character.
In the days long gone, this used to be the functionality of the control code U+0008 BACKSPACE, but the Unicode Standard ascribes no further semantics to that character beyond “It’s that old ASCII control code”, and you would be hard-pressed to find any modern application that supports this archaic behaviour.

Related

What does this encoded commandline say? Shows as Hex-like with 4+ prepended to them: 0x14486:0x67000:0xe1cbfc53|4+0x15b7f|4+0xc9bd| [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 months ago.
Improve this question
What would the results of this commandline be? Does not appear to be Base64 or UTF16
cmd.exe+0x14486:0x67000:0xe1cbfc53|4+0x15b7f|4+0xc9bd|4+0xbea1|4+0xcffc|4+0x9826|4+0x15bf0|4+0xc9bd|4+0xbea1|4+0x139f4|4+0x18ecd|3+0x17034|0+0x52651
Tried UTF-16 decoding, result was a string of random Chinese characters that didn't seem to translate.
Tried hex decode then adding 4 which resulted in
cmd.exe+83078:421888:3788242003|88963|103294|48805|53248|38954|89076|51649|48805|80376|102097|94263|337489:

Is there a superscript þ (thorn) in Unicode 15.0? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 months ago.
Improve this question
I am working on a font that makes things superscript, and I was wondering if a superscript þ or Þ? There are also a few other characters I was wondering if they had superscripts for, like ß, and ſ.

Unicode in right pointing bullet [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
What is the unicode for this right pointing arrows bullet in openoffice?
there are many sites out there where you can search based on name. this one for example allows you to input right arrow, review the results, and then refine the search until you find:
Three-D Top-Lighted Rightwards Arrowhead U+27A2 ➢

Saving a document encoded in extended ASCII in Notepad++ [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I would like to know how to save a document using Notepad++ encoded in extended ASCII. When I select ANSI encoding, it is saved as UTF-8 codification (I checked it in HxD, program to see hex data file).
You can't do it with Notepad++. The best way is to paste your text into Wordpad and then save as MS-DOS text format.

Digital Computer Architecture Help Needed [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
let's say I have a 2-Mbyte chip and need to construct a 8-Mbyte memory. I need to show the address lines in a diagram and explain what the address lines are used for. How would I go about doing this?
If I remember correctly you could make it with 4 2-Mbyte chips.
The first 2 bits of the address are used to select which chip you need. Then the rest of the address is sent to the selected chip.