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 My Wedding Year Coin Set

Price: £34.50

In Stock

Gold Proof

2024 Wedding Gold Sixpence

Price: £590.00

In 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

The Quarter Sovereign 2024 Gold Bullion Coin in Blister

Bullion | 916.67 Fine Gold

Price: From £156.22

In Stock

The 2024 United Kingdom Proof Coin Set

Limited Edition 7500

Price: £179.50

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: £530.00

Limited Stock

Brilliant Uncirculated Coin

King Charles III Definitives 2023 UK Brilliant Uncirculated Coin Set

Price: £34.00

Available to Order

Gold Bullion

Best Wishes 1g Gold Bullion Minted Bar

Bullion | 999.9 Fine Gold

Price: £95.00

Email Me When In Stock

Gold Bullion

Best Wishes 5g Gold Bullion Minted Bar

Bullion | 999.9 Fine Gold

Price: £360.00

Email Me When In Stock

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 (28)

    © 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

    What is the 13 dimes wedding? ›

    Traditionally, the thirteen coins represented the promise of the groom to support his wife, and the wife's dedication to her husband and her responsibility to manage the home and the housekeeping. Today, the coins symbolise the promise of sharing goods, giving mutual support and taking care of finances jointly.

    What is the meaning of 13 arras? ›

    The word arras in Spanish means "earnest money,” and the coins represent the groom's promise to provide for the family. The bride's acceptance of the coins symbolizes her trust in her soon-to-be husband to do so. “Traditionally, there are 13 coins, 12 gold and one platinum, all the same size,” de Velasco explains.

    How many coins should be in the arrhae? ›

    Arrhae Coins or Las Arras coins consists of 13 coins symbolizing 13 different virtues that the couple should practice to have a long and happy marriage. Alternatively, it represents Jesus & His 12 Apostles. The coins are brought down the aisle by a coin bearer.

    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.

    What is wedding penny? ›

    During the 1600's it was expected for the Lord of the Manor to give his bride a piece of silver as her wedding gift, hence a silver sixpence coin. It later became a tradition to include the coin in the dowry and was thought to bring good luck to the couple.

    What coin do you give a bride? ›

    The sixpence coin has long been associated with bringing good luck to the bride and groom; the contemporary interpretation of this wedding tradition is for the bride - or her father - to place the coin in her left shoe as a lucky charm to bring financial prosperity to the newlyweds.

    What does 13 coins symbolize? ›

    The thirteen coins today have the alternative meaning of Jesus and the twelve apostles. The exchange of the coins represents the groom's promise to provide for his family and the bride's trust in his ability to do so.

    What is the story of 13 coins? ›

    In the tale, a humble man falls in love with a young woman. The young woman's parents ask, “What can you offer my daughter if you have no money?” The young man reaches into his pocket and possesses only 13 coins, yet he promises to pledge his undying love, care, and concern.

    What is the tradition of 13 gold coins in Spain? ›

    In the traditional arras giving and meaning, the groom gives the bride 13 coins as a promise that he will provide for the family and share all his treasure with her. The bride accepts the coins stating that she will be a careful administrator of their wealth.

    What does rice mean at a wedding? ›

    In olden times, marriage meant expansion, from building a family to increasing one's assets. Rice (most likely chosen for its availability and low cost) symbolized both fertility and prosperity, and tossing it at couples implied best wishes and good luck-for newborns, good harvests, and everything in between.

    What do the veil and cord symbolize? ›

    Veil and Cord

    Godparents drape a ceremonial lace veil over the bride's head and the groom's shoulder to symbolize being clothed as one. A ceremonial cord, called a yugal, is then wrapped around the couple in a figure-eight pattern, which symbolizes an eternal bond of fidelity.

    What does candle symbolize in wedding? ›

    Symbolism. Use of a unity candle generally symbolizes the joining of two individuals into the marriage bond, but additional allusions may be invoked. The flame may be said to represent the passion in each individual's soul for their spouse.

    Can you buy gold from The Royal Mint? ›

    Bullion Investment at Your Fingertips

    At The Royal Mint, we understand the significance of providing a secure and accessible platform for buying gold online. Our user-friendly interface ensures seamless navigation, empowering you to initiate and manage your gold investments with ease, 24/7, 365 days a year.

    Who owns Royal Mint? ›

    Operating under the legal name The Royal Mint Limited, it is a limited company that is wholly owned by His Majesty's Treasury and is under an exclusive contract to supply the nation's coinage.

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

    Therefore, while both organisations deal with coins, they have different roles and operations. The Royal Mint manufactures the coins, while the London Mint Office sells collectible coins and medals.

    What is the significance of 13 coins? ›

    In the traditional arras giving and meaning, the groom gives the bride 13 coins as a promise that he will provide for the family and share all his treasure with her. The bride accepts the coins stating that she will be a careful administrator of their wealth.

    What is the tradition of the 13 gold coins at Mexican weddings? ›

    Arras in Spanish means pledge. Thirteen gold coins (arras) are given by the groom to the bride during the marriage ceremony. The groom giving the coins signifies his willingness to support her and trust in her. The bride accepting them signifies her willingness to trust him and be prudent.

    What is the purpose of the wedding coin? ›

    The coin symbolises his willingness to share all that he has or will have in the future. The bride will then keep the coin as a family keepsake. If the couple go on to have children, the bride will give the coin to her eldest son to give to his own bride. This tradition is also common in Latin America.

    Should you get married on the 13th? ›

    Is It Okay to Get Married on Friday the 13th? Absolutely! Having a Friday the 13th wedding is actually quite lucky. In numerology Friday the 13th is a number 4 day (1+3 = 4), which professional numerologist Novalee Wilder says imbues the day with the energies of change, transformation, rebelliousness and healing.

    Top Articles
    Latest Posts
    Article information

    Author: Geoffrey Lueilwitz

    Last Updated:

    Views: 6490

    Rating: 5 / 5 (80 voted)

    Reviews: 95% of readers found this page helpful

    Author information

    Name: Geoffrey Lueilwitz

    Birthday: 1997-03-23

    Address: 74183 Thomas Course, Port Micheal, OK 55446-1529

    Phone: +13408645881558

    Job: Global Representative

    Hobby: Sailing, Vehicle restoration, Rowing, Ghost hunting, Scrapbooking, Rugby, Board sports

    Introduction: My name is Geoffrey Lueilwitz, I am a zealous, encouraging, sparkling, enchanting, graceful, faithful, nice person who loves writing and wants to share my knowledge and understanding with you.