Search

Search for a symbol or emoji...

Fullwidth Hyphen-Minus Symbol

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
-
Symbol

Fullwidth Hyphen-Minus Symbol Encoding

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

Fullwidth Hyphen-MinusSymbol'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 symbol 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 in Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type FF0D
  • Without moving the cursor press keys Alt + x together
  • The original FF0D 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
Mac OS Character Viewer
Mac OS Character Viewer

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 FF0D 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 symbol on ios and android is to copy and paste it wherever you need it.

How to use fullwidth hyphen-minus in CSS

//CSS Example
1span { 2 content: \FF0D; 3 }

How to use fullwidth hyphen-minus in HTML

//HTML Example
1<span>&#65293;</span>

Fullwidth Hyphen-Minus symbol representation in programming languages

Fullwidth Hyphen-Minussymbol's representation in different programming languages can be found in table below:

LanguageRepresentation
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'