www.ma-shops.co.uk Open in urlscan Pro
46.22.41.237  Public Scan

URL: https://www.ma-shops.co.uk/cdma/item.php?id=1066113
Submission: On December 24 via api from CZ — Scanned from DE

Form analysis 5 forms found in the DOM

Name: currMenuFormPOST

<form name="currMenuForm" id="currMenuForm" action="" method="POST">
  <style type="text/css">
    #langMenu button {
      width: 170px;
      background-color: #ffffff;
      color: #000000 !important;
      font-size: 100%;
      border: 0 none;
      padding-top: 9px;
      padding-bottom: 9px;
      margin-bottom: 0;
    }

    #langMenu button:hover {
      background-color: #eeeeee;
    }

    #langMenuUl li {}

    #imprintMenuUl {
      left: -60px;
    }

    #loginMenuUl {
      left: -50px;
    }
  </style>
  <ul id="langMenuUl">
    <li class="first"><button type="submit" name="langBtn" value="en">English</button></li>
    <li><button type="submit" name="langBtn" value="de">Deutsch</button></li>
    <li><button type="submit" name="langBtn" value="fr">Français</button></li>
    <li class="first"><button type="submit" name="currBtn" value="GBP" class="langname">UK £</button></li>
    <li><button type="submit" name="currBtn" value="EUR" class="langname">EUR</button></li>
  </ul>
</form>

GET ./search.php

<form method="GET" action="./search.php" class="searchForm" id="headerSearchForm">
  <div id="headerSearchBorder">
    <div id="searchAndAutocomplete">
      <input type="text" name="searchstr" aria-label="Search" placeholder="Search for anything ..." id="searchTextInput" maxlength="500" value="">
      <div id="autocompleteResult">
        <ul id="autocompleteResultUl" class="arHidden"></ul>
      </div>
    </div>
    <input type="hidden" id="searchCatInput" name="catid" value="0">
    <ul id="searchCatSelectUl" class="ulMenu">
      <li class="dropdown" id="searchCatSelect">
        <a class="" id="searchCatSelected" href="">CDMA</a>
        <div class="dropdownContent">
          <a class="searchCatValue shopSelect" data-catid="-2">CDMA</a>
          <a class="searchCatValue" data-catid="6">Coins + Banknotes</a>
          <a class="searchCatValue" data-catid="-1">All categories</a>
          <a class="searchCatValue" data-catid="1">Ancient Coins</a>
          <a class="searchCatValue" data-catid="692">Islamic Coins</a>
          <a class="searchCatValue" data-catid="904">Medieval Coins</a>
          <a class="searchCatValue" data-catid="126">The Holy Roman Empire</a>
          <a class="searchCatValue" data-catid="1148">Germany before 1871</a>
          <a class="searchCatValue" data-catid="12265">Germany since 1871</a>
          <a class="searchCatValue" data-catid="10707">Europe (excluding Euro)</a>
          <a class="searchCatValue" data-catid="434">Euro Coins</a>
          <a class="searchCatValue" data-catid="10810">USA</a>
          <a class="searchCatValue" data-catid="709">World Coins (excluding Europe)</a>
          <a class="searchCatValue" data-catid="12">Gold, Silver, Platinum</a>
          <a class="searchCatValue" data-catid="1147">Medals</a>
          <a class="searchCatValue" data-catid="1150">Paper Money</a>
          <a class="searchCatValue" data-catid="1948">Motif Coins</a>
          <a class="searchCatValue" data-catid="1149">Emergency Currency</a>
          <a class="searchCatValue" data-catid="10827">Stamps</a>
          <a class="searchCatValue" data-catid="415">Literature</a>
          <a class="searchCatValue" data-catid="1151">Accessories</a>
          <a class="searchCatValue" data-catid="977">Militaria</a>
          <a class="searchCatValue" data-catid="1152">Securities</a>
          <a class="searchCatValue" data-catid="926">Other</a>
        </div>
      </li>
    </ul>
    <input type="submit" value="Search" aria-label="Search" name="submitBtn" class="searchSubmitBtn" id="searchSubmitBtn">
  </div>
  <div style="display:flex;">
    <style>
      #inputnewAll:checked,
      #inputnewAll:checked+label {
        display: none;
      }
    </style>
    <div id="searchOptions">
      <input type="radio" name="days_new" value="3" id="inputnew3"><label for="inputnew3"> New since 3 days</label>
      <input type="radio" name="days_new" value="7" id="inputnew7"><label for="inputnew7"> 7 days</label>
      <input type="radio" name="days_new" value="" id="inputnewAll" checked="CHECKED"><label for="inputnewAll"> All items</label>
    </div>
  </div>
</form>

POST

<form method="post">
  <a id="itemContactAbort" href="#" onclick="document.getElementById('itemContactBoxRel').style.display='none'; return false;">close</a>
  <div class="titel" id="itemContactBoxTitle">Question for the seller</div>
  <div class="error"></div>
  <div class="mail" id="itemContactMailDiv">
    <label for="itemContactBuyerMail">Your e-mail address:</label>
    <input type="text" id="itemContactBuyerMail" name="itemContactBuyerMail" value="">
  </div>
  <div class="subject">
    <span id="itemContactSubject" class="value">MA-Shop Comptoir des Monnaies: Question for item Antoninianus 253 Rome Coin, Cornelia Supera, Rome, Silver, RIC:30 AU(50-53)</span>
    <input type="hidden" name="itemContactItemId" value="1066113">
  </div>
  <div class="message">
    <input type="hidden" id="itemContactMessageType" name="itemContactMessageType" value="default">
    <label for="itemContactMessage">Message for the seller:</label>
    <textarea name="itemContactMessage" id="itemContactMessage" class="value" rows="14" cols="85"></textarea>
  </div>
  <div class="captcha" style="line-height:30px;vertical-align:middle;">
    <label for="itemContactMessage">Please enter the number from the following image:</label>
    <img src="/shops/captcha.php?item=1066113&amp;d=202212241028"> <input type="text" value="" name="itemContactBuyerCaptcha" id="itemContactBuyerCaptcha">
  </div>
  <div class="submit">
    <input class="btn" type="submit" value="Send request" name="itemContactSubmit" id="itemContactSubmit">
  </div>
  <span class="popupEnd"></span>
</form>

POST

<form action="" method="POST">
  <div class="gdprTable">
    <div class="gdprText"> Wir verwenden Cookies, um die Funktionsweise unserer Webseite zu gewährleisten und zu verbessern.<br> Der Nutzung von Cookies für Analysezwecke können Sie mit den Buttons rechts zustimmen, oder diese ablehnen. </div>
    <div class="gdprButtons">
      <input type="submit" class="gdprBtn" value="OK" name="gdprOK">&nbsp; <input type="submit" class="gdprBtn" value="Ablehnen" name="gdprDeny">
    </div>
  </div>
</form>

POST

<form action="" method="POST">
  <div class="gdprTable">
    <div class="gdprText"> Wir verwenden Cookies, um die Funktionsweise unserer Webseite zu gewährleisten und zu verbessern.<br> Der Nutzung von Cookies für Analysezwecke können Sie mit den Buttons rechts zustimmen, oder diese ablehnen. </div>
    <div class="gdprButtons">
      <input type="submit" class="gdprBtn" value="OK" name="gdprOK">&nbsp; <input type="submit" class="gdprBtn" value="Ablehnen" name="gdprDeny">
    </div>
  </div>
</form>

Text Content

 * Buy coins with warranty
 * EN / £
    * English
    * Deutsch
    * Français
    * UK £
    * EUR

 * 0Shopping cart
 * Sign in
   * Sign in
   * My MA
   * Register
 * MA-Shops
   * MA-Shops Home
   * CDMA Home
   * CDMA New Items
   * CDMA Customer feedback
   * Most viewed items
   * Welcome
   * Warranty
   * Contact
   * Help


 * CDMA
   CDMA Coins + Banknotes All categories Ancient Coins Islamic Coins Medieval
   Coins The Holy Roman Empire Germany before 1871 Germany since 1871 Europe
   (excluding Euro) Euro Coins USA World Coins (excluding Europe) Gold, Silver,
   Platinum Medals Paper Money Motif Coins Emergency Currency Stamps Literature
   Accessories Militaria Securities Other

New since 3 days 7 days All items



MA-ID: 106611300158
MA-Shops CDMA Antique Roman 2. Empire (27 BC to 476 AD) 5. The Military Crisis
(235 AD to 284 AD) Cornelia Supera

 * New since 3 days
 * New since 14 days
 * New since 30 days
 * Follow

 * Categories
 * Antique (11890)
 * Decorations (933)
 * Banknotes (52325)
 * Tokens & Medals (30185)
 * EUR (12963)
 * Coins (111917)
 * Necessity coinage (28496)
 * Other (2)

 * Show All Items


Customer feedback CDMA

--------------------------------------------------------------------------------

37276 ratings

--------------------------------------------------------------------------------

refunded by the seller, thanks

--------------------------------------------------------------------------------

100%-Super,tks.!

--------------------------------------------------------------------------------

Ok, fine.

--------------------------------------------------------------------------------

Merci beaucoup. Très, très bien, comme toujours.

--------------------------------------------------------------------------------

View all feedback


ANTONINIANUS 253 ROME COIN, CORNELIA SUPERA, ROME, SILVER, RIC:30 AU(50-53)

Image: Click to zoom
Seller
Comptoir des Monnaies
37276 ratings, 99,4 % Positive (last 24 months)
Worldwide shipping
Price
9,245.20 £10500,00 EUR
Sorry, the item is already sold.
Similar items in all shops
close
Question for the seller

Your e-mail address:
MA-Shop Comptoir des Monnaies: Question for item Antoninianus 253 Rome Coin,
Cornelia Supera, Rome, Silver, RIC:30 AU(50-53)
Message for the seller:
Please enter the number from the following image:

Question about this item

Grade: AU(50-53) | Abbreviations
Material: Silver
Weight: 3.40 g
Diameter: 22.90 mm
Mint : Rome
Mint mark: Rome
Main character: Cornelia Supera

Draped bust to right, set on crescent., Vesta standing facing, veiled head to
left, holding patera and cradling sceptre., Extremely rare coin, representing
the empress Cornelia Supera, supposed wife of the Emperor Aemilian, who himself
reigned only four months, from April 253 to August 253, during the period of
military Anarchy that began with the assassination of Severus Alexander.
Cornelia Supera is known to this day only by very rare numismatic testimonies,
her person as well as that of her husband having been struck of damnatio
memoriae, all traces of names and monuments to their glory were destroyed. The
Antoninian we are offering for sale is in quite admirable condition for this
very unusual type, slightly off-centre strike at the bottom and above all a
beautifully preserved portrait of Cornelia Supera, with a fully legible legend.,
C CORNEL SVPERA AVG, VESTA
Similar Items

Antoninianus 253 Rome Coin, Trebonianus Gallus, R...
CDMA 70.44 £
Antoninianus 251-253 Rome Coin, Volusian, Rome, B...
CDMA 52.83 £
Antoninianus 251-253 Rome Coin, Volusian, Rome, B...
CDMA 83.65 £
Antoninianus 253 Rome Coin, Gallienus, Rome, Bill...
CDMA 44.02 £
Antoninianus Coin, Valerian II, Rome, Silver, RIC...
CDMA 79.24 £
Antoninianus 253 Rome Coin, Mariniana, Rome, Bill...
CDMA 228.93 £
Antoninianus 251-253 Rome Coin, Mariniana, Rome, ...
CDMA 140.88 £
Antoninianus 251 Rome Coin, Divus Trajan, Rome, S...
CDMA 290.56 £
Antoninianus 253 Rome Coin, Mariniana, Rome, Bill...
CDMA 193.71 £
Antoninianus 251-253 Rome Coin, Volusian, AD 251-...
CDMA 61.63 £
Antoninianus 244 Rome Coin, Gordian III, Rome, Si...
CDMA 52.83 £
Antoninianus Coin, Valerian I, Rome, Billon, RIC:...
CDMA 70.44 £
Antoninianus 251-253 Rome Coin, Volusian, Rome, B...
CDMA 158.49 £
Antoninianus 253 Rome Coin, Trebonianus Gallus, R...
CDMA 88.05 £
Antoninianus 253 Rome Coin, Valerian I, Rome, Bil...
CDMA 35.22 £
Antoninianus Coin, Valerian I, Rome, Billon, RIC:...
CDMA 70.44 £
Show more items>


Info / FAQ

 

Deutsch
abbrev. Deutsch
Erhaltungsgrade Englisch 
Grades der Kühlung Französisch
États de 
Erhaltung Italienisch
Stati di 
conservazione PP Polierte Platte Proof (PRF) Flan bruni (FB) Beweis st
Stempelglanz, stempelfrisch Stempelglanz (MS65-MS70) Fleur de coin (FDC) Fior di
conio vz+ fast unzirkuliert Almost uncirculated (AU)     vz Vorzüglich
Vorzüglich (EF oder XF) Superbe (SUP) Splendido ss Sehr schön Sehr fein (VF)
Très Très beau (TTB) Bellissimo s Schön Fine (F) Très beau (TB) Molto bello

Other items from this store

Solidus 475 Constantinople Münze, Basiliscus, Co...
3,962.23 £
Solidus 462-466 Constantinople Münze, Leo I, Con...
1,760.99 £
Denarius 46 BC Uncertain Mint Münze, Julius Caes...
2,465.39 £
Denarius 55 BC Rome Münze, Q. Cassius Longinus, ...
2,729.53 £
Denarius 193-194 Antioch Münze, Pescennius Niger...
4,666.62 £
Solidus 474-475 Rome Münze, Julius Nepos, Rome, ...
7,043.96 £
Didrachm 225-214 BC Rome Münze, Anonymous, Rome,...
7,043.96 £
Drachm 153-154 Alexandria Münze, Egypt, Antoninu...
176.10 £
Solidus 402-406 Ravenna Münze, Honorius, Ravenna...
1,937.09 £
Solidus 476-491 Constantinople Münze, Zeno, Cons...
3,169.78 £
Bronze Æ 312-313 Ostia Münze, Constantine I, Ost...
52.83 £
Antoninianus 249-250 Rome Münze, Trajan Decius, ...
114.46 £
Solidus 430-440 Constantinople Münze, Theodosius...
1,760.99 £
Denarius 43 BC Rome Münze, P. Accoleius Lariscol...
6,603.71 £
Denarius autumn 32-spring 31 BC Mi Münze, Marcus...
7,043.96 £
Follis 312-313 Thessalonica Münze, Licinius I, T...
28.18 £


Wir verwenden Cookies, um die Funktionsweise unserer Webseite zu gewährleisten
und zu verbessern.
Der Nutzung von Cookies für Analysezwecke können Sie mit den Buttons rechts
zustimmen, oder diese ablehnen.
 
Wir verwenden Cookies, um die Funktionsweise unserer Webseite zu gewährleisten
und zu verbessern.
Der Nutzung von Cookies für Analysezwecke können Sie mit den Buttons rechts
zustimmen, oder diese ablehnen.
 
Information:
Due to the Coronavirus situation, the delivery time can be 2-3 weeks.



Store Home | Shopping Cart | Terms of sale | Contact | MA Terms of sale |
Privacy policy | Warranty | MA-Shops New Items

Copyright ® 2001-2022, MA-SHOPS Coins All Rights Reserved. Designated trademarks
and brands are the property of their respective owners.