Weddings | The Royal Mint (2024)

' + burger + "

"); $('.mobile-burger').click(function (){ $('[data-module="product-filter"]').css( "z-index", "98" ); $('.filter-modal-trigger').css( "pointer-events", "none" ) }) $(".close").click(function () { $("body").css({ 'overflow': '', 'padding-right': '', 'background': '', }) $("header").css({'padding-right': '',}) $("#side-navbar-wrap .menu.menu-bar").animate({ left: "-100%", }, 500 ); $('.filter-modal-trigger').css( "pointer-events", "" ) setTimeout(function(){ $('[data-module="product-filter"]').css( "z-index", "100" ); }, 500) }); $(document).on('show.bs.modal','#filters-modal2', function () { $('.filter-modal-trigger').css( "opacity", "0" ); $('.mod-filters').addClass('bg-transparent'); $('.header-container').css( "z-index", "99" ) }); $(document).on('hide.bs.modal','#filters-modal2', function () { $('.filter-modal-trigger').css( "opacity", "" ) $('.mod-filters').removeClass('bg-transparent'); $('.header-container').css( "z-index", "101" ) }); $(".mobile-menu-trigger").click(function () { let scrollWidth = window.innerWidth - document.body.clientWidth; $("body").css({ 'overflow': 'hidden', 'padding-right': `${scrollWidth}px`, 'background': '#f4f1eb', }) $("header").css({'padding-right': `${scrollWidth}px`,}) $(".mobile-menu-trigger ~ ul").animate({ left: "", transition: "left .3s", }, 500 ); });// PRE 17326 $('.newBetaNav .menu-bar>li>a[aria-haspopup="true"]').each(function() { $(this).attr('href', 'javascript:void(0);'); }); $('.newBetaNav .menu-bar>li>a[aria-haspopup="true"]').on('click', function () { $('.newBetaNav .menu-bar>li>a[aria-haspopup="true"]').removeClass('active'); $(this).addClass('active'); $(this).siblings().addClass('sub-active'); $('.newBetaNav .mobile-menu-header').addClass('newBackButton'); }); $('.mobile-menu-header').on('click', function (e) { if ($('.mobile-menu-header').hasClass('newBackButton')) { e.preventDefault(); e.stopPropagation(); $('.newBetaNav .mobile-menu-header').removeClass('newBackButton'); $('.newBetaNav .menu.menu-bar .menu-link.menu-bar-link.active').removeClass('active'); $('.newBetaNav .menu.menu-bar .menu-link.menu-bar-link').siblings().removeClass('sub-active'); } }); } if (window.innerWidth >= 992) { $("#side-navbar-wrap .mega-menu--flat").each(function () { $(this).children().wrapAll("
"); }); $("#side-navbar-wrap .mega-menu.mega-menu--flat").css( "justify-content", "center" ); $("#side-navbar-wrap .col-10").addClass("column10"); $('.newBetaNav .menu-bar>li>a[aria-haspopup="true"]').hover( function () { //hover in $(this).addClass('active'); }, function () { //hover out $('.newBetaNav .menu-bar>li>a[aria-haspopup="true"]').removeClass('active'); } ); $('#header.newBetaNav').mouseleave(function () { $('.newBetaNav .menu.menu-bar .menu-link.menu-bar-link.active').removeClass('active'); }); } target && observer.observe(target);});

Mother & Son Coin Sets

Shop Now

WEDDING GIFTS

A Treasured British Tradition

Embrace a cherished tradition by marking one of the happiest days in life. Explore our wedding collection today.

SHOP WEDDING GIFTS

Weddings | The Royal Mint (1)
Weddings | The Royal Mint (2)

Celebrate Tradition on the Big Day

Honour one of the biggest days in their life with a traditional gift of a coin.

Weddings | The Royal Mint (3)

A Thoughtful Gift for a Special Moment

For centuries, coins have been used to celebrate the bonds of matrimony.

Weddings | The Royal Mint (4)

Centuries-Old Craftsmanship

Skilled craftsmanship can be found in every coin and gift we produce.

Product range

Brilliant Uncirculated Coin

2024 Wedding Silver Sixpence

Price: £22.00

In Stock

Gold Proof

2024 Wedding Gold Sixpence

Price: £590.00

Limited Stock

Brilliant Uncirculated Coin

2023 Silver Sixpence

Price: £22.00

In Stock

Brilliant Uncirculated Coin

The 2024 United Kingdom Brilliant Uncirculated Definitive Coin Set

Price: £34.50

In Stock

Brilliant Uncirculated Coin

The 2024 United Kingdom Brilliant Uncirculated Annual Coin Set

Price: £69.00

In Stock

Gold Bullion

Best Wishes 1g Gold Bullion Minted Bar

Bullion | 999.9 Fine Gold

Price: £95.00

Gold Bullion

The Quarter Sovereign 2024 Gold Bullion Coin in Blister

Bullion | 916.67 Fine Gold

Price: From £159.75

In Stock

The 2024 United Kingdom Proof Coin Set

Limited Edition 7500

Price: £179.50

In Stock

Only 2024 Available

The 2024 United Kingdom Premium Proof Coin Set

Only 2,024 sets available

Price: £240.00

Limited Stock

Gold Bullion

Best Wishes 5g Gold Bullion Minted Bar

Bullion | 999.9 Fine Gold

Price: £360.00

In Stock

Gold Proof

The Half Sovereign 2024 Gold Proof Coin

Limited Edition 1250

Price: £420.00

In Stock

Gold Proof

2023 Gold Sixpence

Price: £590.00

Limited Stock

Brilliant Uncirculated Coin

King Charles III Definitives 2023 UK Brilliant Uncirculated Coin Set

Price: £34.00

Available to Order

Be Inspired

Celebrate with a year dated coin

Discover More

Bullion Gift Bars

Discover More

MINT EDITION

Discover More

Coin Collections

Discover More

    '; var li_template = '
  • '; var slick_SlideTemplate = '
    '; var ti; var numSlides = 0; var currentSlide = ""; var block_index = 0; var target_block = ".cnav_carousel "; var startPoint = []; var num_visible_slides = 4; var cnav_slideWidth = 0; var max_slide_offset = 0; /*-----------------------------------------------------------------*/ function scrollTo_ccnav(el, destIndex, baseId) { var destBaseSlide = $( "#" + baseId + ".custom_cnav_carousel .slick-slide" )[0]; var baseIndex = parseInt($(destBaseSlide).attr("data-slick-index")); var offsetDest = destIndex - baseIndex; var navWidth = $(el).width(); var maxslides = $(el).parent().find(".slick-slide").length - 1; var offset = navWidth * offsetDest; if (offset <= max_slide_offset) { //console.log('moving to '+offset); $(el).parent().parent().animate({ scrollLeft: offset }, 500); // move slide-list } // set correct dot $("#" + baseId + " .slick-dots") .find('button[tabindex="0"]') .attr("tabindex", "-1") .attr("aria-selected", "false") .parent() .removeClass("slick-active"); $("#X_slick-slide-control" + destIndex) .attr("tabindex", "0") .attr("aria-selected", "true") .parent() .addClass("slick-active"); //check direction filters if (offsetDest == 0) { $("#" + baseId + ".custom_cnav_carousel .arrow-previous").addClass( "slick-disabled" ); } else { $("#" + baseId + ".custom_cnav_carousel .arrow-previous").removeClass( "slick-disabled" ); } if (offsetDest == maxslides || offset >= max_slide_offset) { $("#" + baseId + ".custom_cnav_carousel .arrow-next").addClass( "slick-disabled" ); } else { $("#" + baseId + ".custom_cnav_carousel .arrow-next").removeClass( "slick-disabled" ); } } /*-----------------------------------------------------------------*/ function setMaxWidth() { var numSlides = 4; var screenSize = parseInt($("body").width()); if (screenSize < 1320) { numSlides = 3; } if (screenSize < 700) { numSlides = 1; } var baseCnavSize = parseInt( $(".custom_cnav_carousel .slick-list.draggable").innerWidth() ) / numSlides; //console.log(baseCnavSize); $(".meep") .css("max-width", baseCnavSize + "px") .attr("data-size", baseCnavSize); $(".custom_cnav_carousel .slick-slide").css( "max-width", baseCnavSize + "px" ); num_visible_slides = numSlides; cnav_slideWidth = baseCnavSize; max_slide_offset = ($(".meep").length - num_visible_slides) * baseCnavSize; } /*-----------------------------------------------------------------*/ $(target_block).each(function () { $(this).addClass("hideThisImportant"); var id = "custom_mobile_carousel" + block_index; var testBlock = this; /* - - - - - - - - - - - - */ var cNavs = $(this).find(".contentNavBlock"); if (cNavs.length == 0) { cNavs = $(this).find(".trmCategory"); // handle category blocks } /* - - - - - - - - - - - - */ //var html =$(cNavs[0]).parent().html(); var newTemplate = car_template.replace(/XVXVXV/g, id); $(newTemplate).insertAfter(this); var slidesInBlock = 0; for (var cNav_index = 0; cNav_index < cNavs.length; cNav_index++) { if (slidesInBlock == 0) { ti = "0"; currentSlide = "slick-current"; currentDot = "slick-active"; } else { ti = "-1"; currentSlide = ""; currentDot = ""; } var newSlideTemplate = slick_SlideTemplate .replace(/XX/g, numSlides) .replace("CURRENTHERE", currentSlide); $("#" + id + " .slick-track").append(newSlideTemplate); var slideid = "X_slick-slide" + numSlides; $("#" + slideid + " .append_poduct_card_here").append( $(cNavs[cNav_index]).clone(true) ); var newLITemplate = li_template.replace(/ZZ/g, numSlides); newLITemplate = newLITemplate .replace(/YY/g, slidesInBlock) .replace("TI", ti) .replace("PPPP", currentDot); $("#" + id + " .slick-dots").append(newLITemplate); slidesInBlock++; numSlides++; } if (slidesInBlock > 10) { $("#" + id + " .slick-dots").addClass("hideThisImportant"); } /*-----------------------------------------------------------------*/ $("#" + id + ".custom_cnav_carousel .slick-dots button").on( "click", function () { var currentSlide = $("#" + id + " .slick-current"); $(currentSlide).removeClass("slick-current"); var destSlide = $("#" + $(this).attr("aria-controls")); var destIndex = parseInt($(destSlide).attr("data-slick-index")); $(destSlide).addClass("slick-current"); scrollTo_ccnav(destSlide, destIndex, id); } ); /*-----------------------------------------------------------------*/ $("#" + id + ".custom_cnav_carousel .arrow-previous svg").on( "click", function () { var currentSlide = $( "#" + id + ".custom_cnav_carousel .slick-current" ); var currentIndex = parseInt($(currentSlide).attr("data-slick-index")); $(currentSlide).removeClass("slick-current"); var destBaseSlide = $( "#" + id + ".custom_cnav_carousel .slick-slide" )[0]; var baseIndex = parseInt($(destBaseSlide).attr("data-slick-index")); var offsetDest = currentIndex - baseIndex; $("#" + id + ".custom_cnav_carousel .arrow-next").removeClass( "slick-disabled" ); var nextSlide = offsetDest - 1; if (nextSlide <= 0) { nextSlide = 0; } var moveTo = $("#X_slick-slide" + (baseIndex + nextSlide)); var destIndex = parseInt($(moveTo).attr("data-slick-index")); $(moveTo).addClass("slick-current"); scrollTo_ccnav(moveTo, destIndex, id); } ); /*-----------------------------------------------------------------*/ $("#" + id + ".custom_cnav_carousel .arrow-next svg").on( "click", function () { var currentSlide = $( "#" + id + ".custom_cnav_carousel .slick-current" ); var currentIndex = parseInt($(currentSlide).attr("data-slick-index")); $(currentSlide).removeClass("slick-current"); var destBaseSlide = $( "#" + id + ".custom_cnav_carousel .slick-slide" )[0]; var baseIndex = parseInt($(destBaseSlide).attr("data-slick-index")); var offsetDest = currentIndex - baseIndex; var nextSlide = offsetDest + 1; var maxslides = $("#" + id + ".custom_cnav_carousel .slick-slide").length - 1; $("#" + id + ".custom_cnav_carousel .arrow-previous").removeClass( "slick-disabled" ); if (nextSlide >= maxslides) { nextSlide = maxslides; } var moveTo = $("#X_slick-slide" + (baseIndex + nextSlide)); var destIndex = parseInt($(moveTo).attr("data-slick-index")); $(moveTo).addClass("slick-current"); scrollTo_ccnav(moveTo, destIndex, id); } ); /*-----------------------------------------------------------------*/ $("#" + id + ".custom_cnav_carousel .slick-slide").on( "touchend", function (e) { var destMove = e.changedTouches[0].pageX; var movement = destMove - startPoint[id]; if (Math.abs(movement) > 20) { if (movement > 0) { $( "#" + id + ".custom_cnav_carousel .arrow-previous svg" ).click(); } else if (movement < 0) { $("#" + id + ".custom_cnav_carousel .arrow-next svg").click(); } } } ); /*-----------------------------------------------------------------*/ $("#" + id + ".custom_cnav_carousel .slick-slide").on( "touchstart", function (e) { startPoint[id] = e.targetTouches[0].pageX; } ); /*-----------------------------------------------------------------*/ block_index++; }); $(".custom_cnav_carousel .block.contentNavBlock").addClass("meep"); $(window).bind("resize", setMaxWidth); setMaxWidth(); }});
  • Weddings | The Royal Mint (29)

    © The Royal Mint Limited. The Royal Mint Limited whose registered office is at Llantrisant, Pontyclun, CF72 8YT, United Kingdom (registered in England and Wales No. 06964873).

    Weddings | The Royal Mint (2024)

    FAQs

    How much money does the Royal Mint print? ›

    Currency. The Royal Mint is the largest and most technically advanced minting facility in the world. We make more than 3.3 billion coins and blanks a year for in excess of 30 countries at our site in Llantrisant, South Wales.

    How long does Royal Mint take to deliver? ›

    In stock items are usually despatched within 21 working days. If the product you would like to order is not in stock, we will endeavour to deliver your goods within 21 days of acceptance of your order.

    How long does the Royal Mint tour take? ›

    It comprises a factory experience, interactive exhibition, 90 seat café, gift shop and education/corporate space. How long will a visit take? The average visit to The Royal Mint Experience will last approximately 2 hours. The factory experience is guided, the duration of which is 30 minutes.

    Is Royal Mint reliable? ›

    The Royal Mint has a history that spans more than 1,100 years, with its roots in the ninth century and is one of the world's oldest institutions, with a trusted reputation.

    Why is Royal Mint more expensive? ›

    Why are your prices higher than the market price for the metal? Bullion products from The Royal Mint incur a margin or 'premium' on top of the cost of the metal. This cost covers the design, craftsmanship, production and management of the products that we sell.

    Can you buy directly from The Royal Mint? ›

    Premium Bullion in special packaging can be purchased directly by the public from the Royal Canadian Mint through our boutiques, call centre, app and online store, or from authorized dealers. From the Royal Canadian Mint, these products are final sale and orders for these products cannot be cancelled.

    Who does The Royal Mint make money for? ›

    The Royal Mint (RM) is the world's leading export mint, making coins and medals for an average of 60 countries every year. However, its first responsibility is to make and distribute United Kingdom coins as well as to supply blanks and official medals.

    Is it safe to invest with The Royal Mint? ›

    Owned by His Majesty's Treasury, The Royal Mint has a rich history with precious metals spanning more than 1,100 years. No commitments, simple management fees and the ability to sell back your investment at any time. Safely store your gold bullion investments in The Royal Mint's highly secure, on-site vault.

    Can you sell to The Royal Mint? ›

    The process of selling your precious metals with The Royal Mint is designed to be simple and transparent. Get a Quote: Begin by completing a quotation form. The Royal Mint team aims to provide you with a competitive quote within 24 hours.

    How do I find out what my coins are worth? ›

    Reputable coin dealers, Coin Auctions, eBay, and Price Guides are great places to start. If your coins are graded by one of the Top Tier grading services like PCGS or NGC, you can usually get a reasonable value estimate sight-unseen!

    What is the difference between The Royal Mint and the London mint office? ›

    The Royal Mint is the official mint of the United Kingdom. It is responsible for producing all of our physical coins, like pound coins and 50p's, etc. The London Mint Office distributes collectible coins and medals. . They sell coins and medals, they do not produce the actual currency used in the UK.

    Do you have to book to go to The Royal Mint? ›

    Tickets can be booked online or by telephoning 0333 241 2223. Please note that our prices change throughout the year. Please continue to book online and select a date to see pricing for that day. Ticket prices include the guided factory experience and entry into the exhibition.

    Can you strike your own coin at The Royal Mint? ›

    Strike your own Brilliant Uncirculated coin

    A staple of any visit to The Royal Mint Experience; an opportunity to strike your own coin in Brilliant Uncirculated quality, to take home as a memento of your visit.

    How many people work in The Royal Mint? ›

    Our Leadership and Teams. The Royal Mint is the world's leading export mint and employs more than 900 people.

    How much money does the mint print every day? ›

    The Bureau of Engraving and Printing produces 38 million notes a day with a face value of approximately $541 million.

    How much profit does The Royal Mint make? ›

    The Royal Mint has announced a pre-tax profit of £18 million for the year ending 31st March 2022 – the largest profit since vesting as a Limited company in 2010. The milestone result marks the end of a three year business transformation strategy led by Chief Executive Anne Jessopp.

    How much does it cost the mint to print money? ›

    Going back to 2017 when it only cost 5.4 cents to make each dollar, that represents about a 40% increase in just five years. Still, things could be worse — like coins, for example. The U.S. Mint pays 2.72 cents each to produce pennies worth one cent.

    Top Articles
    About – Bad Monkey | Finely Crafted Beer
    The Mystery of Fish Cake Revealed! Interview With Suzuhiro Kamaboko - Japan Travel Guide MATCHA
    Roblox Roguelike
    Napa Autocare Locator
    Jefferey Dahmer Autopsy Photos
    <i>1883</i>'s Isabel May Opens Up About the <i>Yellowstone</i> Prequel
    Dr Doe's Chemistry Quiz Answer Key
    Flights to Miami (MIA)
    Jasmine
    How Quickly Do I Lose My Bike Fitness?
    Vichatter Gifs
    Koop hier ‘verloren pakketten’, een nieuwe Italiaanse zaak en dit wil je ook even weten - indebuurt Utrecht
    Playgirl Magazine Cover Template Free
    6813472639
    Suffix With Pent Crossword Clue
    Acts 16 Nkjv
    Beverage Lyons Funeral Home Obituaries
    Yugen Manga Jinx Cap 19
    Southwest Flight 238
    Walmart Pharmacy Near Me Open
    Doctors of Optometry - Westchester Mall | Trusted Eye Doctors in White Plains, NY
    Creed 3 Showtimes Near Island 16 Cinema De Lux
    Phoenixdabarbie
    Ncal Kaiser Online Pay
    Osrs Important Letter
    How often should you visit your Barber?
    Used 2 Seater Go Karts
    Ravens 24X7 Forum
    Calculator Souo
    Fbsm Greenville Sc
    Sun Haven Pufferfish
    The disadvantages of patient portals
    Stanford Medicine scientists pinpoint COVID-19 virus’s entry and exit ports inside our noses
    Busch Gardens Wait Times
    Culver's of Whitewater, WI - W Main St
    Craigslist Pets Plattsburgh Ny
    Armageddon Time Showtimes Near Cmx Daytona 12
    Improving curriculum alignment and achieving learning goals by making the curriculum visible | Semantic Scholar
    Trivago Sf
    Deepwoken: How To Unlock All Fighting Styles Guide - Item Level Gaming
    Spreading Unverified Info Crossword Clue
    La Qua Brothers Funeral Home
    Backpage New York | massage in New York, New York
    Gt500 Forums
    Maplestar Kemono
    Identogo Manahawkin
    Used Sawmill For Sale - Craigslist Near Tennessee
    Makemkv Key April 2023
    Wera13X
    R Detroit Lions
    What your eye doctor knows about your health
    Worlds Hardest Game Tyrone
    Latest Posts
    Article information

    Author: Gov. Deandrea McKenzie

    Last Updated:

    Views: 5672

    Rating: 4.6 / 5 (46 voted)

    Reviews: 85% of readers found this page helpful

    Author information

    Name: Gov. Deandrea McKenzie

    Birthday: 2001-01-17

    Address: Suite 769 2454 Marsha Coves, Debbieton, MS 95002

    Phone: +813077629322

    Job: Real-Estate Executive

    Hobby: Archery, Metal detecting, Kitesurfing, Genealogy, Kitesurfing, Calligraphy, Roller skating

    Introduction: My name is Gov. Deandrea McKenzie, I am a spotless, clean, glamorous, sparkling, adventurous, nice, brainy person who loves writing and wants to share my knowledge and understanding with you.