Fullwidth Hyphen-Minus Symbol -

Copy to Clipboard


Fullwidth Hyphen-Minus Symbol Information

Symbol Name Fullwidth Hyphen-Minus
Unicode Version 1.1 (June 1993)
Unicode U+FF0D
CSS Code \FF0D
Hex Code -
HTML Code -

Fullwidth Hyphen-Minus Symbol Encoding

UTF-8 0xEF 0xBC 0x8D
UTF-16 0xFF0D
UTF-32 0x0000FF0D


Fullwidth Hyphen-Minus symbol's PNG and SVG files


How to add fullwidth hyphen-minus symbol via keyboard on different Operating systems

You can type the fullwidth hyphen-minus on most modern devices with the help of following methods:

How to type fullwidth hyphen-minus symbol on Microsoft Word

You can type the fullwidth hyphen-minus on microsoft Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type F F 0 D
  • Without moving the cursor press keys Alt + x together
  • The original F F 0 D is now transformed into -

How to type fullwidth hyphen-minus symbol on Microsoft Windows

You can type the fullwidth hyphen-minus on Microsoft windows using following steps:

  • Hold Alt and press to type fullwidth hyphen-minus on your windows machine.

How to type fullwidth hyphen-minus symbol on Mac OS

You can type the fullwidth hyphen-minus on Mac OS using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
  • Type “Fullwidth Hyphen-Minus” in the search field at the top and press Enter
  • The symbol should appear. Click on it to insert it into your text
  • How to type fullwidth hyphen-minus symbol on Mac OS
    How to type fullwidth hyphen-minus symbol on Mac OS

How to type fullwidth hyphen-minus symbol on Linux

You can type the fullwidth hyphen-minus on Linux using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Hold ⇧ Shift + Ctrl and press the letter + U
  • Press keys F F 0 D consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type fullwidth hyphen-minus symbol on IOS and Android

The easiest way to type the fullwidth hyphen-minus on ios and android is to copy and paste it wherever you need it.


How to use fullwidth hyphen-minus in CSS

Copy // css example
span {
content: "\FF0D";
}

How to type fullwidth hyphen-minus in HTML

Copy // html example
<span>&#65293;</span>

Fullwidth Hyphen-Minus symbol representation in programming languages

fullwidth hyphen-minus's representation in different programming languages can be found in table below:

Language Representation
Rust \u{FF0D}
Ruby \u{FF0D}
Python \uFF0D
PHP \u{FF0D}
Perl "\x{FF0D}"
Java \uFF0D
Modern JavaScript - Since ES6 \u{FF0D}
JavaScript \uFF0D
Go \uFF0D
C# \uFF0D
C and C++ \uFF0D
Bash and Zsh - inside echo -e \uFF0D
RFC 5137 \u'FF0D'
No Result
Try something else