91³Ô¹ÏÍø

Watch CBS News

Images of King Charles III will replace those of Queen Elizabeth II on U.K. currency. Here's when.

With a new monarch of the United Kingdom comes a series of revamped national symbols, including currency. Bank notes have long featured a portrait of whoever is wearing the crown, and on Tuesday, the Bank of England announced when King Charles III's own likeness will make its debut. 

The bank said that the king's portraits will make their way onto bank notes by the and will be featured on the front of all four polymer notes, including the £5, £10, £20 and £50. They will enter circulation by mid-2024, the Bank of England said in a statement.

Since 1960, bank notes have featured the portraits of Charles' mother, Queen Elizabeth II, who died this month at the age of 96. But they aren't getting out of the system just yet. 

"They will co-circulate with those featuring HM King Charles III," the Bank of England said. 

The move is being made "in line with guidance from the Royal Household and to minimize the environmental and financial impact" of the changing monarch, the bank said, adding that the new currency will continue to be put into circulation. New money will only be made to replace those that are too worn for use or to meet changing demand, the bank said. 

Polymer bank notes featuring the royal images are replacing those made of paper. Paper £20 and £50 notes from legal tender after September 30, the Bank of England has said, adding that people should either use them or deposit them before that time. Starting October 1, the paper currency will no longer be able to be used to pay businesses, although many banks in the U.K. will accept them as deposits. 

The has confirmed that coins featuring Charles' portrait will also be co-circulated with those depicting the late queen. There are roughly 27 billion coins in circulation that depict her image. 

Co-circulation, the Royal Mint said, is commonly done as it "ensures a smooth transition, with minimal environmental impact and cost."  

"The first coins bearing the effigy of His Majesty King Charles III will enter circulation in line with demand from banks and post offices," the Royal Mint said. "This means the coinage of King Charles III and Queen Elizabeth II will co-circulate in the UK for many years to come."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });