CINXE.COM
France – Joint Stamp Issues
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://philarz.com/xmlrpc.php"> <title>France – Joint Stamp Issues</title> <style id="capoverso-home-background" type="text/css"> html { height: 100%; } body.page-template-home-page, body.page-template-home-page.custom-background { -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-image: url(https://philarz.com/wp-content/uploads/2024/12/20241009elsalvador.jpg) !important; height: 100%; } </style> <meta name='robots' content='max-image-preview:large' /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=4173' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9waGlsYXJ6LmNvbQ%3D%3D" + "&wpcomid=200033749" + "&time=1740218967"; document.body.appendChild( iframe ); }, false ); </script> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel="alternate" type="application/rss+xml" title="Joint Stamp Issues » Feed" href="https://philarz.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Joint Stamp Issues » Comments Feed" href="https://philarz.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Joint Stamp Issues » France Category Feed" href="https://philarz.com/category/countries/france/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1719498190i&ver=6.7.2-RC1-59780"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s0.wp.com/_static/??/wp-content/themes/pub/capoverso/style.css,/wp-content/mu-plugins/jetpack-plugin/sun/_inc/genericons/genericons/genericons.css?m=1685112397j&cssminify=yes' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/_static/??-eJydzDEOwyAMheELFQxRpExRzwIEWaQEkG1acfukXbp16Pj09P3wairUIrEItNwxFQbs1/SR8HoownMy2ugJfE95A59reKicPDkawDJy1IH5Bj9DH8WwR2nuzd2oXRRS2v5NkJNUkL/8fqx2mY0xs7XLfgIv0E++&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s2.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s1.wp.com/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m=1432920480j&cssminify=yes' type='text/css' media='all' /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s1.wp.com/wp-content/themes/pub/capoverso/inc/style-wpcom.css?m=1416423735i&cssminify=yes' type='text/css' media='all' /> <style id='akismet-widget-style-inline-css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='https://s1.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1i9KTcrJTwcy0/WTi5G5ekCujj52Temp+bo5+cmJJZn5eSgc3bScxMwikFb7XFtDE1NLExMLc0OTLACohS2q&cssminify=yes' type='text/css' media='all' /> <link crossorigin='anonymous' rel='stylesheet' id='print-css-13-1' href='https://s1.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035i&cssminify=yes' type='text/css' media='print' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-16-1' href='https://s2.wp.com/wp-content/themes/h4/global.css?m=1420737423i&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra"> /* <![CDATA[ */ var actionbardata = {"siteID":"200033749","postID":"0","siteURL":"https:\/\/philarz.com","xhrURL":"https:\/\/philarz.com\/wp-admin\/admin-ajax.php","nonce":"59f0f413ab","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/reader\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","shortLinkCopied":"Shortlink copied to clipboard."}}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before"> /* <![CDATA[ */ var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s1.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/jetpack_vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSqy4uT8vJLUvBJMA8sLkvNzdQuK8isqdYtSgWLFJVj0FOWUQNQA5exzbQ3NjQxMjQ3MLCyzAMS4QKo='></script> <script type="text/javascript" id="rlt-proxy-js-after"> /* <![CDATA[ */ rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); /* ]]> */ </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://philarz.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="France – Joint Stamp Issues" /> <meta property="og:url" content="https://philarz.com/category/countries/france/" /> <meta property="og:site_name" content="Joint Stamp Issues" /> <meta property="og:image" content="https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=200" /> <meta property="og:image:width" content="200" /> <meta property="og:image:height" content="200" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_US" /> <!-- End Jetpack Open Graph Tags --> <link rel="search" type="application/opensearchdescription+xml" href="https://philarz.com/osd.xml" title="Joint Stamp Issues" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <meta name="theme-color" content="#ebe5d5" /> <meta name="description" content="Posts about France written by Richard Zimmermann" /> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #ebe5d5; } </style> <style type="text/css" id="custom-colors-css"> body { background: radial-gradient(280px 280px at 450px 270px, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.0) 100%) no-repeat; } body, .single .entry-header .entry-meta, .contact-form label span { color: #000000;} .site-title a, .site-title a:visited, input[type="submit"], .comments-link a, .comments-link a:hover, .comments-link a:active, .comments-link a:focus { color: #4C4C4C;} .main-navigation, .single .entry-header .entry-meta, .widget-title, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { border-color: #393939;} .main-navigation, .single .entry-header .entry-meta, .widget-title, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { border-color: rgba( 57, 57, 57, 0.2 );} body, .infinite-container { background-color: #ebe5d5;} .site-title, input[type="submit"], .comments-link a { background-color: #c6c8e1;} h1, h2, h3, h4, h5, h6 { color: #545B90;} .edit-link a, .edit-link a:visited, .edit-link a:hover, .edit-link a:focus, .edit-link a:active, a, a:visited, a:hover, a:focus, a:active { color: #545B90;} .page-template-home-page-php .entry-title a, .page-template-home-page-php .menu a, .page-template-home-page-php .site-info, .page-template-home-page-php .site-info a { color: #545B90;} </style> <link rel="icon" href="https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=32" sizes="32x32" /> <link rel="icon" href="https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=180" /> <meta name="msapplication-TileImage" content="https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=270" /> </head> <body class="archive category category-france category-4704 custom-background customizer-styles-applied jetpack-reblog-enabled custom-colors"> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <a class="skip-link screen-reader-text" href="#site-navigation">Skip to navigation</a> <header id="masthead" class="site-header" role="banner"> <div class="site-branding"> <h1 class="site-title"><a href="https://philarz.com/" rel="home">Joint Stamp Issues</a></h1> <h2 class="site-description">Philatelic ressources and catalogues related to Joint Stamp Issues</h2> </div> </header><!-- #masthead --> <div id="content" class="site-content"> <section id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <header class="page-header"> <h1 class="page-title"> France </h1> </header><!-- .page-header --> <article id="post-4173" class="post-4173 post type-post status-publish format-standard has-post-thumbnail hentry category-burundi category-central-african-republic category-djibouti category-dominican-republic category-france category-ghana category-guinea category-guinea-bissau category-honduras category-iran category-italy category-liberia category-libya category-liechtenstein category-nepal category-netherlands category-philippines category-salvador category-sierra-leone category-togo category-united-nations category-upu category-uzbekistan"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/" rel="bookmark">UPU 150th anniversary: second update</a></h1> <div class="entry-meta"> <span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://philarz.com/author/zzymm/">Richard Zimmermann</a></span></span><span class="posted-on"><a href="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/" rel="bookmark"><time class="entry-date published" datetime="2024-12-19T17:49:11+01:00">19 December 2024</time><time class="updated" datetime="2024-12-20T15:57:58+01:00">20 December 2024</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Since the publication of the original blog page related to the description of stamps linked to the 150th UPU anniversary (<strong>October 9, 2024</strong>) and the first update, as expected, additional stamps and countries have been discovered and are now described below. It seems this is still not the last update. This complementary list is divided on the basis of the same structure as the one provided <a href="https://philarz.com/2024/11/15/upu-150th-anniversary-a-first-update/">earlier, in the first update</a>:</p> <ol class="wp-block-list"> <li>Countries of Type A (Twin [<strong>T1</strong>], same date, same design), additional country: <strong>El Salvador</strong> (<strong>October 9, 2024</strong>).</li> </ol> <div class="wp-block-image is-style-rectangular"> <figure class="aligncenter size-medium"><img src="https://philarz.com/wp-content/uploads/2024/12/20241009elsalvador.jpg?w=300" alt="" /></figure></div> <p></p> <p>2. New country of Type B (Concerted [<strong>C1</strong>], different dates, same design): <strong>Nepal </strong>(<strong>December 17</strong>).</p> <p>The <strong>Dominican Republic</strong> stamp was issued <strong>October 26, 2024</strong> and therefore has to be moved in this sub-category. Same for <strong>Lybia </strong>which stamps were issued on <strong>October 22, 2024</strong> instead of October 9, 2024. In <strong>Iran</strong>, two stamps appeared also, printed in miniature sheets of 4 stamps but in fact made of an illustrated label with the UPU anniversary logos, attached to a stamp with text only. It seems that these stamps correspond to (privately) personalized stamps with limited printing runs (<em>additional information is needed here</em>). As belonging to this sub-group, these two stamps will be described in the catalogue in italics characters.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/12\/19\/upu-150th-anniversary-second-update\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:67.32704%"><figure class="tiled-gallery__item"><img data-attachment-id="4259" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009iranms/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranms.jpg" data-orig-size="1280,908" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009iranms" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranms.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranms.jpg?w=605" data-attachment-id="4259" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009iranms/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranms.jpg" data-orig-size="1280,908" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009iranms" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranms.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranms.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241009iranms.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241009iranms.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241009iranms.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/12/20241009iranms.jpg?strip=info&w=1280 1280w" alt="" data-height="908" data-id="4259" data-link="https://philarz.com/?attachment_id=4259" data-url="https://philarz.com/wp-content/uploads/2024/12/20241009iranms.jpg?w=1024" data-width="1280" src="https://philarz.com/wp-content/uploads/2024/12/20241009iranms.jpg" role="button" aria-label="Open image 1 of 5 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:32.67296%"><figure class="tiled-gallery__item"><img data-attachment-id="4256" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009iranst1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranst1.jpg" data-orig-size="269,394" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009iranst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranst1.jpg?w=205" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranst1.jpg?w=269" data-attachment-id="4256" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009iranst1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranst1.jpg" data-orig-size="269,394" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009iranst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranst1.jpg?w=205" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranst1.jpg?w=269" srcset="https://philarz.com/wp-content/uploads/2024/12/20241009iranst1.jpg?strip=info&w=269 269w" alt="" data-height="394" data-id="4256" data-link="https://philarz.com/?attachment_id=4256" data-url="https://philarz.com/wp-content/uploads/2024/12/20241009iranst1.jpg?w=269" data-width="269" src="https://philarz.com/wp-content/uploads/2024/12/20241009iranst1.jpg" role="button" aria-label="Open image 2 of 5 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:50.12840%"><figure class="tiled-gallery__item"><img data-attachment-id="4257" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009iranst2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranst2.jpg" data-orig-size="274,397" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009iranst2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranst2.jpg?w=207" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranst2.jpg?w=274" data-attachment-id="4257" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009iranst2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranst2.jpg" data-orig-size="274,397" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009iranst2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranst2.jpg?w=207" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranst2.jpg?w=274" srcset="https://philarz.com/wp-content/uploads/2024/12/20241009iranst2.jpg?strip=info&w=274 274w" alt="" data-height="397" data-id="4257" data-link="https://philarz.com/?attachment_id=4257" data-url="https://philarz.com/wp-content/uploads/2024/12/20241009iranst2.jpg?w=274" data-width="274" src="https://philarz.com/wp-content/uploads/2024/12/20241009iranst2.jpg" role="button" aria-label="Open image 3 of 5 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:49.87160%"><figure class="tiled-gallery__item"><img data-attachment-id="4258" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009iranms2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranms2.jpg" data-orig-size="1280,871" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009iranms2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranms2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranms2.jpg?w=605" data-attachment-id="4258" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009iranms2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranms2.jpg" data-orig-size="1280,871" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009iranms2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranms2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009iranms2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241009iranms2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241009iranms2.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241009iranms2.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/12/20241009iranms2.jpg?strip=info&w=1280 1280w" alt="" data-height="871" data-id="4258" data-link="https://philarz.com/?attachment_id=4258" data-url="https://philarz.com/wp-content/uploads/2024/12/20241009iranms2.jpg?w=1024" data-width="1280" src="https://philarz.com/wp-content/uploads/2024/12/20241009iranms2.jpg" role="button" aria-label="Open image 4 of 5 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="4271" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241217nepal/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241217nepal.jpg" data-orig-size="1420,1088" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241217nepal" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241217nepal.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241217nepal.jpg?w=605" data-attachment-id="4271" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241217nepal/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241217nepal.jpg" data-orig-size="1420,1088" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241217nepal" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241217nepal.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241217nepal.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241217nepal.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241217nepal.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241217nepal.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/12/20241217nepal.jpg?strip=info&w=1420 1420w" alt="" data-height="1088" data-id="4271" data-link="https://philarz.com/?attachment_id=4271" data-url="https://philarz.com/wp-content/uploads/2024/12/20241217nepal.jpg?w=1024" data-width="1420" src="https://philarz.com/wp-content/uploads/2024/12/20241217nepal.jpg" role="button" aria-label="Open image 5 of 5 in full-screen" /></figure></div></div></div></div></div> <p></p> <p>3. New countries of Type C (modified design – only logo [<strong>T2</strong>], [<strong>C2</strong>]): <strong>Ghana ()</strong>, <strong>Italy (November 21)</strong>, <strong>the Philippines ()</strong>.</p> <p>The exact date of issue for the <strong>Uzbekistan </strong>stamp is known now to be <strong>May 17, 2024</strong>. The <strong>United Nations </strong>stamps (<strong>Geneva, New York</strong>, and <strong>Vienna</strong>) had to be re-integrated in this category as the miniature sheets of 9 stamps [3×3] bear in the top margin the logo of the 150 UPU anniversary. These stamps were issued already on <strong>May 30, 2024</strong>.</p> <p><em>Special miniature sheets including eight different countries have been produced and should be considered as se-tenant issues [S]. These stamps were printed with two different denominations, as perforated and non-perforated miniature sheets, at very low printing runs (100 units for each of the two perforated miniature sheets and 30 for the non-perforated ones). The countries involved in these items include Burundi, Central Africa, Djibouti, Guinea, Guinea-Bissau, Liberia, Sierra Leone and Togo (with stamp type B for this country). Due to the small printings runs, these miniature sheets must be considered as material to abuse collectors. They will be listed in the catalogue but in italics, just for information purpose. The printer of these countries also decided to create two postal cards per country with the same indicia (postal stationery) as pane stamps and souvenir sheet stamps, sold at very high prices, which must also be considered with the same status (abusive).</em></p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/12\/19\/upu-150th-anniversary-second-update\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:29.25743%"><figure class="tiled-gallery__item"><img data-attachment-id="4248" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009ghanass-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009ghanass-1.jpg" data-orig-size="1164,1142" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009ghanass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009ghanass-1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009ghanass-1.jpg?w=605" data-attachment-id="4248" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009ghanass-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009ghanass-1.jpg" data-orig-size="1164,1142" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009ghanass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009ghanass-1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009ghanass-1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241009ghanass-1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241009ghanass-1.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241009ghanass-1.jpg?strip=info&w=1164 1164w" alt="" data-height="1142" data-id="4248" data-link="https://philarz.com/?attachment_id=4248" data-url="https://philarz.com/wp-content/uploads/2024/12/20241009ghanass-1.jpg?w=1024" data-width="1164" src="https://philarz.com/wp-content/uploads/2024/12/20241009ghanass-1.jpg" role="button" aria-label="Open image 1 of 10 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:20.28156%"><figure class="tiled-gallery__item"><img data-attachment-id="4181" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009philippinesst3/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst3.jpg" data-orig-size="182,258" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009philippinesst3" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst3.jpg?w=182" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst3.jpg?w=182" data-attachment-id="4181" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009philippinesst3/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst3.jpg" data-orig-size="182,258" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009philippinesst3" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst3.jpg?w=182" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst3.jpg?w=182" srcset="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst3.jpg?strip=info&w=182 182w" alt="" data-height="258" data-id="4181" data-link="https://philarz.com/?attachment_id=4181" data-url="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst3.jpg?w=182" data-width="182" src="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst3.jpg" role="button" aria-label="Open image 2 of 10 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:20.26882%"><figure class="tiled-gallery__item"><img data-attachment-id="4180" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009philippinesst1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1.jpg" data-orig-size="184,261" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009philippinesst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1.jpg?w=184" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1.jpg?w=184" data-attachment-id="4180" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009philippinesst1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1.jpg" data-orig-size="184,261" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009philippinesst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1.jpg?w=184" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1.jpg?w=184" srcset="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1.jpg?strip=info&w=184 184w" alt="" data-height="261" data-id="4180" data-link="https://philarz.com/?attachment_id=4180" data-url="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1.jpg?w=184" data-width="184" src="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1.jpg" role="button" aria-label="Open image 3 of 10 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:30.19219%"><figure class="tiled-gallery__item"><img data-attachment-id="4254" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009_joint2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009_joint2.jpg" data-orig-size="1458,1386" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009_joint2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009_joint2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009_joint2.jpg?w=605" data-attachment-id="4254" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009_joint2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009_joint2.jpg" data-orig-size="1458,1386" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009_joint2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009_joint2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009_joint2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241009_joint2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241009_joint2.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241009_joint2.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/12/20241009_joint2.jpg?strip=info&w=1458 1458w" alt="" data-height="1386" data-id="4254" data-link="https://philarz.com/?attachment_id=4254" data-url="https://philarz.com/wp-content/uploads/2024/12/20241009_joint2.jpg?w=1024" data-width="1458" src="https://philarz.com/wp-content/uploads/2024/12/20241009_joint2.jpg" role="button" aria-label="Open image 4 of 10 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:65.59334%"><figure class="tiled-gallery__item"><img data-attachment-id="4252" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009_joint4/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg" data-orig-size="1686,1295" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009_joint4" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg?w=605" data-attachment-id="4252" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009_joint4/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg" data-orig-size="1686,1295" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009_joint4" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg?strip=info&w=1686 1686w" alt="" data-height="1295" data-id="4252" data-link="https://philarz.com/?attachment_id=4252" data-url="https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg?w=1024" data-width="1686" src="https://philarz.com/wp-content/uploads/2024/12/20241009_joint4.jpg" role="button" aria-label="Open image 5 of 10 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:34.40666%"><figure class="tiled-gallery__item"><img data-attachment-id="4179" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009philippinesst1b/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1b.jpg" data-orig-size="290,203" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009philippinesst1b" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1b.jpg?w=290" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1b.jpg?w=290" data-attachment-id="4179" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009philippinesst1b/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1b.jpg" data-orig-size="290,203" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009philippinesst1b" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1b.jpg?w=290" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1b.jpg?w=290" srcset="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1b.jpg?strip=info&w=290 290w" alt="" data-height="203" data-id="4179" data-link="https://philarz.com/?attachment_id=4179" data-url="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1b.jpg?w=290" data-width="290" src="https://philarz.com/wp-content/uploads/2024/11/20241009philippinesst1b.jpg" role="button" aria-label="Open image 6 of 10 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="4177" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009italy20241121/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241009italy20241121.jpg" data-orig-size="1028,778" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Italy20241121" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241009italy20241121.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241009italy20241121.jpg?w=605" data-attachment-id="4177" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009italy20241121/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241009italy20241121.jpg" data-orig-size="1028,778" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Italy20241121" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241009italy20241121.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241009italy20241121.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/11/20241009italy20241121.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/11/20241009italy20241121.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/11/20241009italy20241121.jpg?strip=info&w=1028 1028w" alt="" data-height="778" data-id="4177" data-link="https://philarz.com/?attachment_id=4177" data-url="https://philarz.com/wp-content/uploads/2024/11/20241009italy20241121.jpg?w=1024" data-width="1028" src="https://philarz.com/wp-content/uploads/2024/11/20241009italy20241121.jpg" role="button" aria-label="Open image 7 of 10 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:33.22590%"><figure class="tiled-gallery__item"><img data-attachment-id="4266" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009un1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009un1.jpg" data-orig-size="829,583" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009UN1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009un1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009un1.jpg?w=605" data-attachment-id="4266" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009un1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009un1.jpg" data-orig-size="829,583" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009UN1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009un1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009un1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241009un1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241009un1.jpg?strip=info&w=829 829w" alt="" data-height="583" data-id="4266" data-link="https://philarz.com/?attachment_id=4266" data-url="https://philarz.com/wp-content/uploads/2024/12/20241009un1.jpg?w=829" data-width="829" src="https://philarz.com/wp-content/uploads/2024/12/20241009un1.jpg" role="button" aria-label="Open image 8 of 10 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="4268" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009un2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009un2.jpg" data-orig-size="829,581" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009UN2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009un2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009un2.jpg?w=605" data-attachment-id="4268" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009un2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009un2.jpg" data-orig-size="829,581" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009UN2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009un2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009un2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241009un2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241009un2.jpg?strip=info&w=829 829w" alt="" data-height="581" data-id="4268" data-link="https://philarz.com/?attachment_id=4268" data-url="https://philarz.com/wp-content/uploads/2024/12/20241009un2.jpg?w=829" data-width="829" src="https://philarz.com/wp-content/uploads/2024/12/20241009un2.jpg" role="button" aria-label="Open image 9 of 10 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:66.77410%"><figure class="tiled-gallery__item"><img data-attachment-id="4267" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009un3/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009un3.jpg" data-orig-size="833,585" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009UN3" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009un3.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009un3.jpg?w=605" data-attachment-id="4267" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009un3/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009un3.jpg" data-orig-size="833,585" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009UN3" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009un3.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009un3.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241009un3.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241009un3.jpg?strip=info&w=833 833w" alt="" data-height="585" data-id="4267" data-link="https://philarz.com/?attachment_id=4267" data-url="https://philarz.com/wp-content/uploads/2024/12/20241009un3.jpg?w=833" data-width="833" src="https://philarz.com/wp-content/uploads/2024/12/20241009un3.jpg" role="button" aria-label="Open image 10 of 10 in full-screen" /></figure></div></div></div></div></div> <p></p> <p>4. New country of Type D (different design, but same date [<strong>P1</strong>]): <strong>Honduras </strong>(<strong>October 9, 2024</strong>), 2 stamps</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/12\/19\/upu-150th-anniversary-second-update\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:50.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="4263" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009hondurasst1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst1.jpg" data-orig-size="250,191" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Hondurasst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst1.jpg?w=250" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst1.jpg?w=250" data-attachment-id="4263" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009hondurasst1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst1.jpg" data-orig-size="250,191" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Hondurasst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst1.jpg?w=250" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst1.jpg?w=250" srcset="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst1.jpg?strip=info&w=250 250w" alt="" data-height="191" data-id="4263" data-link="https://philarz.com/?attachment_id=4263" data-url="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst1.jpg?w=250" data-width="250" src="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst1.jpg" role="button" aria-label="Open image 1 of 2 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:50.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="4264" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009hondurasst2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst2.jpg" data-orig-size="252,193" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Hondurasst2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst2.jpg?w=252" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst2.jpg?w=252" data-attachment-id="4264" data-permalink="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/20241009hondurasst2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst2.jpg" data-orig-size="252,193" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Hondurasst2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst2.jpg?w=252" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst2.jpg?w=252" srcset="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst2.jpg?strip=info&w=252 252w" alt="" data-height="193" data-id="4264" data-link="https://philarz.com/?attachment_id=4264" data-url="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst2.jpg?w=252" data-width="252" src="https://philarz.com/wp-content/uploads/2024/12/20241009hondurasst2.jpg" role="button" aria-label="Open image 2 of 2 in full-screen" /></figure></div></div></div></div></div> <p></p> <p>5. New country of Type E (different design, different date [<strong>N</strong>]): no new stamps</p> <p>The UPU anniversary related stamp from the <strong>Netherlands </strong>is not an official Dutch post issue, but a personalized stamp, meaning it has to be filed as of private origin, in limited edition (<em>information provided by Cesar Ittman, the Netherlands</em>). The situation is similar for the <strong>Liechtenstein </strong>stamp, the second <strong>French </strong>stamp, <strong>Iran</strong> stamps, which are all to be considered as personalized or customized and/or private issues (<em>all to be reported with italics characters in the catalogue</em>). </p> <p></p> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="categories-and-tags"><span class="cat-links"><a href="https://philarz.com/category/countries/burundi/" rel="category tag">Burundi</a> <a href="https://philarz.com/category/countries/central-african-republic/" rel="category tag">Central African Republic</a> <a href="https://philarz.com/category/countries/djibouti/" rel="category tag">Djibouti</a> <a href="https://philarz.com/category/countries/dominican-republic/" rel="category tag">Dominican Republic</a> <a href="https://philarz.com/category/countries/france/" rel="category tag">France</a> <a href="https://philarz.com/category/countries/ghana/" rel="category tag">Ghana</a> <a href="https://philarz.com/category/countries/guinea/" rel="category tag">Guinea</a> <a href="https://philarz.com/category/countries/guinea-bissau/" rel="category tag">Guinea Bissau</a> <a href="https://philarz.com/category/countries/honduras/" rel="category tag">Honduras</a> <a href="https://philarz.com/category/countries/iran/" rel="category tag">Iran</a> <a href="https://philarz.com/category/countries/italy/" rel="category tag">Italy</a> <a href="https://philarz.com/category/countries/liberia/" rel="category tag">Liberia</a> <a href="https://philarz.com/category/countries/libya/" rel="category tag">Libya</a> <a href="https://philarz.com/category/countries/liechtenstein/" rel="category tag">Liechtenstein</a> <a href="https://philarz.com/category/countries/nepal/" rel="category tag">Nepal</a> <a href="https://philarz.com/category/countries/netherlands/" rel="category tag">Netherlands</a> <a href="https://philarz.com/category/countries/philippines/" rel="category tag">Philippines</a> <a href="https://philarz.com/category/countries/salvador/" rel="category tag">Salvador</a> <a href="https://philarz.com/category/countries/sierra-leone/" rel="category tag">Sierra Leone</a> <a href="https://philarz.com/category/countries/togo/" rel="category tag">Togo</a> <a href="https://philarz.com/category/countries/united-nations/" rel="category tag">United Nations</a> <a href="https://philarz.com/category/topics/upu/" rel="category tag">UPU</a> <a href="https://philarz.com/category/countries/uzbekistan/" rel="category tag">Uzbekistan</a></span></div><span class="comments-link"><a href="https://philarz.com/2024/12/19/upu-150th-anniversary-second-update/#comments">2 Comments</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-4129" class="post-4129 post type-post status-publish format-standard has-post-thumbnail hentry category-bosnia-herzegovina category-china-pr category-church category-france category-history category-india category-indonesia category-israel category-italy category-kazakhstan category-korea-south category-map category-monument category-morocco category-mountain category-peace category-religion category-russia category-serbia category-syria category-unesco category-uruguay category-vatican"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2024/11/17/news-november-2024/" rel="bookmark">News November 2024</a></h1> <div class="entry-meta"> <span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://philarz.com/author/zzymm/">Richard Zimmermann</a></span></span><span class="posted-on"><a href="https://philarz.com/2024/11/17/news-november-2024/" rel="bookmark"><time class="entry-date published updated" datetime="2024-11-17T10:00:12+01:00">17 November 2024</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>We missed to report the <strong>China (PR) – France</strong> joint issue released on <strong>October 18, 2024</strong> at the occasion of the 60<sup>th</sup> anniversary of their relationship . Stamps are identical and represent the Mont Saint-Michel (Saint Michael’s Mount) in France and the Mount Tai (Taishan) in China. The Chinese stamps were released in miniature sheets of 12 stamps 2x[3×4], while the French stamps became available in miniature sheets of 15 stamps 2x[3×5]. A mixed ‘pochette’ with all four stamps became available from the French postal administration, and as usual with China, mixed FDCs will probably be easy to find.</p> <div class="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex"> <figure data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/11\/17\/news-november-2024\/"}' class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex"> <figure class="wp-block-image size-large"><img data-attachment-id="4147" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20241018chinast1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241018chinast1.jpg" data-orig-size="1416,1064" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241018Chinast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241018chinast1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241018chinast1.jpg?w=605" width="1024" height="769" src="https://philarz.com/wp-content/uploads/2024/11/20241018chinast1.jpg?w=1024" alt="" class="wp-image-4147" srcset="https://philarz.com/wp-content/uploads/2024/11/20241018chinast1.jpg?w=1024 1024w, https://philarz.com/wp-content/uploads/2024/11/20241018chinast1.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/11/20241018chinast1.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2024/11/20241018chinast1.jpg?w=768 768w, https://philarz.com/wp-content/uploads/2024/11/20241018chinast1.jpg 1416w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure> <figure class="wp-block-image size-large"><img data-attachment-id="4150" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20241018chinast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241018chinast2.jpg" data-orig-size="1428,1071" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241018Chinast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241018chinast2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241018chinast2.jpg?w=605" width="1024" height="768" src="https://philarz.com/wp-content/uploads/2024/11/20241018chinast2.jpg?w=1024" alt="" class="wp-image-4150" srcset="https://philarz.com/wp-content/uploads/2024/11/20241018chinast2.jpg?w=1024 1024w, https://philarz.com/wp-content/uploads/2024/11/20241018chinast2.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/11/20241018chinast2.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2024/11/20241018chinast2.jpg?w=768 768w, https://philarz.com/wp-content/uploads/2024/11/20241018chinast2.jpg 1428w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure> </figure> </div> <figure data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/11\/17\/news-november-2024\/"}' class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex"> <figure class="wp-block-image size-medium"><img data-attachment-id="4149" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20241018francest2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241018francest2.jpg" data-orig-size="1432,1031" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241018Francest2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241018francest2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241018francest2.jpg?w=605" width="300" height="215" data-id="4149" src="https://philarz.com/wp-content/uploads/2024/11/20241018francest2.jpg?w=300" alt="" class="wp-image-4149" srcset="https://philarz.com/wp-content/uploads/2024/11/20241018francest2.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2024/11/20241018francest2.jpg?w=597 597w, https://philarz.com/wp-content/uploads/2024/11/20241018francest2.jpg?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></figure> <figure class="wp-block-image size-large"><img data-attachment-id="4148" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20241018francest1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241018francest1.jpg" data-orig-size="1315,944" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241018Francest1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241018francest1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241018francest1.jpg?w=605" loading="lazy" width="1024" height="735" data-id="4148" src="https://philarz.com/wp-content/uploads/2024/11/20241018francest1.jpg?w=1024" alt="" class="wp-image-4148" srcset="https://philarz.com/wp-content/uploads/2024/11/20241018francest1.jpg?w=1024 1024w, https://philarz.com/wp-content/uploads/2024/11/20241018francest1.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/11/20241018francest1.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2024/11/20241018francest1.jpg?w=768 768w, https://philarz.com/wp-content/uploads/2024/11/20241018francest1.jpg 1315w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure> </figure> <p></p> <p>On <strong>November 14, 2024</strong>, <strong>Italy </strong>and the <strong>Vatican State</strong> celebrated the 25<sup>th</sup> anniversary of Venice Foundation for the Search for Peace through a twin issue. The identical stamps are reproducing the logo of the Foundation highlighted on an ancient map called “<em>Perspective map of the city of Venice and the lagoons</em>“, published by Benedetto Bordone in 1534. A large figure “25” and a dove, logo of the Foundation, complete the illustration. Italian stamps were printed in panes of 50, while Vatican stamps became available as miniature sheets of 10.</p> <figure data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/11\/17\/news-november-2024\/"}' class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex"> <figure class="wp-block-image size-large"><img data-attachment-id="4155" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20241114italy/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241114italy.jpg" data-orig-size="946,708" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241114Italy" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241114italy.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241114italy.jpg?w=605" loading="lazy" width="946" height="708" data-id="4155" src="https://philarz.com/wp-content/uploads/2024/11/20241114italy.jpg?w=946" alt="" class="wp-image-4155" srcset="https://philarz.com/wp-content/uploads/2024/11/20241114italy.jpg 946w, https://philarz.com/wp-content/uploads/2024/11/20241114italy.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/11/20241114italy.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2024/11/20241114italy.jpg?w=768 768w" sizes="(max-width: 946px) 100vw, 946px" /></figure> <figure class="wp-block-image size-large"><img data-attachment-id="4154" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20241114vatican/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241114vatican.jpg" data-orig-size="372,278" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241114Vatican" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241114vatican.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241114vatican.jpg?w=372" loading="lazy" width="372" height="278" data-id="4154" src="https://philarz.com/wp-content/uploads/2024/11/20241114vatican.jpg?w=372" alt="" class="wp-image-4154" srcset="https://philarz.com/wp-content/uploads/2024/11/20241114vatican.jpg 372w, https://philarz.com/wp-content/uploads/2024/11/20241114vatican.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/11/20241114vatican.jpg?w=300 300w" sizes="(max-width: 372px) 100vw, 372px" /></figure> </figure> <p></p> <p>On <strong>November 29, 2024, </strong>a series of Arab states will issue a common stamp in solidarity with Gaza. So far, countries that have committed to participate include <strong>Algeria, Egypt, Iraq, Jordan, Libya, Morocco, Oman, Palestine </strong>and <strong>Qatar</strong>. This list is not complete. On <strong>October 7, 2024</strong>, <strong>Syria</strong> had already issued a stamp and a souvenir sheet with the common design. Stamps in panes of 50 units [5×10] were printed at 5,000 samples and souvenir sheets at 1,500 samples, among which 500 units of each were already used to prepare FDCs. <em>The information was provided by Med Achour Ali Ahmed (Algeria).</em></p> <figure data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/11\/17\/news-november-2024\/"}' class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex"> <figure class="wp-block-image size-large"><img data-attachment-id="4160" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20241007syriast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241007syriast.jpg" data-orig-size="497,356" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241007syriast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241007syriast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241007syriast.jpg?w=497" loading="lazy" width="497" height="356" data-id="4160" src="https://philarz.com/wp-content/uploads/2024/11/20241007syriast.jpg?w=497" alt="" class="wp-image-4160" srcset="https://philarz.com/wp-content/uploads/2024/11/20241007syriast.jpg 497w, https://philarz.com/wp-content/uploads/2024/11/20241007syriast.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/11/20241007syriast.jpg?w=300 300w" sizes="(max-width: 497px) 100vw, 497px" /></figure> <figure class="wp-block-image size-large"><img data-attachment-id="4161" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20241007syriast1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241007syriast1.jpg" data-orig-size="942,661" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241007syriast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241007syriast1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241007syriast1.jpg?w=605" loading="lazy" width="942" height="661" data-id="4161" src="https://philarz.com/wp-content/uploads/2024/11/20241007syriast1.jpg?w=942" alt="" class="wp-image-4161" srcset="https://philarz.com/wp-content/uploads/2024/11/20241007syriast1.jpg 942w, https://philarz.com/wp-content/uploads/2024/11/20241007syriast1.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/11/20241007syriast1.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2024/11/20241007syriast1.jpg?w=768 768w" sizes="(max-width: 942px) 100vw, 942px" /></figure> <figure class="wp-block-image size-large"><img data-attachment-id="4162" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20241129jordandesign-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241129jordandesign.jpg" data-orig-size="703,487" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129JOrdandesign" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241129jordandesign.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241129jordandesign.jpg?w=605" loading="lazy" width="703" height="487" data-id="4162" src="https://philarz.com/wp-content/uploads/2024/11/20241129jordandesign.jpg?w=703" alt="" class="wp-image-4162" srcset="https://philarz.com/wp-content/uploads/2024/11/20241129jordandesign.jpg 703w, https://philarz.com/wp-content/uploads/2024/11/20241129jordandesign.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/11/20241129jordandesign.jpg?w=300 300w" sizes="(max-width: 703px) 100vw, 703px" /></figure> </figure> <p></p> <p>Eventually, since beginning of the year, we still have to report missing counterparts of the following stamps that were initially announced as joint: </p> <ul class="wp-block-list"> <li>Israel, missing India: Purim Festival – This stamp was originally scheduled to be released on February 13, 2024, but India was not ready to participate. The new date of May 7, 2024 was set, date at which the Israel stamp was unilaterally put on sale, but the Indian stamp was not released and information is still missing since. There are great chances that this issue will remain unilateral.</li> <li>Russia, released on August 24, 2024, missing China (PR): Russian stamp release moved to August 24 from originally August 4, 2024, but Chinese stamp were not issued yet. There are also great chances that this issue will remain unilateral.</li> <li>Uruguay, released on September 10, 2024, a stamp related to the 60<sup>th</sup> anniversary of relationship with Korea (South). Uruguay made two se-tenant stamps available , printed in miniature sheets of ten pairs [2px5] (printed 2,500 pairs). No information from South Korea is available at this stage and this issue may remain unilateral as well.</li> <li>On September 30, 2024, Kazakhstan and Morocco were supposed to release jointly a stamp at the occasion of the 30<sup>th</sup> anniversary of their relationship, illustrated with the topic Gastronomy. The Kazakh stamp became available on that date, but despite the fact that the it bears the words “Joint issue Kazakhstan – Morocco”, no information is available so far from the Moroccan side. We still have open that it could become a concerted issue.</li> <li>Bosnia Herzegovina (Bosnia) and Indonesia were supposed to release stamps on October 4, 2024, at the occasion of the 25 years of the Istiklal Mosque in Sarajevo. The issue disappeared from the Bosnia Herzegovina philatelic program for 2024, while no information is available from Indonesia. This issue could be postponed to 2025.</li> <li>On November 4, 2024, Serbia issued a stamp at the occasion of the 70<sup>th</sup> anniversary of relationship with Indonesia. We are missing any information from Indonesia on that topic. Actually we are missing a lot of information about the real program of Indonesia, and we have no idea which country will be really involved in a joint issue with this country.</li> <li>The <strong>Belarus – Russia</strong> joint issue initially scheduled for November 15, 2024 is now postponed to <strong>December 6, 2024</strong>.</li> </ul> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/11\/17\/news-november-2024\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:64.57857%"><figure class="tiled-gallery__item"><img data-attachment-id="4139" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20240213israelss-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20240213israelss.jpg" data-orig-size="827,1063" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240213Israelss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20240213israelss.jpg?w=233" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20240213israelss.jpg?w=605" data-attachment-id="4139" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20240213israelss-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20240213israelss.jpg" data-orig-size="827,1063" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240213Israelss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20240213israelss.jpg?w=233" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20240213israelss.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/11/20240213israelss.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/11/20240213israelss.jpg?strip=info&w=827 827w" alt="" data-height="1063" data-id="4139" data-link="https://philarz.com/?attachment_id=4139" data-url="https://philarz.com/wp-content/uploads/2024/11/20240213israelss.jpg?w=797" data-width="827" src="https://philarz.com/wp-content/uploads/2024/11/20240213israelss.jpg" role="button" aria-label="Open image 1 of 5 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:35.42143%"><figure class="tiled-gallery__item"><img data-attachment-id="4140" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20240824russia-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20240824russia.jpg" data-orig-size="876,615" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240824Russia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20240824russia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20240824russia.jpg?w=605" data-attachment-id="4140" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20240824russia-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20240824russia.jpg" data-orig-size="876,615" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240824Russia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20240824russia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20240824russia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/11/20240824russia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/11/20240824russia.jpg?strip=info&w=876 876w" alt="" data-height="615" data-id="4140" data-link="https://philarz.com/?attachment_id=4140" data-url="https://philarz.com/wp-content/uploads/2024/11/20240824russia.jpg?w=876" data-width="876" src="https://philarz.com/wp-content/uploads/2024/11/20240824russia.jpg" role="button" aria-label="Open image 2 of 5 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="4145" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20240930kazakhstan/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20240930kazakhstan.jpg" data-orig-size="959,697" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240930Kazakhstan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20240930kazakhstan.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20240930kazakhstan.jpg?w=605" data-attachment-id="4145" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20240930kazakhstan/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20240930kazakhstan.jpg" data-orig-size="959,697" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240930Kazakhstan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20240930kazakhstan.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20240930kazakhstan.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/11/20240930kazakhstan.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/11/20240930kazakhstan.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/11/20240930kazakhstan.jpg?strip=info&w=959 959w" alt="" data-height="697" data-id="4145" data-link="https://philarz.com/?attachment_id=4145" data-url="https://philarz.com/wp-content/uploads/2024/11/20240930kazakhstan.jpg?w=959" data-width="959" src="https://philarz.com/wp-content/uploads/2024/11/20240930kazakhstan.jpg" role="button" aria-label="Open image 3 of 5 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="4138" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20241104serbiast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241104serbiast.jpg" data-orig-size="612,549" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241104serbiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241104serbiast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241104serbiast.jpg?w=605" data-attachment-id="4138" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20241104serbiast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20241104serbiast.jpg" data-orig-size="612,549" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241104serbiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20241104serbiast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20241104serbiast.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/11/20241104serbiast.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/11/20241104serbiast.jpg?strip=info&w=612 612w" alt="" data-height="549" data-id="4138" data-link="https://philarz.com/?attachment_id=4138" data-url="https://philarz.com/wp-content/uploads/2024/11/20241104serbiast.jpg?w=612" data-width="612" src="https://philarz.com/wp-content/uploads/2024/11/20241104serbiast.jpg" role="button" aria-label="Open image 4 of 5 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:100.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="4142" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20240910uruguayst-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20240910uruguayst.jpg" data-orig-size="879,310" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240910Uruguayst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20240910uruguayst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20240910uruguayst.jpg?w=605" data-attachment-id="4142" data-permalink="https://philarz.com/2024/11/17/news-november-2024/20240910uruguayst-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/11/20240910uruguayst.jpg" data-orig-size="879,310" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240910Uruguayst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/11/20240910uruguayst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/11/20240910uruguayst.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/11/20240910uruguayst.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/11/20240910uruguayst.jpg?strip=info&w=879 879w" alt="" data-height="310" data-id="4142" data-link="https://philarz.com/?attachment_id=4142" data-url="https://philarz.com/wp-content/uploads/2024/11/20240910uruguayst.jpg?w=879" data-width="879" src="https://philarz.com/wp-content/uploads/2024/11/20240910uruguayst.jpg" role="button" aria-label="Open image 5 of 5 in full-screen" /></figure></div></div></div></div></div> <p></p> <p>Any additional information is welcome. In absence of information regarding the issues already reported as potential unilateral series, these entries will be removed from the catalogue by end of the year. The <a href="https://www.calameo.com/read/006555730b35729f30d1b">catalogue pages have been updated </a>with all these information.</p> <p></p> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="categories-and-tags"><span class="cat-links"><a href="https://philarz.com/category/countries/bosnia-herzegovina/" rel="category tag">Bosnia Herzegovina</a> <a href="https://philarz.com/category/countries/china-pr/" rel="category tag">China PR</a> <a href="https://philarz.com/category/topics/church/" rel="category tag">Church</a> <a href="https://philarz.com/category/countries/france/" rel="category tag">France</a> <a href="https://philarz.com/category/topics/history/" rel="category tag">History</a> <a href="https://philarz.com/category/countries/india/" rel="category tag">India</a> <a href="https://philarz.com/category/countries/indonesia/" rel="category tag">Indonesia</a> <a href="https://philarz.com/category/countries/israel/" rel="category tag">Israel</a> <a href="https://philarz.com/category/countries/italy/" rel="category tag">Italy</a> <a href="https://philarz.com/category/countries/kazakhstan/" rel="category tag">Kazakhstan</a> <a href="https://philarz.com/category/countries/korea-south/" rel="category tag">Korea (South)</a> <a href="https://philarz.com/category/topics/map/" rel="category tag">Map</a> <a href="https://philarz.com/category/topics/monument/" rel="category tag">Monument</a> <a href="https://philarz.com/category/countries/morocco/" rel="category tag">Morocco</a> <a href="https://philarz.com/category/topics/mountain/" rel="category tag">Mountain</a> <a href="https://philarz.com/category/topics/peace/" rel="category tag">Peace</a> <a href="https://philarz.com/category/topics/religion/" rel="category tag">Religion</a> <a href="https://philarz.com/category/countries/russia/" rel="category tag">Russia</a> <a href="https://philarz.com/category/countries/serbia/" rel="category tag">Serbia</a> <a href="https://philarz.com/category/countries/syria/" rel="category tag">Syria</a> <a href="https://philarz.com/category/topics/unesco/" rel="category tag">UNESCO</a> <a href="https://philarz.com/category/countries/uruguay/" rel="category tag">Uruguay</a> <a href="https://philarz.com/category/countries/vatican/" rel="category tag">Vatican</a></span></div><span class="comments-link"><a href="https://philarz.com/2024/11/17/news-november-2024/#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-3810" class="post-3810 post type-post status-publish format-standard has-post-thumbnail hentry category-algeria category-andorra-french category-andorra-spanish category-argentina category-armenia category-australia category-austria category-azerbaijan category-bangladesh category-belarus category-bosnia-serbia category-bosnia-herzegovina category-brazil category-brunei category-bulgaria category-burundi category-central-african-republic category-china-pr category-croatia category-cyprus category-czech-republic category-djibouti category-dominican-republic category-egypt category-france category-french-polynesia category-georgia category-germany category-greece category-guernsey category-guinea category-guinea-bissau category-hong-kong category-hungary category-india category-indonesia category-isle-of-man category-ivory-coast category-japan category-jordan category-korea-south category-kyrgyzstan category-latvia category-liberia category-lithuania category-luxembourg category-macau category-macedonia-north category-malaysia category-mali category-mauritius category-mexico category-moldova category-monaco category-mongolia category-montenegro category-morocco category-myanmar category-pakistan category-paraguay category-peru category-portugal category-post category-qatar category-romania category-russia category-san-marino category-saudi-arabia category-sculpture category-serbia category-sierra-leone category-singapore category-slovakia category-slovenia category-spain category-sri-lanka category-switzerland category-syria category-tajikistan category-turkiye category-thailand category-togo category-transport category-tunisia category-turkmenistan category-ukraine category-united-arab-emirates category-upu category-uruguay category-uzbekistan category-vatican category-vietnam category-wallis-and-futuna"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2024/10/19/upu-150th-anniversary/" rel="bookmark">UPU 150th anniversary</a></h1> <div class="entry-meta"> <span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://philarz.com/author/zzymm/">Richard Zimmermann</a></span></span><span class="posted-on"><a href="https://philarz.com/2024/10/19/upu-150th-anniversary/" rel="bookmark"><time class="entry-date published updated" datetime="2024-10-19T06:26:23+02:00">19 October 2024</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>The Universal Postal Union (UPU) is a specialized agency of the United Nations (UN) that coordinates postal policies among member nations and facilitates a uniform worldwide postal system. It comprises 192 member states and is headquartered in Bern, Switzerland. It was established on October 9, 1874, exactly 150 years ago.</p> <p>Since more than one year, we know that this anniversary will be celebrated with a stamp which common design was proposed by UPU. In the past, the 75<sup>th</sup> (1949) UPU anniversary was celebrated, but in a non-coordinated way, mainly by colonial entities (British, Dutch and French – <strong>D19490704, D19491001, D19491010, D19491018</strong>) and the 100<sup>th</sup> (1974) anniversary with stamps that remained different for all participating countries (<strong>N19741009</strong>). The same situation happened in 1999, with absence of concertation for the 125<sup>th</sup> anniversary celebration (<strong>N19991009</strong>). Eventually, so far, only the 145<sup>th</sup> anniversary in 2019 (<strong>T20191009b</strong>) could be considered as a Twin issue. </p> <p>During this year of 2024, a very large number of countries are participating. In the strict sense, this has to be considered as a true joint issue, even if there was no real cooperation between countries, but a proposal of a design accepted by most of them and translated in a locally adapted stamp, for a large part of them issued at the anniversary date. It is not an Omnibus series, as Omnibus is defined by a central printing, not by the large number of participating countries. The 2024 stamps will be reported in the catalogue as a Twin issue under [<strong>T20241009</strong>]. It is easily understandable that some joint issues collectors do not integrate such large series in their collection, in the same way Europa-CEPT stamps are not acceptable for them. Each individual collector has to decide on the basis of the following.</p> <p>In the catalogue, the countries will be divided in subgroups:</p> <ul class="wp-block-list"> <li>A: the countries which take the exact original design proposed by UPU and issue the stamp(s) on <strong>October 9, 2024</strong> (or actually around this date, plus or minus a week, roughly between October 1 and October 17, 2024), according to the definition of a twin issue [<strong>T</strong>]</li> <li>B: the countries which take the exact original design but issue the stamp at a different date. It should not be surprising if some countries may issue their stamp in 2025 or even 2026. This is the equivalent of a Concerted issue [<strong>C</strong>]</li> <li>C: the countries which use only a part of the design, actually integrating only the “150” logo and add some other illustrations. This logo can appear within the stamp, or on the margin of a souvenir sheet or within a label. Those stamps are also considered as twin or concerted issues of Type [<strong>T2</strong>] or [<strong>C2</strong>]</li> <li>D: the countries which use a completely different design, but still issue their stamp(s) around October 9, 2024. This is the equivalent of a Parallel issue [<strong>P</strong>]. In this case, the original logo may appear on the stamp, but at a size that remains smaller than the half of the surface of the stamp</li> <li>E: finally the countries that do not want to stick to design and date, and work on their own, just referring to the UPU anniversary. These countries are simply listed, without details, as they cannot be considered as joint [<strong>N</strong>].</li> </ul> <p>We will have again to take care of stamps that are created by agencies that are producing stamps for certain countries but which have been given the freedom to issue stamps without a real control from the reference countries. These stamps are easily recognized by the number of stamps issued in a series and they are produced to fool collectors. In order to better identify these stamps and because they remain real stamps but never reach the originating country, they will be reported in the catalogue, but in italics. In the same way, some other stamps such as the French stamp with a full common logo are of private origin (personalized stamp) that cannot be considered as part of this joint issue either. This will be true for any other privately produced stamp from other countries, if any, and also described in italic characters.</p> <p>The countries for which we already have information are reported below. If a date between brackets is missing behind the country name, this means that this stamp(s) was issued on <strong>October 9, 2024</strong>. If the content of the brackets remains empty, this means that the exact issue date is not known yet. A large number of images were provided by Enzo Cafaro (Italy). The following list is of course not yet complete.</p> <p>Countries of type A (Twin [<strong>T1</strong>]): <strong>Algeria – Andorra (French) (October 10) – Andorra (Spanish) – Armenia – Bangladesh – Belarus – Bosnia Herzegovina (Bosnia) – Brazil – China (PR) – Croatia – Cyprus – Dominican Republic – Greece – Guernsey – India – Indonesia – Ivory Coast – Jordan – Latvia – Lithuania (October 4) – Mauritius – Moldova – Myanmar – Paraguay – Peru – Romania – Sri Lanka – Thailand – <strong>Turkmenistan (October 8) – </strong>Ukraine – United Arab Emirates</strong></p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/10\/19\/upu-150th-anniversary\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:45.15154%"><figure class="tiled-gallery__item"><img data-attachment-id="3890" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009algeria.jpg" data-orig-size="1102,1104" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009algeria.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009algeria.jpg?w=605" data-attachment-id="3890" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009algeria.jpg" data-orig-size="1102,1104" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009algeria.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009algeria.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009algeria.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009algeria.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009algeria.jpg?strip=info&w=1102 1102w" alt="" data-height="1104" data-id="3890" data-link="https://philarz.com/?attachment_id=3890" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009algeria.jpg?w=1022" data-width="1102" src="https://philarz.com/wp-content/uploads/2024/10/20241009algeria.jpg" role="button" aria-label="Open image 1 of 32 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3888" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009andorraf20241010/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009andorraf20241010.jpg" data-orig-size="438,320" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009AndorraF20241010" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009andorraf20241010.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009andorraf20241010.jpg?w=438" data-attachment-id="3888" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009andorraf20241010/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009andorraf20241010.jpg" data-orig-size="438,320" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009AndorraF20241010" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009andorraf20241010.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009andorraf20241010.jpg?w=438" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009andorraf20241010.jpg?strip=info&w=438 438w" alt="" data-height="320" data-id="3888" data-link="https://philarz.com/?attachment_id=3888" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009andorraf20241010.jpg?w=438" data-width="438" src="https://philarz.com/wp-content/uploads/2024/10/20241009andorraf20241010.jpg" role="button" aria-label="Open image 2 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:54.84846%"><figure class="tiled-gallery__item"><img data-attachment-id="3887" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009andorras/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009andorras.jpg" data-orig-size="143,205" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009AndorraS" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009andorras.jpg?w=143" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009andorras.jpg?w=143" data-attachment-id="3887" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009andorras/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009andorras.jpg" data-orig-size="143,205" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009AndorraS" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009andorras.jpg?w=143" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009andorras.jpg?w=143" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009andorras.jpg?strip=info&w=143 143w" alt="" data-height="205" data-id="3887" data-link="https://philarz.com/?attachment_id=3887" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009andorras.jpg?w=143" data-width="143" src="https://philarz.com/wp-content/uploads/2024/10/20241009andorras.jpg" role="button" aria-label="Open image 3 of 32 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:66.28833%"><figure class="tiled-gallery__item"><img data-attachment-id="3893" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009bangladesh/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg" data-orig-size="1541,1037" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Bangladesh" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg?w=605" data-attachment-id="3893" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009bangladesh/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg" data-orig-size="1541,1037" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Bangladesh" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg?strip=info&w=1541 1541w" alt="" data-height="1037" data-id="3893" data-link="https://philarz.com/?attachment_id=3893" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg?w=1024" data-width="1541" src="https://philarz.com/wp-content/uploads/2024/10/20241009bangladesh.jpg" role="button" aria-label="Open image 4 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:33.71167%"><figure class="tiled-gallery__item"><img data-attachment-id="3889" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009armeniast1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009armeniast1.jpg" data-orig-size="356,472" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"David Dovlatyan","camera":"","caption":"","created_timestamp":"1712050768","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Armeniast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009armeniast1.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009armeniast1.jpg?w=356" data-attachment-id="3889" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009armeniast1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009armeniast1.jpg" data-orig-size="356,472" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"David Dovlatyan","camera":"","caption":"","created_timestamp":"1712050768","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Armeniast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009armeniast1.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009armeniast1.jpg?w=356" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009armeniast1.jpg?strip=info&w=356 356w" alt="" data-height="472" data-id="3889" data-link="https://philarz.com/?attachment_id=3889" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009armeniast1.jpg?w=356" data-width="356" src="https://philarz.com/wp-content/uploads/2024/10/20241009armeniast1.jpg" role="button" aria-label="Open image 5 of 32 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:55.50926%"><figure class="tiled-gallery__item"><img data-attachment-id="3891" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009belarus/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009belarus.jpg" data-orig-size="132,141" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009belarus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009belarus.jpg?w=132" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009belarus.jpg?w=132" data-attachment-id="3891" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009belarus/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009belarus.jpg" data-orig-size="132,141" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009belarus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009belarus.jpg?w=132" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009belarus.jpg?w=132" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009belarus.jpg?strip=info&w=132 132w" alt="" data-height="141" data-id="3891" data-link="https://philarz.com/?attachment_id=3891" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009belarus.jpg?w=132" data-width="132" src="https://philarz.com/wp-content/uploads/2024/10/20241009belarus.jpg" role="button" aria-label="Open image 6 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:44.49074%"><figure class="tiled-gallery__item"><img data-attachment-id="3892" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009bosniaherzeg/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaherzeg.jpg" data-orig-size="150,200" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009bosniaherzeg" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaherzeg.jpg?w=150" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaherzeg.jpg?w=150" data-attachment-id="3892" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009bosniaherzeg/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaherzeg.jpg" data-orig-size="150,200" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009bosniaherzeg" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaherzeg.jpg?w=150" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaherzeg.jpg?w=150" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaherzeg.jpg?strip=info&w=150 150w" alt="" data-height="200" data-id="3892" data-link="https://philarz.com/?attachment_id=3892" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaherzeg.jpg?w=150" data-width="150" src="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaherzeg.jpg" role="button" aria-label="Open image 7 of 32 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:32.70037%"><figure class="tiled-gallery__item"><img data-attachment-id="3897" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009brazilst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009brazilst.jpg" data-orig-size="686,512" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009brazilst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009brazilst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009brazilst.jpg?w=605" data-attachment-id="3897" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009brazilst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009brazilst.jpg" data-orig-size="686,512" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009brazilst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009brazilst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009brazilst.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009brazilst.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009brazilst.jpg?strip=info&w=686 686w" alt="" data-height="512" data-id="3897" data-link="https://philarz.com/?attachment_id=3897" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009brazilst.jpg?w=686" data-width="686" src="https://philarz.com/wp-content/uploads/2024/10/20241009brazilst.jpg" role="button" aria-label="Open image 8 of 32 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3895" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009china/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009china.jpg" data-orig-size="510,307" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009china" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009china.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009china.jpg?w=510" data-attachment-id="3895" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009china/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009china.jpg" data-orig-size="510,307" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009china" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009china.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009china.jpg?w=510" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009china.jpg?strip=info&w=510 510w" alt="" data-height="307" data-id="3895" data-link="https://philarz.com/?attachment_id=3895" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009china.jpg?w=510" data-width="510" src="https://philarz.com/wp-content/uploads/2024/10/20241009china.jpg" role="button" aria-label="Open image 9 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:36.98719%"><figure class="tiled-gallery__item"><img data-attachment-id="3898" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009croatia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009croatia.jpg" data-orig-size="923,1111" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Croatia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009croatia.jpg?w=249" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009croatia.jpg?w=605" data-attachment-id="3898" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009croatia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009croatia.jpg" data-orig-size="923,1111" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Croatia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009croatia.jpg?w=249" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009croatia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009croatia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009croatia.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009croatia.jpg?strip=info&w=923 923w" alt="" data-height="1111" data-id="3898" data-link="https://philarz.com/?attachment_id=3898" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009croatia.jpg?w=851" data-width="923" src="https://philarz.com/wp-content/uploads/2024/10/20241009croatia.jpg" role="button" aria-label="Open image 10 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:30.31245%"><figure class="tiled-gallery__item"><img data-attachment-id="3894" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009cyprus/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009cyprus.jpg" data-orig-size="595,420" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009cyprus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009cyprus.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009cyprus.jpg?w=595" data-attachment-id="3894" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009cyprus/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009cyprus.jpg" data-orig-size="595,420" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009cyprus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009cyprus.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009cyprus.jpg?w=595" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009cyprus.jpg?strip=info&w=595 595w" alt="" data-height="420" data-id="3894" data-link="https://philarz.com/?attachment_id=3894" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009cyprus.jpg?w=595" data-width="595" src="https://philarz.com/wp-content/uploads/2024/10/20241009cyprus.jpg" role="button" aria-label="Open image 11 of 32 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3902" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009dominicanrep/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009dominicanrep.jpg" data-orig-size="960,720" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Dominicanrep" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009dominicanrep.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009dominicanrep.jpg?w=605" data-attachment-id="3902" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009dominicanrep/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009dominicanrep.jpg" data-orig-size="960,720" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Dominicanrep" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009dominicanrep.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009dominicanrep.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009dominicanrep.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009dominicanrep.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009dominicanrep.jpg?strip=info&w=960 960w" alt="" data-height="720" data-id="3902" data-link="https://philarz.com/?attachment_id=3902" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009dominicanrep.jpg?w=960" data-width="960" src="https://philarz.com/wp-content/uploads/2024/10/20241009dominicanrep.jpg" role="button" aria-label="Open image 12 of 32 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:43.55737%"><figure class="tiled-gallery__item"><img data-attachment-id="3901" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009greecest1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009greecest1.jpg" data-orig-size="319,411" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Greecest1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009greecest1.jpg?w=233" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009greecest1.jpg?w=319" data-attachment-id="3901" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009greecest1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009greecest1.jpg" data-orig-size="319,411" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Greecest1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009greecest1.jpg?w=233" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009greecest1.jpg?w=319" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009greecest1.jpg?strip=info&w=319 319w" alt="" data-height="411" data-id="3901" data-link="https://philarz.com/?attachment_id=3901" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009greecest1.jpg?w=319" data-width="319" src="https://philarz.com/wp-content/uploads/2024/10/20241009greecest1.jpg" role="button" aria-label="Open image 13 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:56.44263%"><figure class="tiled-gallery__item"><img data-attachment-id="3905" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009indonesiast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009indonesiast.jpg" data-orig-size="1113,1106" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009indonesiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009indonesiast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009indonesiast.jpg?w=605" data-attachment-id="3905" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009indonesiast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009indonesiast.jpg" data-orig-size="1113,1106" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009indonesiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009indonesiast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009indonesiast.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009indonesiast.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009indonesiast.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009indonesiast.jpg?strip=info&w=1113 1113w" alt="" data-height="1106" data-id="3905" data-link="https://philarz.com/?attachment_id=3905" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009indonesiast.jpg?w=1024" data-width="1113" src="https://philarz.com/wp-content/uploads/2024/10/20241009indonesiast.jpg" role="button" aria-label="Open image 14 of 32 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:62.04566%"><figure class="tiled-gallery__item"><img data-attachment-id="3900" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009guernseyst4/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009guernseyst4.jpg" data-orig-size="225,300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Guernseyst4" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009guernseyst4.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009guernseyst4.jpg?w=225" data-attachment-id="3900" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009guernseyst4/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009guernseyst4.jpg" data-orig-size="225,300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Guernseyst4" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009guernseyst4.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009guernseyst4.jpg?w=225" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009guernseyst4.jpg?strip=info&w=225 225w" alt="" data-height="300" data-id="3900" data-link="https://philarz.com/?attachment_id=3900" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009guernseyst4.jpg?w=225" data-width="225" src="https://philarz.com/wp-content/uploads/2024/10/20241009guernseyst4.jpg" role="button" aria-label="Open image 15 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:37.95434%"><figure class="tiled-gallery__item"><img data-attachment-id="3906" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009indiass1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg" data-orig-size="1600,1147" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009indiass1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg?w=605" data-attachment-id="3906" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009indiass1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg" data-orig-size="1600,1147" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009indiass1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg?strip=info&w=1600 1600w" alt="" data-height="1147" data-id="3906" data-link="https://philarz.com/?attachment_id=3906" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg?w=1024" data-width="1600" src="https://philarz.com/wp-content/uploads/2024/10/20241009indiass1.jpg" role="button" aria-label="Open image 16 of 32 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3904" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009indonesia2st/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009indonesia2st.jpg" data-orig-size="295,197" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009indonesia2st" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009indonesia2st.jpg?w=295" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009indonesia2st.jpg?w=295" data-attachment-id="3904" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009indonesia2st/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009indonesia2st.jpg" data-orig-size="295,197" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009indonesia2st" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009indonesia2st.jpg?w=295" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009indonesia2st.jpg?w=295" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009indonesia2st.jpg?strip=info&w=295 295w" alt="" data-height="197" data-id="3904" data-link="https://philarz.com/?attachment_id=3904" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009indonesia2st.jpg?w=295" data-width="295" src="https://philarz.com/wp-content/uploads/2024/10/20241009indonesia2st.jpg" role="button" aria-label="Open image 17 of 32 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3903" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009ivorycoastst3a/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009ivorycoastst3a.jpg" data-orig-size="606,471" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009IvoryCoastst3a" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009ivorycoastst3a.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009ivorycoastst3a.jpg?w=605" data-attachment-id="3903" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009ivorycoastst3a/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009ivorycoastst3a.jpg" data-orig-size="606,471" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009IvoryCoastst3a" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009ivorycoastst3a.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009ivorycoastst3a.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009ivorycoastst3a.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009ivorycoastst3a.jpg?strip=info&w=606 606w" alt="" data-height="471" data-id="3903" data-link="https://philarz.com/?attachment_id=3903" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009ivorycoastst3a.jpg?w=606" data-width="606" src="https://philarz.com/wp-content/uploads/2024/10/20241009ivorycoastst3a.jpg" role="button" aria-label="Open image 18 of 32 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:21.83726%"><figure class="tiled-gallery__item"><img data-attachment-id="3907" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009jordanst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009jordanst.jpg" data-orig-size="700,919" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Jordanst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009jordanst.jpg?w=229" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009jordanst.jpg?w=605" data-attachment-id="3907" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009jordanst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009jordanst.jpg" data-orig-size="700,919" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Jordanst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009jordanst.jpg?w=229" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009jordanst.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009jordanst.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009jordanst.jpg?strip=info&w=700 700w" alt="" data-height="919" data-id="3907" data-link="https://philarz.com/?attachment_id=3907" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009jordanst.jpg?w=700" data-width="700" src="https://philarz.com/wp-content/uploads/2024/10/20241009jordanst.jpg" role="button" aria-label="Open image 19 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:23.70936%"><figure class="tiled-gallery__item"><img data-attachment-id="3911" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009latvia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009latvia.jpg" data-orig-size="848,1025" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Latvia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009latvia.jpg?w=248" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009latvia.jpg?w=605" data-attachment-id="3911" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009latvia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009latvia.jpg" data-orig-size="848,1025" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Latvia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009latvia.jpg?w=248" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009latvia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009latvia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009latvia.jpg?strip=info&w=848 848w" alt="" data-height="1025" data-id="3911" data-link="https://philarz.com/?attachment_id=3911" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009latvia.jpg?w=847" data-width="848" src="https://philarz.com/wp-content/uploads/2024/10/20241009latvia.jpg" role="button" aria-label="Open image 20 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:35.50083%"><figure class="tiled-gallery__item"><img data-attachment-id="3909" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009lithuania/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009lithuania.jpg" data-orig-size="1191,960" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Lithuania" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009lithuania.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009lithuania.jpg?w=605" data-attachment-id="3909" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009lithuania/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009lithuania.jpg" data-orig-size="1191,960" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Lithuania" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009lithuania.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009lithuania.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009lithuania.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009lithuania.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009lithuania.jpg?strip=info&w=1191 1191w" alt="" data-height="960" data-id="3909" data-link="https://philarz.com/?attachment_id=3909" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009lithuania.jpg?w=1024" data-width="1191" src="https://philarz.com/wp-content/uploads/2024/10/20241009lithuania.jpg" role="button" aria-label="Open image 21 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:18.95254%"><figure class="tiled-gallery__item"><img data-attachment-id="3910" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009mauritius/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009mauritius.jpg" data-orig-size="362,548" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Mauritius" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009mauritius.jpg?w=198" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009mauritius.jpg?w=362" data-attachment-id="3910" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009mauritius/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009mauritius.jpg" data-orig-size="362,548" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Mauritius" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009mauritius.jpg?w=198" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009mauritius.jpg?w=362" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009mauritius.jpg?strip=info&w=362 362w" alt="" data-height="548" data-id="3910" data-link="https://philarz.com/?attachment_id=3910" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009mauritius.jpg?w=362" data-width="362" src="https://philarz.com/wp-content/uploads/2024/10/20241009mauritius.jpg" role="button" aria-label="Open image 22 of 32 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:40.22671%"><figure class="tiled-gallery__item"><img data-attachment-id="3913" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009moldova/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009moldova.jpg" data-orig-size="884,885" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Moldova" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009moldova.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009moldova.jpg?w=605" data-attachment-id="3913" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009moldova/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009moldova.jpg" data-orig-size="884,885" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Moldova" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009moldova.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009moldova.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009moldova.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009moldova.jpg?strip=info&w=884 884w" alt="" data-height="885" data-id="3913" data-link="https://philarz.com/?attachment_id=3913" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009moldova.jpg?w=884" data-width="884" src="https://philarz.com/wp-content/uploads/2024/10/20241009moldova.jpg" role="button" aria-label="Open image 23 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:28.70168%"><figure class="tiled-gallery__item"><img data-attachment-id="3915" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009myanmar/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009myanmar.jpg" data-orig-size="1409,1979" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Myanmar" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009myanmar.jpg?w=214" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009myanmar.jpg?w=605" data-attachment-id="3915" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009myanmar/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009myanmar.jpg" data-orig-size="1409,1979" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Myanmar" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009myanmar.jpg?w=214" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009myanmar.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009myanmar.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009myanmar.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009myanmar.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009myanmar.jpg?strip=info&w=1409 1409w" alt="" data-height="1979" data-id="3915" data-link="https://philarz.com/?attachment_id=3915" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009myanmar.jpg?w=729" data-width="1409" src="https://philarz.com/wp-content/uploads/2024/10/20241009myanmar.jpg" role="button" aria-label="Open image 24 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:31.07161%"><figure class="tiled-gallery__item"><img data-attachment-id="3914" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009paraguay/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009paraguay.jpg" data-orig-size="818,1061" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009paraguay" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009paraguay.jpg?w=231" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009paraguay.jpg?w=605" data-attachment-id="3914" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009paraguay/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009paraguay.jpg" data-orig-size="818,1061" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009paraguay" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009paraguay.jpg?w=231" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009paraguay.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009paraguay.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009paraguay.jpg?strip=info&w=818 818w" alt="" data-height="1061" data-id="3914" data-link="https://philarz.com/?attachment_id=3914" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009paraguay.jpg?w=789" data-width="818" src="https://philarz.com/wp-content/uploads/2024/10/20241009paraguay.jpg" role="button" aria-label="Open image 25 of 32 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:36.38947%"><figure class="tiled-gallery__item"><img data-attachment-id="3917" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009peru/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009peru.jpg" data-orig-size="500,662" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009peru" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009peru.jpg?w=227" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009peru.jpg?w=500" data-attachment-id="3917" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009peru/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009peru.jpg" data-orig-size="500,662" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009peru" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009peru.jpg?w=227" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009peru.jpg?w=500" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009peru.jpg?strip=info&w=500 500w" alt="" data-height="662" data-id="3917" data-link="https://philarz.com/?attachment_id=3917" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009peru.jpg?w=500" data-width="500" src="https://philarz.com/wp-content/uploads/2024/10/20241009peru.jpg" role="button" aria-label="Open image 26 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:63.61053%"><figure class="tiled-gallery__item"><img data-attachment-id="3918" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009romaniass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009romaniass.jpg" data-orig-size="1469,1111" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009romaniass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009romaniass.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009romaniass.jpg?w=605" data-attachment-id="3918" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009romaniass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009romaniass.jpg" data-orig-size="1469,1111" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009romaniass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009romaniass.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009romaniass.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009romaniass.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009romaniass.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009romaniass.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009romaniass.jpg?strip=info&w=1469 1469w" alt="" data-height="1111" data-id="3918" data-link="https://philarz.com/?attachment_id=3918" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009romaniass.jpg?w=1024" data-width="1469" src="https://philarz.com/wp-content/uploads/2024/10/20241009romaniass.jpg" role="button" aria-label="Open image 27 of 32 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:50.01041%"><figure class="tiled-gallery__item"><img data-attachment-id="3919" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009srilanka/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009srilanka.jpg" data-orig-size="390,525" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009SriLanka" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009srilanka.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009srilanka.jpg?w=390" data-attachment-id="3919" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009srilanka/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009srilanka.jpg" data-orig-size="390,525" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009SriLanka" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009srilanka.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009srilanka.jpg?w=390" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009srilanka.jpg?strip=info&w=390 390w" alt="" data-height="525" data-id="3919" data-link="https://philarz.com/?attachment_id=3919" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009srilanka.jpg?w=390" data-width="390" src="https://philarz.com/wp-content/uploads/2024/10/20241009srilanka.jpg" role="button" aria-label="Open image 28 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:49.98959%"><figure class="tiled-gallery__item"><img data-attachment-id="3924" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009thailandst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009thailandst.jpg" data-orig-size="274,369" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Thailandst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009thailandst.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009thailandst.jpg?w=274" data-attachment-id="3924" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009thailandst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009thailandst.jpg" data-orig-size="274,369" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Thailandst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009thailandst.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009thailandst.jpg?w=274" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009thailandst.jpg?strip=info&w=274 274w" alt="" data-height="369" data-id="3924" data-link="https://philarz.com/?attachment_id=3924" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009thailandst.jpg?w=274" data-width="274" src="https://philarz.com/wp-content/uploads/2024/10/20241009thailandst.jpg" role="button" aria-label="Open image 29 of 32 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:26.81033%"><figure class="tiled-gallery__item"><img data-attachment-id="3921" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009turkmenistan/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009turkmenistan.jpg" data-orig-size="218,298" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Turkmenistan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009turkmenistan.jpg?w=218" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009turkmenistan.jpg?w=218" data-attachment-id="3921" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009turkmenistan/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009turkmenistan.jpg" data-orig-size="218,298" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Turkmenistan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009turkmenistan.jpg?w=218" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009turkmenistan.jpg?w=218" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009turkmenistan.jpg?strip=info&w=218 218w" alt="" data-height="298" data-id="3921" data-link="https://philarz.com/?attachment_id=3921" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009turkmenistan.jpg?w=218" data-width="218" src="https://philarz.com/wp-content/uploads/2024/10/20241009turkmenistan.jpg" role="button" aria-label="Open image 30 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:27.51009%"><figure class="tiled-gallery__item"><img data-attachment-id="3923" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009uarst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009uarst.jpg" data-orig-size="262,349" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009uarst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009uarst.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009uarst.jpg?w=262" data-attachment-id="3923" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009uarst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009uarst.jpg" data-orig-size="262,349" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009uarst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009uarst.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009uarst.jpg?w=262" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009uarst.jpg?strip=info&w=262 262w" alt="" data-height="349" data-id="3923" data-link="https://philarz.com/?attachment_id=3923" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009uarst.jpg?w=262" data-width="262" src="https://philarz.com/wp-content/uploads/2024/10/20241009uarst.jpg" role="button" aria-label="Open image 31 of 32 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:45.67958%"><figure class="tiled-gallery__item"><img data-attachment-id="3922" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009ukrainems/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009ukrainems.jpg" data-orig-size="427,342" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009ukrainems" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009ukrainems.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009ukrainems.jpg?w=427" data-attachment-id="3922" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009ukrainems/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009ukrainems.jpg" data-orig-size="427,342" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009ukrainems" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009ukrainems.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009ukrainems.jpg?w=427" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009ukrainems.jpg?strip=info&w=427 427w" alt="" data-height="342" data-id="3922" data-link="https://philarz.com/?attachment_id=3922" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009ukrainems.jpg?w=427" data-width="427" src="https://philarz.com/wp-content/uploads/2024/10/20241009ukrainems.jpg" role="button" aria-label="Open image 32 of 32 in full-screen" /></figure></div></div></div></div></div> <p></p> <p>Countries of type B (Concerted [<strong>C1</strong>]): <strong>Argentina (August 28) – <u>Azerbaijan (February 1)</u> – <em>Burundi (September)</em> – <em>Central Africa (September)</em> – <em>Djibouti (September)</em> – Georgia (June 1) – <em>Guinea (September)</em> – <em>Guinea-Bissau (September)</em> – <em>Liberia (September)</em> – <em>Mali (September)</em> – Monaco (May 30) – Mongolia (September 25) – <em>Sierra Leone (September)</em> – <em>Togo (September)</em></strong></p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/10\/19\/upu-150th-anniversary\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:34.19049%"><figure class="tiled-gallery__item"><img data-attachment-id="3926" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009argentina20240824b/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009argentina20240824b.jpg" data-orig-size="161,210" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Argentina20240824b" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009argentina20240824b.jpg?w=161" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009argentina20240824b.jpg?w=161" data-attachment-id="3926" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009argentina20240824b/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009argentina20240824b.jpg" data-orig-size="161,210" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Argentina20240824b" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009argentina20240824b.jpg?w=161" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009argentina20240824b.jpg?w=161" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009argentina20240824b.jpg?strip=info&w=161 161w" alt="" data-height="210" data-id="3926" data-link="https://philarz.com/?attachment_id=3926" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009argentina20240824b.jpg?w=161" data-width="161" src="https://philarz.com/wp-content/uploads/2024/10/20241009argentina20240824b.jpg" role="button" aria-label="Open image 1 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:65.80951%"><figure class="tiled-gallery__item"><img data-attachment-id="3939" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009azerbaijan-3/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009azerbaijan.jpg" data-orig-size="1100,744" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009azerbaijan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009azerbaijan.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009azerbaijan.jpg?w=605" data-attachment-id="3939" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009azerbaijan-3/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009azerbaijan.jpg" data-orig-size="1100,744" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009azerbaijan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009azerbaijan.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009azerbaijan.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009azerbaijan.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009azerbaijan.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009azerbaijan.jpg?strip=info&w=1100 1100w" alt="" data-height="744" data-id="3939" data-link="https://philarz.com/?attachment_id=3939" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009azerbaijan.jpg?w=1024" data-width="1100" src="https://philarz.com/wp-content/uploads/2024/10/20241009azerbaijan.jpg" role="button" aria-label="Open image 2 of 18 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:24.83104%"><figure class="tiled-gallery__item"><img data-attachment-id="3940" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009burundiss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009burundiss.jpg" data-orig-size="666,902" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009burundiss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009burundiss.jpg?w=222" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009burundiss.jpg?w=605" data-attachment-id="3940" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009burundiss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009burundiss.jpg" data-orig-size="666,902" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009burundiss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009burundiss.jpg?w=222" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009burundiss.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009burundiss.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009burundiss.jpg?strip=info&w=666 666w" alt="" data-height="902" data-id="3940" data-link="https://philarz.com/?attachment_id=3940" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009burundiss.jpg?w=666" data-width="666" src="https://philarz.com/wp-content/uploads/2024/10/20241009burundiss.jpg" role="button" aria-label="Open image 3 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:25.35322%"><figure class="tiled-gallery__item"><img data-attachment-id="3931" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009centrafricast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricast.jpg" data-orig-size="239,317" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009centrafricast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricast.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricast.jpg?w=239" data-attachment-id="3931" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009centrafricast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricast.jpg" data-orig-size="239,317" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009centrafricast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricast.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricast.jpg?w=239" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricast.jpg?strip=info&w=239 239w" alt="" data-height="317" data-id="3931" data-link="https://philarz.com/?attachment_id=3931" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricast.jpg?w=239" data-width="239" src="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricast.jpg" role="button" aria-label="Open image 4 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:24.53259%"><figure class="tiled-gallery__item"><img data-attachment-id="3934" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009guineass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009guineass.jpg" data-orig-size="639,876" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009guineass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009guineass.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009guineass.jpg?w=605" data-attachment-id="3934" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009guineass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009guineass.jpg" data-orig-size="639,876" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009guineass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009guineass.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009guineass.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009guineass.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009guineass.jpg?strip=info&w=639 639w" alt="" data-height="876" data-id="3934" data-link="https://philarz.com/?attachment_id=3934" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009guineass.jpg?w=639" data-width="639" src="https://philarz.com/wp-content/uploads/2024/10/20241009guineass.jpg" role="button" aria-label="Open image 5 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:25.28315%"><figure class="tiled-gallery__item"><img data-attachment-id="3928" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009guineast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009guineast.jpg" data-orig-size="203,270" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009guineast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009guineast.jpg?w=203" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009guineast.jpg?w=203" data-attachment-id="3928" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009guineast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009guineast.jpg" data-orig-size="203,270" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009guineast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009guineast.jpg?w=203" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009guineast.jpg?w=203" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009guineast.jpg?strip=info&w=203 203w" alt="" data-height="270" data-id="3928" data-link="https://philarz.com/?attachment_id=3928" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009guineast.jpg?w=203" data-width="203" src="https://philarz.com/wp-content/uploads/2024/10/20241009guineast.jpg" role="button" aria-label="Open image 6 of 18 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:33.07496%"><figure class="tiled-gallery__item"><img data-attachment-id="3938" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009guinebissauss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissauss.jpg" data-orig-size="748,1024" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009guinebissauss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissauss.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissauss.jpg?w=605" data-attachment-id="3938" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009guinebissauss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissauss.jpg" data-orig-size="748,1024" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009guinebissauss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissauss.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissauss.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissauss.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009guinebissauss.jpg?strip=info&w=748 748w" alt="" data-height="1024" data-id="3938" data-link="https://philarz.com/?attachment_id=3938" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissauss.jpg?w=748" data-width="748" src="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissauss.jpg" role="button" aria-label="Open image 7 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:33.85009%"><figure class="tiled-gallery__item"><img data-attachment-id="3930" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009guinebissaust/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissaust.jpg" data-orig-size="237,317" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009guinebissaust" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissaust.jpg?w=224" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissaust.jpg?w=237" data-attachment-id="3930" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009guinebissaust/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissaust.jpg" data-orig-size="237,317" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009guinebissaust" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissaust.jpg?w=224" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissaust.jpg?w=237" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissaust.jpg?strip=info&w=237 237w" alt="" data-height="317" data-id="3930" data-link="https://philarz.com/?attachment_id=3930" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissaust.jpg?w=237" data-width="237" src="https://philarz.com/wp-content/uploads/2024/10/20241009guinebissaust.jpg" role="button" aria-label="Open image 8 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:33.07496%"><figure class="tiled-gallery__item"><img data-attachment-id="3936" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009liberiass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009liberiass.jpg" data-orig-size="748,1024" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009liberiass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009liberiass.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009liberiass.jpg?w=605" data-attachment-id="3936" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009liberiass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009liberiass.jpg" data-orig-size="748,1024" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009liberiass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009liberiass.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009liberiass.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009liberiass.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009liberiass.jpg?strip=info&w=748 748w" alt="" data-height="1024" data-id="3936" data-link="https://philarz.com/?attachment_id=3936" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009liberiass.jpg?w=748" data-width="748" src="https://philarz.com/wp-content/uploads/2024/10/20241009liberiass.jpg" role="button" aria-label="Open image 9 of 18 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:25.36706%"><figure class="tiled-gallery__item"><img data-attachment-id="3929" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009liberiast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009liberiast.jpg" data-orig-size="239,317" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009liberiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009liberiast.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009liberiast.jpg?w=239" data-attachment-id="3929" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009liberiast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009liberiast.jpg" data-orig-size="239,317" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009liberiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009liberiast.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009liberiast.jpg?w=239" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009liberiast.jpg?strip=info&w=239 239w" alt="" data-height="317" data-id="3929" data-link="https://philarz.com/?attachment_id=3929" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009liberiast.jpg?w=239" data-width="239" src="https://philarz.com/wp-content/uploads/2024/10/20241009liberiast.jpg" role="button" aria-label="Open image 10 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:24.58006%"><figure class="tiled-gallery__item"><img data-attachment-id="3935" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009sierraleoness-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleoness.jpg" data-orig-size="748,1024" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009sierraleoness" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleoness.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleoness.jpg?w=605" data-attachment-id="3935" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009sierraleoness-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleoness.jpg" data-orig-size="748,1024" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009sierraleoness" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleoness.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleoness.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleoness.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009sierraleoness.jpg?strip=info&w=748 748w" alt="" data-height="1024" data-id="3935" data-link="https://philarz.com/?attachment_id=3935" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleoness.jpg?w=748" data-width="748" src="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleoness.jpg" role="button" aria-label="Open image 11 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:25.47282%"><figure class="tiled-gallery__item"><img data-attachment-id="3927" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009sierraleonest/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleonest.jpg" data-orig-size="240,317" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009sierraleonest" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleonest.jpg?w=227" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleonest.jpg?w=240" data-attachment-id="3927" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009sierraleonest/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleonest.jpg" data-orig-size="240,317" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009sierraleonest" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleonest.jpg?w=227" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleonest.jpg?w=240" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleonest.jpg?strip=info&w=240 240w" alt="" data-height="317" data-id="3927" data-link="https://philarz.com/?attachment_id=3927" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleonest.jpg?w=240" data-width="240" src="https://philarz.com/wp-content/uploads/2024/10/20241009sierraleonest.jpg" role="button" aria-label="Open image 12 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:24.58006%"><figure class="tiled-gallery__item"><img data-attachment-id="3937" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009togoss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009togoss.jpg" data-orig-size="748,1024" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009togoss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009togoss.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009togoss.jpg?w=605" data-attachment-id="3937" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009togoss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009togoss.jpg" data-orig-size="748,1024" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009togoss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009togoss.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009togoss.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009togoss.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009togoss.jpg?strip=info&w=748 748w" alt="" data-height="1024" data-id="3937" data-link="https://philarz.com/?attachment_id=3937" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009togoss.jpg?w=748" data-width="748" src="https://philarz.com/wp-content/uploads/2024/10/20241009togoss.jpg" role="button" aria-label="Open image 13 of 18 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:52.87954%"><figure class="tiled-gallery__item"><img data-attachment-id="3933" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009togost1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009togost1.jpg" data-orig-size="238,317" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009togost1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009togost1.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009togost1.jpg?w=238" data-attachment-id="3933" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009togost1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009togost1.jpg" data-orig-size="238,317" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009togost1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009togost1.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009togost1.jpg?w=238" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009togost1.jpg?strip=info&w=238 238w" alt="" data-height="317" data-id="3933" data-link="https://philarz.com/?attachment_id=3933" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009togost1.jpg?w=238" data-width="238" src="https://philarz.com/wp-content/uploads/2024/10/20241009togost1.jpg" role="button" aria-label="Open image 14 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:47.12046%"><figure class="tiled-gallery__item"><img data-attachment-id="3944" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009georgia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009georgia.jpg" data-orig-size="1426,1056" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20241009georgia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009georgia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009georgia.jpg?w=605" data-attachment-id="3944" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009georgia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009georgia.jpg" data-orig-size="1426,1056" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20241009georgia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009georgia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009georgia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009georgia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009georgia.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009georgia.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009georgia.jpg?strip=info&w=1426 1426w" alt="" data-height="1056" data-id="3944" data-link="https://philarz.com/?attachment_id=3944" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009georgia.jpg?w=1024" data-width="1426" src="https://philarz.com/wp-content/uploads/2024/10/20241009georgia.jpg" role="button" aria-label="Open image 15 of 18 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3942" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009monaco20240530-3/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009monaco20240530.jpg" data-orig-size="537,400" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009monaco20240530" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009monaco20240530.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009monaco20240530.jpg?w=537" data-attachment-id="3942" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009monaco20240530-3/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009monaco20240530.jpg" data-orig-size="537,400" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009monaco20240530" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009monaco20240530.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009monaco20240530.jpg?w=537" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009monaco20240530.jpg?strip=info&w=537 537w" alt="" data-height="400" data-id="3942" data-link="https://philarz.com/?attachment_id=3942" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009monaco20240530.jpg?w=537" data-width="537" src="https://philarz.com/wp-content/uploads/2024/10/20241009monaco20240530.jpg" role="button" aria-label="Open image 16 of 18 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:50.72351%"><figure class="tiled-gallery__item"><img data-attachment-id="3932" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009togost2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009togost2.jpg" data-orig-size="288,383" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009togost2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009togost2.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009togost2.jpg?w=288" data-attachment-id="3932" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009togost2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009togost2.jpg" data-orig-size="288,383" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009togost2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009togost2.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009togost2.jpg?w=288" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009togost2.jpg?strip=info&w=288 288w" alt="" data-height="383" data-id="3932" data-link="https://philarz.com/?attachment_id=3932" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009togost2.jpg?w=288" data-width="288" src="https://philarz.com/wp-content/uploads/2024/10/20241009togost2.jpg" role="button" aria-label="Open image 17 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:49.27649%"><figure class="tiled-gallery__item"><img data-attachment-id="3943" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009centrafricass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricass.jpg" data-orig-size="748,1024" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009centrafricass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricass.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricass.jpg?w=605" data-attachment-id="3943" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009centrafricass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricass.jpg" data-orig-size="748,1024" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009centrafricass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricass.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricass.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricass.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009centrafricass.jpg?strip=info&w=748 748w" alt="" data-height="1024" data-id="3943" data-link="https://philarz.com/?attachment_id=3943" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricass.jpg?w=748" data-width="748" src="https://philarz.com/wp-content/uploads/2024/10/20241009centrafricass.jpg" role="button" aria-label="Open image 18 of 18 in full-screen" /></figure></div></div></div></div></div> <p></p> <p>Countries of type C (Twin or concerted [<strong>T2</strong>] or [<strong>C2</strong>]): <strong>Bosnia (Serbia) – Egypt () – France (October 14) – Hong Kong – Hungary (July 24) – Isle of Man (August 30) – Japan – Kyrgyzstan (October) – Luxembourg (September 10) – Macau – Malaysia – Morocco – Pakistan – Portugal – San Marino – Saudi Arabia () – Singapore – Slovenia – Spain – Syria – <strong>Tunisia – </strong>Türkiye – Uruguay – Uzbekistan () – Vietnam</strong></p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/10\/19\/upu-150th-anniversary\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:62.13710%"><figure class="tiled-gallery__item"><img data-attachment-id="3949" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009france/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg" data-orig-size="1600,1511" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009france" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg?w=605" data-attachment-id="3949" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009france/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg" data-orig-size="1600,1511" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009france" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg?strip=info&w=1600 1600w" alt="" data-height="1511" data-id="3949" data-link="https://philarz.com/?attachment_id=3949" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg?w=1024" data-width="1600" src="https://philarz.com/wp-content/uploads/2024/10/20241009france.jpg" role="button" aria-label="Open image 1 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:37.86290%"><figure class="tiled-gallery__item"><img data-attachment-id="3947" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009bosniaserbia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaserbia.jpg" data-orig-size="680,1055" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009bosniaserbia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaserbia.jpg?w=193" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaserbia.jpg?w=605" data-attachment-id="3947" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009bosniaserbia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaserbia.jpg" data-orig-size="680,1055" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009bosniaserbia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaserbia.jpg?w=193" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaserbia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaserbia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009bosniaserbia.jpg?strip=info&w=680 680w" alt="" data-height="1055" data-id="3947" data-link="https://philarz.com/?attachment_id=3947" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaserbia.jpg?w=660" data-width="680" src="https://philarz.com/wp-content/uploads/2024/10/20241009bosniaserbia.jpg" role="button" aria-label="Open image 2 of 31 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:33.35906%"><figure class="tiled-gallery__item"><img data-attachment-id="3953" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009hongkong-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009hongkong.jpg" data-orig-size="1248,783" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009hongkong" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009hongkong.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009hongkong.jpg?w=605" data-attachment-id="3953" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009hongkong-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009hongkong.jpg" data-orig-size="1248,783" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009hongkong" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009hongkong.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009hongkong.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009hongkong.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009hongkong.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009hongkong.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009hongkong.jpg?strip=info&w=1248 1248w" alt="" data-height="783" data-id="3953" data-link="https://philarz.com/?attachment_id=3953" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009hongkong.jpg?w=1024" data-width="1248" src="https://philarz.com/wp-content/uploads/2024/10/20241009hongkong.jpg" role="button" aria-label="Open image 3 of 31 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3954" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009hungarymsn/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009hungarymsn.jpg" data-orig-size="1211,869" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009hungarymsn" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009hungarymsn.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009hungarymsn.jpg?w=605" data-attachment-id="3954" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009hungarymsn/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009hungarymsn.jpg" data-orig-size="1211,869" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009hungarymsn" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009hungarymsn.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009hungarymsn.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009hungarymsn.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009hungarymsn.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009hungarymsn.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009hungarymsn.jpg?strip=info&w=1211 1211w" alt="" data-height="869" data-id="3954" data-link="https://philarz.com/?attachment_id=3954" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009hungarymsn.jpg?w=1024" data-width="1211" src="https://philarz.com/wp-content/uploads/2024/10/20241009hungarymsn.jpg" role="button" aria-label="Open image 4 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:36.42044%"><figure class="tiled-gallery__item"><img data-attachment-id="3948" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009egypt.jpg" data-orig-size="909,1131" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009egypt.jpg?w=241" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009egypt.jpg?w=605" data-attachment-id="3948" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009egypt.jpg" data-orig-size="909,1131" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009egypt.jpg?w=241" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009egypt.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009egypt.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009egypt.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009egypt.jpg?strip=info&w=909 909w" alt="" data-height="1131" data-id="3948" data-link="https://philarz.com/?attachment_id=3948" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009egypt.jpg?w=823" data-width="909" src="https://philarz.com/wp-content/uploads/2024/10/20241009egypt.jpg" role="button" aria-label="Open image 5 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:30.22050%"><figure class="tiled-gallery__item"><img data-attachment-id="3951" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009isleofmanst1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009isleofmanst1.jpg" data-orig-size="620,485" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009isleofmanst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009isleofmanst1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009isleofmanst1.jpg?w=605" data-attachment-id="3951" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009isleofmanst1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009isleofmanst1.jpg" data-orig-size="620,485" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009isleofmanst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009isleofmanst1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009isleofmanst1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009isleofmanst1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009isleofmanst1.jpg?strip=info&w=620 620w" alt="" data-height="485" data-id="3951" data-link="https://philarz.com/?attachment_id=3951" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009isleofmanst1.jpg?w=620" data-width="620" src="https://philarz.com/wp-content/uploads/2024/10/20241009isleofmanst1.jpg" role="button" aria-label="Open image 6 of 31 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3958" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009kyrgyzstanss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009kyrgyzstanss.jpg" data-orig-size="933,657" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Kyrgyzstanss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009kyrgyzstanss.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009kyrgyzstanss.jpg?w=605" data-attachment-id="3958" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009kyrgyzstanss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009kyrgyzstanss.jpg" data-orig-size="933,657" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Kyrgyzstanss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009kyrgyzstanss.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009kyrgyzstanss.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009kyrgyzstanss.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009kyrgyzstanss.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009kyrgyzstanss.jpg?strip=info&w=933 933w" alt="" data-height="657" data-id="3958" data-link="https://philarz.com/?attachment_id=3958" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009kyrgyzstanss.jpg?w=933" data-width="933" src="https://philarz.com/wp-content/uploads/2024/10/20241009kyrgyzstanss.jpg" role="button" aria-label="Open image 7 of 31 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:27.91453%"><figure class="tiled-gallery__item"><img data-attachment-id="3952" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009japanms2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009japanms2.jpg" data-orig-size="640,939" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Japanms2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009japanms2.jpg?w=204" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009japanms2.jpg?w=605" data-attachment-id="3952" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009japanms2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009japanms2.jpg" data-orig-size="640,939" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Japanms2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009japanms2.jpg?w=204" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009japanms2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009japanms2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009japanms2.jpg?strip=info&w=640 640w" alt="" data-height="939" data-id="3952" data-link="https://philarz.com/?attachment_id=3952" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009japanms2.jpg?w=640" data-width="640" src="https://philarz.com/wp-content/uploads/2024/10/20241009japanms2.jpg" role="button" aria-label="Open image 8 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:30.44081%"><figure class="tiled-gallery__item"><img data-attachment-id="3957" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009macaost1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009macaost1.jpg" data-orig-size="342,460" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Macaost1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009macaost1.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009macaost1.jpg?w=342" data-attachment-id="3957" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009macaost1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009macaost1.jpg" data-orig-size="342,460" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Macaost1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009macaost1.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009macaost1.jpg?w=342" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009macaost1.jpg?strip=info&w=342 342w" alt="" data-height="460" data-id="3957" data-link="https://philarz.com/?attachment_id=3957" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009macaost1.jpg?w=342" data-width="342" src="https://philarz.com/wp-content/uploads/2024/10/20241009macaost1.jpg" role="button" aria-label="Open image 9 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:41.64466%"><figure class="tiled-gallery__item"><img data-attachment-id="3959" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009luxemburg/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009luxemburg.jpg" data-orig-size="1074,1055" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009luxemburg" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009luxemburg.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009luxemburg.jpg?w=605" data-attachment-id="3959" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009luxemburg/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009luxemburg.jpg" data-orig-size="1074,1055" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009luxemburg" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009luxemburg.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009luxemburg.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009luxemburg.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009luxemburg.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009luxemburg.jpg?strip=info&w=1074 1074w" alt="" data-height="1055" data-id="3959" data-link="https://philarz.com/?attachment_id=3959" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009luxemburg.jpg?w=1024" data-width="1074" src="https://philarz.com/wp-content/uploads/2024/10/20241009luxemburg.jpg" role="button" aria-label="Open image 10 of 31 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:63.35388%"><figure class="tiled-gallery__item"><img data-attachment-id="3963" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009malaysiass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiass.jpg" data-orig-size="1140,871" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Malaysiass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiass.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiass.jpg?w=605" data-attachment-id="3963" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009malaysiass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiass.jpg" data-orig-size="1140,871" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Malaysiass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiass.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiass.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiass.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009malaysiass.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009malaysiass.jpg?strip=info&w=1140 1140w" alt="" data-height="871" data-id="3963" data-link="https://philarz.com/?attachment_id=3963" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiass.jpg?w=1024" data-width="1140" src="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiass.jpg" role="button" aria-label="Open image 11 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:36.64612%"><figure class="tiled-gallery__item"><img data-attachment-id="3956" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009macaost2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009macaost2.jpg" data-orig-size="347,459" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Macaost2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009macaost2.jpg?w=227" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009macaost2.jpg?w=347" data-attachment-id="3956" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009macaost2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009macaost2.jpg" data-orig-size="347,459" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Macaost2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009macaost2.jpg?w=227" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009macaost2.jpg?w=347" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009macaost2.jpg?strip=info&w=347 347w" alt="" data-height="459" data-id="3956" data-link="https://philarz.com/?attachment_id=3956" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009macaost2.jpg?w=347" data-width="347" src="https://philarz.com/wp-content/uploads/2024/10/20241009macaost2.jpg" role="button" aria-label="Open image 12 of 31 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:32.74380%"><figure class="tiled-gallery__item"><img data-attachment-id="3964" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009malaysiast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg" data-orig-size="1569,944" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Malaysiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg?w=605" data-attachment-id="3964" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009malaysiast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg" data-orig-size="1569,944" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Malaysiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg?strip=info&w=1569 1569w" alt="" data-height="944" data-id="3964" data-link="https://philarz.com/?attachment_id=3964" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg?w=1024" data-width="1569" src="https://philarz.com/wp-content/uploads/2024/10/20241009malaysiast.jpg" role="button" aria-label="Open image 13 of 31 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3965" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009moroccost/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009moroccost.jpg" data-orig-size="536,403" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Moroccost" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009moroccost.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009moroccost.jpg?w=536" data-attachment-id="3965" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009moroccost/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009moroccost.jpg" data-orig-size="536,403" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Moroccost" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009moroccost.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009moroccost.jpg?w=536" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009moroccost.jpg?strip=info&w=536 536w" alt="" data-height="403" data-id="3965" data-link="https://philarz.com/?attachment_id=3965" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009moroccost.jpg?w=536" data-width="536" src="https://philarz.com/wp-content/uploads/2024/10/20241009moroccost.jpg" role="button" aria-label="Open image 14 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:67.25620%"><figure class="tiled-gallery__item"><img data-attachment-id="3969" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009pakistanss1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1.jpg" data-orig-size="634,420" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Pakistanss1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1.jpg?w=605" data-attachment-id="3969" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009pakistanss1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1.jpg" data-orig-size="634,420" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Pakistanss1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1.jpg?strip=info&w=634 634w" alt="" data-height="420" data-id="3969" data-link="https://philarz.com/?attachment_id=3969" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1.jpg?w=634" data-width="634" src="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1.jpg" role="button" aria-label="Open image 15 of 31 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:39.29284%"><figure class="tiled-gallery__item"><img data-attachment-id="3962" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009portugal2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009portugal2.jpg" data-orig-size="423,327" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Portugal2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009portugal2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009portugal2.jpg?w=423" data-attachment-id="3962" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009portugal2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009portugal2.jpg" data-orig-size="423,327" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Portugal2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009portugal2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009portugal2.jpg?w=423" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009portugal2.jpg?strip=info&w=423 423w" alt="" data-height="327" data-id="3962" data-link="https://philarz.com/?attachment_id=3962" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009portugal2.jpg?w=423" data-width="423" src="https://philarz.com/wp-content/uploads/2024/10/20241009portugal2.jpg" role="button" aria-label="Open image 16 of 31 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3961" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009portugal1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009portugal1.jpg" data-orig-size="427,325" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Portugal1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009portugal1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009portugal1.jpg?w=427" data-attachment-id="3961" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009portugal1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009portugal1.jpg" data-orig-size="427,325" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Portugal1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009portugal1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009portugal1.jpg?w=427" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009portugal1.jpg?strip=info&w=427 427w" alt="" data-height="325" data-id="3961" data-link="https://philarz.com/?attachment_id=3961" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009portugal1.jpg?w=427" data-width="427" src="https://philarz.com/wp-content/uploads/2024/10/20241009portugal1.jpg" role="button" aria-label="Open image 17 of 31 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3967" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009pakistan/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistan.jpg" data-orig-size="632,321" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009pakistan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistan.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistan.jpg?w=605" data-attachment-id="3967" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009pakistan/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistan.jpg" data-orig-size="632,321" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009pakistan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistan.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistan.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009pakistan.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009pakistan.jpg?strip=info&w=632 632w" alt="" data-height="321" data-id="3967" data-link="https://philarz.com/?attachment_id=3967" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009pakistan.jpg?w=632" data-width="632" src="https://philarz.com/wp-content/uploads/2024/10/20241009pakistan.jpg" role="button" aria-label="Open image 18 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:60.70716%"><figure class="tiled-gallery__item"><img data-attachment-id="3971" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009saudiarabia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009saudiarabia.jpg" data-orig-size="1200,1600" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009SaudiArabia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009saudiarabia.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009saudiarabia.jpg?w=605" data-attachment-id="3971" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009saudiarabia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009saudiarabia.jpg" data-orig-size="1200,1600" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009SaudiArabia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009saudiarabia.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009saudiarabia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009saudiarabia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009saudiarabia.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009saudiarabia.jpg?strip=info&w=1200 1200w" alt="" data-height="1600" data-id="3971" data-link="https://philarz.com/?attachment_id=3971" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009saudiarabia.jpg?w=768" data-width="1200" src="https://philarz.com/wp-content/uploads/2024/10/20241009saudiarabia.jpg" role="button" aria-label="Open image 19 of 31 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:33.05190%"><figure class="tiled-gallery__item"><img data-attachment-id="3968" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009sanmarinost/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009sanmarinost.jpg" data-orig-size="130,174" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Sanmarinost" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009sanmarinost.jpg?w=130" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009sanmarinost.jpg?w=130" data-attachment-id="3968" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009sanmarinost/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009sanmarinost.jpg" data-orig-size="130,174" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Sanmarinost" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009sanmarinost.jpg?w=130" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009sanmarinost.jpg?w=130" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009sanmarinost.jpg?strip=info&w=130 130w" alt="" data-height="174" data-id="3968" data-link="https://philarz.com/?attachment_id=3968" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009sanmarinost.jpg?w=130" data-width="130" src="https://philarz.com/wp-content/uploads/2024/10/20241009sanmarinost.jpg" role="button" aria-label="Open image 20 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:35.94875%"><figure class="tiled-gallery__item"><img data-attachment-id="3970" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009pakistanss1fdc/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1fdc.jpg" data-orig-size="948,504" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009pakistanss1fdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1fdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1fdc.jpg?w=605" data-attachment-id="3970" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009pakistanss1fdc/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1fdc.jpg" data-orig-size="948,504" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009pakistanss1fdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1fdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1fdc.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1fdc.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1fdc.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1fdc.jpg?strip=info&w=948 948w" alt="" data-height="504" data-id="3970" data-link="https://philarz.com/?attachment_id=3970" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1fdc.jpg?w=948" data-width="948" src="https://philarz.com/wp-content/uploads/2024/10/20241009pakistanss1fdc.jpg" role="button" aria-label="Open image 21 of 31 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3972" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009singapore/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009singapore.jpg" data-orig-size="1433,981" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009singapore" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009singapore.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009singapore.jpg?w=605" data-attachment-id="3972" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009singapore/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009singapore.jpg" data-orig-size="1433,981" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009singapore" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009singapore.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009singapore.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009singapore.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009singapore.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009singapore.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009singapore.jpg?strip=info&w=1433 1433w" alt="" data-height="981" data-id="3972" data-link="https://philarz.com/?attachment_id=3972" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009singapore.jpg?w=1024" data-width="1433" src="https://philarz.com/wp-content/uploads/2024/10/20241009singapore.jpg" role="button" aria-label="Open image 22 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:30.99936%"><figure class="tiled-gallery__item"><img data-attachment-id="3974" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009slovenia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009slovenia.jpg" data-orig-size="769,1098" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Slovenia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009slovenia.jpg?w=210" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009slovenia.jpg?w=605" data-attachment-id="3974" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009slovenia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009slovenia.jpg" data-orig-size="769,1098" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Slovenia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009slovenia.jpg?w=210" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009slovenia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009slovenia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009slovenia.jpg?strip=info&w=769 769w" alt="" data-height="1098" data-id="3974" data-link="https://philarz.com/?attachment_id=3974" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009slovenia.jpg?w=717" data-width="769" src="https://philarz.com/wp-content/uploads/2024/10/20241009slovenia.jpg" role="button" aria-label="Open image 23 of 31 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:24.81901%"><figure class="tiled-gallery__item"><img data-attachment-id="3975" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009spain/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009spain.jpg" data-orig-size="781,1105" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Spain" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009spain.jpg?w=212" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009spain.jpg?w=605" data-attachment-id="3975" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009spain/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009spain.jpg" data-orig-size="781,1105" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Spain" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009spain.jpg?w=212" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009spain.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009spain.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009spain.jpg?strip=info&w=781 781w" alt="" data-height="1105" data-id="3975" data-link="https://philarz.com/?attachment_id=3975" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009spain.jpg?w=724" data-width="781" src="https://philarz.com/wp-content/uploads/2024/10/20241009spain.jpg" role="button" aria-label="Open image 24 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:75.18099%"><figure class="tiled-gallery__item"><img data-attachment-id="3979" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009syriast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg" data-orig-size="1581,735" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Syriast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg?w=605" data-attachment-id="3979" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009syriast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg" data-orig-size="1581,735" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Syriast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg?strip=info&w=1581 1581w" alt="" data-height="735" data-id="3979" data-link="https://philarz.com/?attachment_id=3979" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg?w=1024" data-width="1581" src="https://philarz.com/wp-content/uploads/2024/10/20241009syriast2.jpg" role="button" aria-label="Open image 25 of 31 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:58.59484%"><figure class="tiled-gallery__item"><img data-attachment-id="3977" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009syriass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009syriass.jpg" data-orig-size="729,1038" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Syriass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009syriass.jpg?w=211" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009syriass.jpg?w=605" data-attachment-id="3977" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009syriass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009syriass.jpg" data-orig-size="729,1038" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Syriass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009syriass.jpg?w=211" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009syriass.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009syriass.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009syriass.jpg?strip=info&w=729 729w" alt="" data-height="1038" data-id="3977" data-link="https://philarz.com/?attachment_id=3977" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009syriass.jpg?w=719" data-width="729" src="https://philarz.com/wp-content/uploads/2024/10/20241009syriass.jpg" role="button" aria-label="Open image 26 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:41.40516%"><figure class="tiled-gallery__item"><img data-attachment-id="3978" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009tunisia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009tunisia.jpg" data-orig-size="773,778" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009tunisia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009tunisia.jpg?w=298" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009tunisia.jpg?w=605" data-attachment-id="3978" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009tunisia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009tunisia.jpg" data-orig-size="773,778" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009tunisia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009tunisia.jpg?w=298" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009tunisia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009tunisia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009tunisia.jpg?strip=info&w=773 773w" alt="" data-height="778" data-id="3978" data-link="https://philarz.com/?attachment_id=3978" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009tunisia.jpg?w=773" data-width="773" src="https://philarz.com/wp-content/uploads/2024/10/20241009tunisia.jpg" role="button" aria-label="Open image 27 of 31 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3980" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009turkeyst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009turkeyst.jpg" data-orig-size="1113,1113" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009turkeyst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009turkeyst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009turkeyst.jpg?w=605" data-attachment-id="3980" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009turkeyst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009turkeyst.jpg" data-orig-size="1113,1113" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009turkeyst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009turkeyst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009turkeyst.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009turkeyst.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009turkeyst.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009turkeyst.jpg?strip=info&w=1113 1113w" alt="" data-height="1113" data-id="3980" data-link="https://philarz.com/?attachment_id=3980" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009turkeyst.jpg?w=1024" data-width="1113" src="https://philarz.com/wp-content/uploads/2024/10/20241009turkeyst.jpg" role="button" aria-label="Open image 28 of 31 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:48.28968%"><figure class="tiled-gallery__item"><img data-attachment-id="3982" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009uruguayst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009uruguayst.jpg" data-orig-size="497,350" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009uruguayst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009uruguayst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009uruguayst.jpg?w=497" data-attachment-id="3982" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009uruguayst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009uruguayst.jpg" data-orig-size="497,350" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009uruguayst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009uruguayst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009uruguayst.jpg?w=497" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009uruguayst.jpg?strip=info&w=497 497w" alt="" data-height="350" data-id="3982" data-link="https://philarz.com/?attachment_id=3982" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009uruguayst.jpg?w=497" data-width="497" src="https://philarz.com/wp-content/uploads/2024/10/20241009uruguayst.jpg" role="button" aria-label="Open image 29 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:26.34948%"><figure class="tiled-gallery__item"><img data-attachment-id="3984" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009uzbekistan/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009uzbekistan.jpg" data-orig-size="757,979" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009uzbekistan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009uzbekistan.jpg?w=232" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009uzbekistan.jpg?w=605" data-attachment-id="3984" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009uzbekistan/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009uzbekistan.jpg" data-orig-size="757,979" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009uzbekistan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009uzbekistan.jpg?w=232" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009uzbekistan.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009uzbekistan.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009uzbekistan.jpg?strip=info&w=757 757w" alt="" data-height="979" data-id="3984" data-link="https://philarz.com/?attachment_id=3984" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009uzbekistan.jpg?w=757" data-width="757" src="https://philarz.com/wp-content/uploads/2024/10/20241009uzbekistan.jpg" role="button" aria-label="Open image 30 of 31 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:25.36084%"><figure class="tiled-gallery__item"><img data-attachment-id="3983" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009vietnam/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009vietnam.jpg" data-orig-size="378,508" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009vietnam" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009vietnam.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009vietnam.jpg?w=378" data-attachment-id="3983" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009vietnam/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009vietnam.jpg" data-orig-size="378,508" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009vietnam" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009vietnam.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009vietnam.jpg?w=378" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009vietnam.jpg?strip=info&w=378 378w" alt="" data-height="508" data-id="3983" data-link="https://philarz.com/?attachment_id=3983" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009vietnam.jpg?w=378" data-width="378" src="https://philarz.com/wp-content/uploads/2024/10/20241009vietnam.jpg" role="button" aria-label="Open image 31 of 31 in full-screen" /></figure></div></div></div></div></div> <p></p> <p>Countries of type D (Parallel issue [<strong>P</strong>]): <strong>Australia (October 1) – Austria (October 4) – Brunei Darussalam () – Bulgaria – Czech Republic – French Polynesia – Germany (October 10) – Macedonia (North) – <strong>Mexico – </strong>Montenegro – Qatar () – Russia – Slovakia – Switzerland (September 5) – Tajikistan (May) – Vatican (September 16) – Wallis and Futuna</strong></p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/10\/19\/upu-150th-anniversary\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:30.06496%"><figure class="tiled-gallery__item"><img data-attachment-id="3986" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009australia1_20241001/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009australia1_20241001.jpg" data-orig-size="190,132" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Australia1_20241001" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009australia1_20241001.jpg?w=190" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009australia1_20241001.jpg?w=190" data-attachment-id="3986" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009australia1_20241001/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009australia1_20241001.jpg" data-orig-size="190,132" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Australia1_20241001" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009australia1_20241001.jpg?w=190" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009australia1_20241001.jpg?w=190" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009australia1_20241001.jpg?strip=info&w=190 190w" alt="" data-height="132" data-id="3986" data-link="https://philarz.com/?attachment_id=3986" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009australia1_20241001.jpg?w=190" data-width="190" src="https://philarz.com/wp-content/uploads/2024/10/20241009australia1_20241001.jpg" role="button" aria-label="Open image 1 of 19 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3987" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009australia2_20241001/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009australia2_20241001.jpg" data-orig-size="190,133" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Australia2_20241001" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009australia2_20241001.jpg?w=190" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009australia2_20241001.jpg?w=190" data-attachment-id="3987" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009australia2_20241001/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009australia2_20241001.jpg" data-orig-size="190,133" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Australia2_20241001" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009australia2_20241001.jpg?w=190" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009australia2_20241001.jpg?w=190" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009australia2_20241001.jpg?strip=info&w=190 190w" alt="" data-height="133" data-id="3987" data-link="https://philarz.com/?attachment_id=3987" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009australia2_20241001.jpg?w=190" data-width="190" src="https://philarz.com/wp-content/uploads/2024/10/20241009australia2_20241001.jpg" role="button" aria-label="Open image 2 of 19 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:41.88482%"><figure class="tiled-gallery__item"><img data-attachment-id="3990" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009austriast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009austriast.jpg" data-orig-size="863,871" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009austriast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009austriast.jpg?w=297" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009austriast.jpg?w=605" data-attachment-id="3990" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009austriast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009austriast.jpg" data-orig-size="863,871" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009austriast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009austriast.jpg?w=297" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009austriast.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009austriast.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009austriast.jpg?strip=info&w=863 863w" alt="" data-height="871" data-id="3990" data-link="https://philarz.com/?attachment_id=3990" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009austriast.jpg?w=863" data-width="863" src="https://philarz.com/wp-content/uploads/2024/10/20241009austriast.jpg" role="button" aria-label="Open image 3 of 19 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:28.05022%"><figure class="tiled-gallery__item"><img data-attachment-id="3989" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009bruneist1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist1.jpg" data-orig-size="471,353" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009bruneist1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist1.jpg?w=471" data-attachment-id="3989" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009bruneist1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist1.jpg" data-orig-size="471,353" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009bruneist1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist1.jpg?w=471" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist1.jpg?strip=info&w=471 471w" alt="" data-height="353" data-id="3989" data-link="https://philarz.com/?attachment_id=3989" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist1.jpg?w=471" data-width="471" src="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist1.jpg" role="button" aria-label="Open image 4 of 19 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3988" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009bruneist2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist2.jpg" data-orig-size="470,351" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009bruneist2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist2.jpg?w=470" data-attachment-id="3988" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009bruneist2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist2.jpg" data-orig-size="470,351" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009bruneist2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist2.jpg?w=470" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist2.jpg?strip=info&w=470 470w" alt="" data-height="351" data-id="3988" data-link="https://philarz.com/?attachment_id=3988" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist2.jpg?w=470" data-width="470" src="https://philarz.com/wp-content/uploads/2024/10/20241009bruneist2.jpg" role="button" aria-label="Open image 5 of 19 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:71.54661%"><figure class="tiled-gallery__item"><img data-attachment-id="3993" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009frenchpolynesiams/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009frenchpolynesiams.jpg" data-orig-size="588,429" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009FrenchPolynesiams" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009frenchpolynesiams.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009frenchpolynesiams.jpg?w=588" data-attachment-id="3993" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009frenchpolynesiams/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009frenchpolynesiams.jpg" data-orig-size="588,429" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009FrenchPolynesiams" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009frenchpolynesiams.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009frenchpolynesiams.jpg?w=588" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009frenchpolynesiams.jpg?strip=info&w=588 588w" alt="" data-height="429" data-id="3993" data-link="https://philarz.com/?attachment_id=3993" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009frenchpolynesiams.jpg?w=588" data-width="588" src="https://philarz.com/wp-content/uploads/2024/10/20241009frenchpolynesiams.jpg" role="button" aria-label="Open image 6 of 19 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:28.45339%"><figure class="tiled-gallery__item"><img data-attachment-id="3994" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009bulgaria/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009bulgaria.jpg" data-orig-size="870,1600" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009bulgaria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009bulgaria.jpg?w=163" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009bulgaria.jpg?w=557" data-attachment-id="3994" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009bulgaria/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009bulgaria.jpg" data-orig-size="870,1600" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009bulgaria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009bulgaria.jpg?w=163" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009bulgaria.jpg?w=557" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009bulgaria.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009bulgaria.jpg?strip=info&w=870 870w" alt="" data-height="1600" data-id="3994" data-link="https://philarz.com/?attachment_id=3994" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009bulgaria.jpg?w=557" data-width="870" src="https://philarz.com/wp-content/uploads/2024/10/20241009bulgaria.jpg" role="button" aria-label="Open image 7 of 19 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:53.40266%"><figure class="tiled-gallery__item"><img data-attachment-id="3992" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009czechrepublic/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009czechrepublic.jpg" data-orig-size="522,317" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Czechrepublic" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009czechrepublic.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009czechrepublic.jpg?w=522" data-attachment-id="3992" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009czechrepublic/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009czechrepublic.jpg" data-orig-size="522,317" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Czechrepublic" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009czechrepublic.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009czechrepublic.jpg?w=522" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009czechrepublic.jpg?strip=info&w=522 522w" alt="" data-height="317" data-id="3992" data-link="https://philarz.com/?attachment_id=3992" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009czechrepublic.jpg?w=522" data-width="522" src="https://philarz.com/wp-content/uploads/2024/10/20241009czechrepublic.jpg" role="button" aria-label="Open image 8 of 19 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3996" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009germany20241010/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009germany20241010.jpg" data-orig-size="850,464" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Germany20241010" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009germany20241010.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009germany20241010.jpg?w=605" data-attachment-id="3996" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009germany20241010/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009germany20241010.jpg" data-orig-size="850,464" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Germany20241010" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009germany20241010.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009germany20241010.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009germany20241010.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009germany20241010.jpg?strip=info&w=850 850w" alt="" data-height="464" data-id="3996" data-link="https://philarz.com/?attachment_id=3996" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009germany20241010.jpg?w=850" data-width="850" src="https://philarz.com/wp-content/uploads/2024/10/20241009germany20241010.jpg" role="button" aria-label="Open image 9 of 19 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:46.59734%"><figure class="tiled-gallery__item"><img data-attachment-id="3998" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009macedoniast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009macedoniast.jpg" data-orig-size="804,1072" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Macedoniast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009macedoniast.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009macedoniast.jpg?w=605" data-attachment-id="3998" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009macedoniast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009macedoniast.jpg" data-orig-size="804,1072" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Macedoniast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009macedoniast.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009macedoniast.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009macedoniast.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009macedoniast.jpg?strip=info&w=804 804w" alt="" data-height="1072" data-id="3998" data-link="https://philarz.com/?attachment_id=3998" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009macedoniast.jpg?w=768" data-width="804" src="https://philarz.com/wp-content/uploads/2024/10/20241009macedoniast.jpg" role="button" aria-label="Open image 10 of 19 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:57.85051%"><figure class="tiled-gallery__item"><img data-attachment-id="3997" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009mexicost/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009mexicost.jpg" data-orig-size="875,530" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Mexicost" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009mexicost.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009mexicost.jpg?w=605" data-attachment-id="3997" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009mexicost/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009mexicost.jpg" data-orig-size="875,530" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Mexicost" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009mexicost.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009mexicost.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009mexicost.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009mexicost.jpg?strip=info&w=875 875w" alt="" data-height="530" data-id="3997" data-link="https://philarz.com/?attachment_id=3997" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009mexicost.jpg?w=875" data-width="875" src="https://philarz.com/wp-content/uploads/2024/10/20241009mexicost.jpg" role="button" aria-label="Open image 11 of 19 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:42.14949%"><figure class="tiled-gallery__item"><img data-attachment-id="3999" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009montenegrost/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009montenegrost.jpg" data-orig-size="1258,1047" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Montenegrost" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009montenegrost.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009montenegrost.jpg?w=605" data-attachment-id="3999" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009montenegrost/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009montenegrost.jpg" data-orig-size="1258,1047" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Montenegrost" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009montenegrost.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009montenegrost.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009montenegrost.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009montenegrost.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009montenegrost.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009montenegrost.jpg?strip=info&w=1258 1258w" alt="" data-height="1047" data-id="3999" data-link="https://philarz.com/?attachment_id=3999" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009montenegrost.jpg?w=1024" data-width="1258" src="https://philarz.com/wp-content/uploads/2024/10/20241009montenegrost.jpg" role="button" aria-label="Open image 12 of 19 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:38.01138%"><figure class="tiled-gallery__item"><img data-attachment-id="4002" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009russia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009russia.jpg" data-orig-size="851,849" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009russia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009russia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009russia.jpg?w=605" data-attachment-id="4002" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009russia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009russia.jpg" data-orig-size="851,849" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009russia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009russia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009russia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009russia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009russia.jpg?strip=info&w=851 851w" alt="" data-height="849" data-id="4002" data-link="https://philarz.com/?attachment_id=4002" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009russia.jpg?w=851" data-width="851" src="https://philarz.com/wp-content/uploads/2024/10/20241009russia.jpg" role="button" aria-label="Open image 13 of 19 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:61.98862%"><figure class="tiled-gallery__item"><img data-attachment-id="4003" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009slovakiast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg" data-orig-size="1598,976" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009slovakiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg?w=605" data-attachment-id="4003" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009slovakiast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg" data-orig-size="1598,976" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009slovakiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg?strip=info&w=1598 1598w" alt="" data-height="976" data-id="4003" data-link="https://philarz.com/?attachment_id=4003" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg?w=1024" data-width="1598" src="https://philarz.com/wp-content/uploads/2024/10/20241009slovakiast.jpg" role="button" aria-label="Open image 14 of 19 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:56.55108%"><figure class="tiled-gallery__item"><img data-attachment-id="4008" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009switzerland/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg" data-orig-size="1692,1991" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009switzerland" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg?w=255" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg?w=605" data-attachment-id="4008" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009switzerland/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg" data-orig-size="1692,1991" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009switzerland" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg?w=255" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg?strip=info&w=1692 1692w" alt="" data-height="1991" data-id="4008" data-link="https://philarz.com/?attachment_id=4008" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg?w=870" data-width="1692" src="https://philarz.com/wp-content/uploads/2024/10/20241009switzerland.jpg" role="button" aria-label="Open image 15 of 19 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:43.44892%"><figure class="tiled-gallery__item"><img data-attachment-id="4001" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009qatarss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009qatarss.jpg" data-orig-size="601,453" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Qatarss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009qatarss.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009qatarss.jpg?w=601" data-attachment-id="4001" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009qatarss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009qatarss.jpg" data-orig-size="601,453" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009Qatarss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009qatarss.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009qatarss.jpg?w=601" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009qatarss.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009qatarss.jpg?strip=info&w=601 601w" alt="" data-height="453" data-id="4001" data-link="https://philarz.com/?attachment_id=4001" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009qatarss.jpg?w=601" data-width="601" src="https://philarz.com/wp-content/uploads/2024/10/20241009qatarss.jpg" role="button" aria-label="Open image 16 of 19 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="4005" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009wallisfutuna/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009wallisfutuna.jpg" data-orig-size="329,253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009wallisfutuna" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009wallisfutuna.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009wallisfutuna.jpg?w=329" data-attachment-id="4005" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009wallisfutuna/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009wallisfutuna.jpg" data-orig-size="329,253" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009wallisfutuna" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009wallisfutuna.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009wallisfutuna.jpg?w=329" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009wallisfutuna.jpg?strip=info&w=329 329w" alt="" data-height="253" data-id="4005" data-link="https://philarz.com/?attachment_id=4005" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009wallisfutuna.jpg?w=329" data-width="329" src="https://philarz.com/wp-content/uploads/2024/10/20241009wallisfutuna.jpg" role="button" aria-label="Open image 17 of 19 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:30.87904%"><figure class="tiled-gallery__item"><img data-attachment-id="4006" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009vatican20241016/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009vatican20241016.jpg" data-orig-size="758,1004" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009vatican20241016" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009vatican20241016.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009vatican20241016.jpg?w=605" data-attachment-id="4006" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009vatican20241016/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009vatican20241016.jpg" data-orig-size="758,1004" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009vatican20241016" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009vatican20241016.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009vatican20241016.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009vatican20241016.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009vatican20241016.jpg?strip=info&w=758 758w" alt="" data-height="1004" data-id="4006" data-link="https://philarz.com/?attachment_id=4006" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009vatican20241016.jpg?w=758" data-width="758" src="https://philarz.com/wp-content/uploads/2024/10/20241009vatican20241016.jpg" role="button" aria-label="Open image 18 of 19 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:69.12096%"><figure class="tiled-gallery__item"><img data-attachment-id="4007" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009tajikistanst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009tajikistanst.jpg" data-orig-size="1320,779" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009tajikistanst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009tajikistanst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009tajikistanst.jpg?w=605" data-attachment-id="4007" data-permalink="https://philarz.com/2024/10/19/upu-150th-anniversary/20241009tajikistanst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/10/20241009tajikistanst.jpg" data-orig-size="1320,779" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241009tajikistanst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/10/20241009tajikistanst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/10/20241009tajikistanst.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/10/20241009tajikistanst.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/10/20241009tajikistanst.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/10/20241009tajikistanst.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/10/20241009tajikistanst.jpg?strip=info&w=1320 1320w" alt="" data-height="779" data-id="4007" data-link="https://philarz.com/?attachment_id=4007" data-url="https://philarz.com/wp-content/uploads/2024/10/20241009tajikistanst.jpg?w=1024" data-width="1320" src="https://philarz.com/wp-content/uploads/2024/10/20241009tajikistanst.jpg" role="button" aria-label="Open image 19 of 19 in full-screen" /></figure></div></div></div></div></div> <p></p> <p>Countries of type E (<em>not considered as joint</em>): Belgium (June 10) – Serbia (May 25) – United Nations – Geneva (May 30) – United Nations – New York (May 30) – United Nations – Vienna (May 30).</p> <p>So far, 86 countries are listed above to which one has to add 2 postal authorities that have issued stamps that cannot be considered as joint (<em>Type E – United Nations offices are not taken in account as countries, UPU being a sub-unit of the United Nations</em>). The UPU counts presently 192 members, which means information from 106 countries (!) is missing. Obviously there will be an update of this page. A great help is needed here to recover information from other participating countries. We are also missing better quality images for stamps from Ivory Coast and Ukraine. Thanks a lot in advance for providing name of missing countries, exact dates of issue, and when possible illustrations, printing runs, sizes of panels and by-product lists.</p> <p>The catalogue pages should be updated within the next week.</p> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="categories-and-tags"><span class="cat-links"><a href="https://philarz.com/category/countries/algeria/" rel="category tag">Algeria</a> <a href="https://philarz.com/category/countries/andorra-french/" rel="category tag">Andorra (French)</a> <a href="https://philarz.com/category/countries/andorra-spanish/" rel="category tag">Andorra (Spanish)</a> <a href="https://philarz.com/category/countries/argentina/" rel="category tag">Argentina</a> <a href="https://philarz.com/category/countries/armenia/" rel="category tag">Armenia</a> <a href="https://philarz.com/category/countries/australia/" rel="category tag">Australia</a> <a href="https://philarz.com/category/countries/austria/" rel="category tag">Austria</a> <a href="https://philarz.com/category/countries/azerbaijan/" rel="category tag">Azerbaijan</a> <a href="https://philarz.com/category/countries/bangladesh/" rel="category tag">Bangladesh</a> <a href="https://philarz.com/category/countries/belarus/" rel="category tag">Belarus</a> <a href="https://philarz.com/category/countries/bosnia-serbia/" rel="category tag">Bosnia (Serbia)</a> <a href="https://philarz.com/category/countries/bosnia-herzegovina/" rel="category tag">Bosnia Herzegovina</a> <a href="https://philarz.com/category/countries/brazil/" rel="category tag">Brazil</a> <a href="https://philarz.com/category/countries/brunei/" rel="category tag">Brunei</a> <a href="https://philarz.com/category/countries/bulgaria/" rel="category tag">Bulgaria</a> <a href="https://philarz.com/category/countries/burundi/" rel="category tag">Burundi</a> <a href="https://philarz.com/category/countries/central-african-republic/" rel="category tag">Central African Republic</a> <a href="https://philarz.com/category/countries/china-pr/" rel="category tag">China PR</a> <a href="https://philarz.com/category/countries/croatia/" rel="category tag">Croatia</a> <a href="https://philarz.com/category/countries/cyprus/" rel="category tag">Cyprus</a> <a href="https://philarz.com/category/countries/czech-republic/" rel="category tag">Czech Republic</a> <a href="https://philarz.com/category/countries/djibouti/" rel="category tag">Djibouti</a> <a href="https://philarz.com/category/countries/dominican-republic/" rel="category tag">Dominican Republic</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/countries/france/" rel="category tag">France</a> <a href="https://philarz.com/category/countries/french-polynesia/" rel="category tag">French Polynesia</a> <a href="https://philarz.com/category/countries/georgia/" rel="category tag">Georgia</a> <a href="https://philarz.com/category/countries/germany/" rel="category tag">Germany</a> <a href="https://philarz.com/category/countries/greece/" rel="category tag">Greece</a> <a href="https://philarz.com/category/countries/guernsey/" rel="category tag">Guernsey</a> <a href="https://philarz.com/category/countries/guinea/" rel="category tag">Guinea</a> <a href="https://philarz.com/category/countries/guinea-bissau/" rel="category tag">Guinea Bissau</a> <a href="https://philarz.com/category/countries/hong-kong/" rel="category tag">Hong Kong</a> <a href="https://philarz.com/category/countries/hungary/" rel="category tag">Hungary</a> <a href="https://philarz.com/category/countries/india/" rel="category tag">India</a> <a href="https://philarz.com/category/countries/indonesia/" rel="category tag">Indonesia</a> <a href="https://philarz.com/category/countries/isle-of-man/" rel="category tag">Isle of Man</a> <a href="https://philarz.com/category/countries/ivory-coast/" rel="category tag">Ivory Coast</a> <a href="https://philarz.com/category/countries/japan/" rel="category tag">Japan</a> <a href="https://philarz.com/category/countries/jordan/" rel="category tag">Jordan</a> <a href="https://philarz.com/category/countries/korea-south/" rel="category tag">Korea (South)</a> <a href="https://philarz.com/category/countries/kyrgyzstan/" rel="category tag">Kyrgyzstan</a> <a href="https://philarz.com/category/countries/latvia/" rel="category tag">Latvia</a> <a href="https://philarz.com/category/countries/liberia/" rel="category tag">Liberia</a> <a href="https://philarz.com/category/countries/lithuania/" rel="category tag">Lithuania</a> <a href="https://philarz.com/category/countries/luxembourg/" rel="category tag">Luxembourg</a> <a href="https://philarz.com/category/countries/macau/" rel="category tag">Macau</a> <a href="https://philarz.com/category/countries/macedonia-north/" rel="category tag">Macedonia (North)</a> <a href="https://philarz.com/category/countries/malaysia/" rel="category tag">Malaysia</a> <a href="https://philarz.com/category/countries/mali/" rel="category tag">Mali</a> <a href="https://philarz.com/category/countries/mauritius/" rel="category tag">Mauritius</a> <a href="https://philarz.com/category/countries/mexico/" rel="category tag">Mexico</a> <a href="https://philarz.com/category/countries/moldova/" rel="category tag">Moldova</a> <a href="https://philarz.com/category/countries/monaco/" rel="category tag">Monaco</a> <a href="https://philarz.com/category/countries/mongolia/" rel="category tag">Mongolia</a> <a href="https://philarz.com/category/countries/montenegro/" rel="category tag">Montenegro</a> <a href="https://philarz.com/category/countries/morocco/" rel="category tag">Morocco</a> <a href="https://philarz.com/category/countries/myanmar/" rel="category tag">Myanmar</a> <a href="https://philarz.com/category/countries/pakistan/" rel="category tag">Pakistan</a> <a href="https://philarz.com/category/countries/paraguay/" rel="category tag">Paraguay</a> <a href="https://philarz.com/category/countries/peru/" rel="category tag">Peru</a> <a href="https://philarz.com/category/countries/portugal/" rel="category tag">Portugal</a> <a href="https://philarz.com/category/topics/post/" rel="category tag">Post</a> <a href="https://philarz.com/category/countries/qatar/" rel="category tag">Qatar</a> <a href="https://philarz.com/category/countries/romania/" rel="category tag">Romania</a> <a href="https://philarz.com/category/countries/russia/" rel="category tag">Russia</a> <a href="https://philarz.com/category/countries/san-marino/" rel="category tag">San Marino</a> <a href="https://philarz.com/category/countries/saudi-arabia/" rel="category tag">Saudi Arabia</a> <a href="https://philarz.com/category/topics/sculpture/" rel="category tag">Sculpture</a> <a href="https://philarz.com/category/countries/serbia/" rel="category tag">Serbia</a> <a href="https://philarz.com/category/countries/sierra-leone/" rel="category tag">Sierra Leone</a> <a href="https://philarz.com/category/countries/singapore/" rel="category tag">Singapore</a> <a href="https://philarz.com/category/countries/slovakia/" rel="category tag">Slovakia</a> <a href="https://philarz.com/category/countries/slovenia/" rel="category tag">Slovenia</a> <a href="https://philarz.com/category/countries/spain/" rel="category tag">Spain</a> <a href="https://philarz.com/category/countries/sri-lanka/" rel="category tag">Sri Lanka</a> <a href="https://philarz.com/category/countries/switzerland/" rel="category tag">Switzerland</a> <a href="https://philarz.com/category/countries/syria/" rel="category tag">Syria</a> <a href="https://philarz.com/category/countries/tajikistan/" rel="category tag">Tajikistan</a> <a href="https://philarz.com/category/countries/turkiye/" rel="category tag">Türkiye</a> <a href="https://philarz.com/category/countries/thailand/" rel="category tag">Thailand</a> <a href="https://philarz.com/category/countries/togo/" rel="category tag">Togo</a> <a href="https://philarz.com/category/topics/transport/" rel="category tag">Transport</a> <a href="https://philarz.com/category/countries/tunisia/" rel="category tag">Tunisia</a> <a href="https://philarz.com/category/countries/turkmenistan/" rel="category tag">Turkmenistan</a> <a href="https://philarz.com/category/countries/ukraine/" rel="category tag">Ukraine</a> <a href="https://philarz.com/category/countries/united-arab-emirates/" rel="category tag">United Arab Emirates</a> <a href="https://philarz.com/category/topics/upu/" rel="category tag">UPU</a> <a href="https://philarz.com/category/countries/uruguay/" rel="category tag">Uruguay</a> <a href="https://philarz.com/category/countries/uzbekistan/" rel="category tag">Uzbekistan</a> <a href="https://philarz.com/category/countries/vatican/" rel="category tag">Vatican</a> <a href="https://philarz.com/category/countries/vietnam/" rel="category tag">Vietnam</a> <a href="https://philarz.com/category/countries/wallis-and-futuna/" rel="category tag">Wallis and Futuna</a></span></div><span class="comments-link"><a href="https://philarz.com/2024/10/19/upu-150th-anniversary/#comments">3 Comments</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-3608" class="post-3608 post type-post status-publish format-standard has-post-thumbnail hentry category-albania category-bosnia-herzegovina category-croatia category-cyprus category-egypt category-euromed category-france category-greece category-jordan category-malta category-montenegro category-morocco category-portugal category-slovenia category-spain category-sport category-tunisia category-turkey"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2024/08/10/euromed-2024/" rel="bookmark">Euromed 2024</a></h1> <div class="entry-meta"> <span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://philarz.com/author/zzymm/">Richard Zimmermann</a></span></span><span class="posted-on"><a href="https://philarz.com/2024/08/10/euromed-2024/" rel="bookmark"><time class="entry-date published updated" datetime="2024-08-10T07:46:15+02:00">10 August 2024</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>The 2024 Euromed issues were released for most of them on <strong>July 8, 2024</strong>. The following countries have so far released their stamps: <strong>Bosnia Herzegovina</strong> (July 10, 2024) – <strong>Croatia – Cyprus</strong> (July 10) – <strong>Egypt</strong> () – <strong>France – Greece </strong>– <strong>Malta – Montenegro – Morocco – Portugal </strong>(July 10) – <strong>Slovenia – Spain</strong> (July 10) – <strong>Tunisia</strong> (July 9) and <strong>Turkey</strong> (July 7). We are expecting other issues from Albania and Jordan. Jordan stamps have not been seen so far, while Albania stamps are always delayed by one year. Topic is Mediterranean sports and illustrations are different. Thanks to Ali Ahmed Med Achour (Algeria), Don Birschel (USA), Jeff Courtright (USA) for having provided details.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/08\/10\/euromed-2024\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:48.48937%"><figure class="tiled-gallery__item"><img data-attachment-id="3640" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240708bosniah/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240708bosniah.jpg" data-orig-size="988,850" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1720707913","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240708BosniaH" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240708bosniah.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240708bosniah.jpg?w=605" data-attachment-id="3640" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240708bosniah/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240708bosniah.jpg" data-orig-size="988,850" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1720707913","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240708BosniaH" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240708bosniah.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240708bosniah.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/08/20240708bosniah.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240708bosniah.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/08/20240708bosniah.jpg?strip=info&w=988 988w" alt="" data-height="850" data-id="3640" data-link="https://philarz.com/?attachment_id=3640" data-url="https://philarz.com/wp-content/uploads/2024/08/20240708bosniah.jpg?w=988" data-width="988" src="https://philarz.com/wp-content/uploads/2024/08/20240708bosniah.jpg" role="button" aria-label="Open image 1 of 14 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3641" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710croatia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710croatia.jpg" data-orig-size="1230,777" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Croatia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710croatia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710croatia.jpg?w=605" data-attachment-id="3641" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710croatia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710croatia.jpg" data-orig-size="1230,777" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Croatia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710croatia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710croatia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710croatia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240710croatia.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/08/20240710croatia.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/08/20240710croatia.jpg?strip=info&w=1230 1230w" alt="" data-height="777" data-id="3641" data-link="https://philarz.com/?attachment_id=3641" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710croatia.jpg?w=1024" data-width="1230" src="https://philarz.com/wp-content/uploads/2024/08/20240710croatia.jpg" role="button" aria-label="Open image 2 of 14 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:51.51063%"><figure class="tiled-gallery__item"><img data-attachment-id="3642" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710cyprus/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710cyprus.jpg" data-orig-size="208,294" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Cyprus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710cyprus.jpg?w=208" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710cyprus.jpg?w=208" data-attachment-id="3642" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710cyprus/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710cyprus.jpg" data-orig-size="208,294" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Cyprus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710cyprus.jpg?w=208" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710cyprus.jpg?w=208" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710cyprus.jpg?strip=info&w=208 208w" alt="" data-height="294" data-id="3642" data-link="https://philarz.com/?attachment_id=3642" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710cyprus.jpg?w=208" data-width="208" src="https://philarz.com/wp-content/uploads/2024/08/20240710cyprus.jpg" role="button" aria-label="Open image 3 of 14 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:63.91883%"><figure class="tiled-gallery__item"><img data-attachment-id="3643" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710egypt.jpg" data-orig-size="1459,1107" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710egypt.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710egypt.jpg?w=605" data-attachment-id="3643" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710egypt.jpg" data-orig-size="1459,1107" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710egypt.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710egypt.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710egypt.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240710egypt.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/08/20240710egypt.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/08/20240710egypt.jpg?strip=info&w=1459 1459w" alt="" data-height="1107" data-id="3643" data-link="https://philarz.com/?attachment_id=3643" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710egypt.jpg?w=1024" data-width="1459" src="https://philarz.com/wp-content/uploads/2024/08/20240710egypt.jpg" role="button" aria-label="Open image 4 of 14 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:36.08117%"><figure class="tiled-gallery__item"><img data-attachment-id="3644" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710france/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710france.jpg" data-orig-size="754,1015" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710France" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710france.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710france.jpg?w=605" data-attachment-id="3644" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710france/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710france.jpg" data-orig-size="754,1015" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710France" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710france.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710france.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710france.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240710france.jpg?strip=info&w=754 754w" alt="" data-height="1015" data-id="3644" data-link="https://philarz.com/?attachment_id=3644" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710france.jpg?w=754" data-width="754" src="https://philarz.com/wp-content/uploads/2024/08/20240710france.jpg" role="button" aria-label="Open image 5 of 14 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:100.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="3645" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710greece/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg" data-orig-size="1564,607" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Greece" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg?w=605" data-attachment-id="3645" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710greece/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg" data-orig-size="1564,607" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Greece" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg?strip=info&w=1564 1564w" alt="" data-height="607" data-id="3645" data-link="https://philarz.com/?attachment_id=3645" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg?w=1024" data-width="1564" src="https://philarz.com/wp-content/uploads/2024/08/20240710greece.jpg" role="button" aria-label="Open image 6 of 14 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:48.71423%"><figure class="tiled-gallery__item"><img data-attachment-id="3646" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710malta/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710malta.jpg" data-orig-size="604,424" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Malta" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710malta.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710malta.jpg?w=604" data-attachment-id="3646" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710malta/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710malta.jpg" data-orig-size="604,424" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Malta" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710malta.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710malta.jpg?w=604" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710malta.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240710malta.jpg?strip=info&w=604 604w" alt="" data-height="424" data-id="3646" data-link="https://philarz.com/?attachment_id=3646" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710malta.jpg?w=604" data-width="604" src="https://philarz.com/wp-content/uploads/2024/08/20240710malta.jpg" role="button" aria-label="Open image 7 of 14 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:51.28577%"><figure class="tiled-gallery__item"><img data-attachment-id="3647" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710montenegro/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710montenegro.jpg" data-orig-size="300,200" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Montenegro" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710montenegro.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710montenegro.jpg?w=300" data-attachment-id="3647" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710montenegro/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710montenegro.jpg" data-orig-size="300,200" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Montenegro" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710montenegro.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710montenegro.jpg?w=300" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710montenegro.jpg?strip=info&w=300 300w" alt="" data-height="200" data-id="3647" data-link="https://philarz.com/?attachment_id=3647" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710montenegro.jpg?w=300" data-width="300" src="https://philarz.com/wp-content/uploads/2024/08/20240710montenegro.jpg" role="button" aria-label="Open image 8 of 14 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:33.72771%"><figure class="tiled-gallery__item"><img data-attachment-id="3648" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710morocco/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710morocco.jpg" data-orig-size="302,444" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Morocco" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710morocco.jpg?w=204" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710morocco.jpg?w=302" data-attachment-id="3648" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710morocco/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710morocco.jpg" data-orig-size="302,444" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Morocco" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710morocco.jpg?w=204" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710morocco.jpg?w=302" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710morocco.jpg?strip=info&w=302 302w" alt="" data-height="444" data-id="3648" data-link="https://philarz.com/?attachment_id=3648" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710morocco.jpg?w=302" data-width="302" src="https://philarz.com/wp-content/uploads/2024/08/20240710morocco.jpg" role="button" aria-label="Open image 9 of 14 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:31.65342%"><figure class="tiled-gallery__item"><img data-attachment-id="3649" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710portugalst1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst1.jpg" data-orig-size="231,180" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Portugalst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst1.jpg?w=231" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst1.jpg?w=231" data-attachment-id="3649" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710portugalst1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst1.jpg" data-orig-size="231,180" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Portugalst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst1.jpg?w=231" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst1.jpg?w=231" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst1.jpg?strip=info&w=231 231w" alt="" data-height="180" data-id="3649" data-link="https://philarz.com/?attachment_id=3649" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst1.jpg?w=231" data-width="231" src="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst1.jpg" role="button" aria-label="Open image 10 of 14 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3651" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710portugalst2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst2.jpg" data-orig-size="233,180" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Portugalst2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst2.jpg?w=233" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst2.jpg?w=233" data-attachment-id="3651" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710portugalst2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst2.jpg" data-orig-size="233,180" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Portugalst2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst2.jpg?w=233" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst2.jpg?w=233" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst2.jpg?strip=info&w=233 233w" alt="" data-height="180" data-id="3651" data-link="https://philarz.com/?attachment_id=3651" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst2.jpg?w=233" data-width="233" src="https://philarz.com/wp-content/uploads/2024/08/20240710portugalst2.jpg" role="button" aria-label="Open image 11 of 14 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:34.61887%"><figure class="tiled-gallery__item"><img data-attachment-id="3652" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710slovenia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710slovenia.jpg" data-orig-size="604,865" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Slovenia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710slovenia.jpg?w=209" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710slovenia.jpg?w=604" data-attachment-id="3652" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710slovenia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710slovenia.jpg" data-orig-size="604,865" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Slovenia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710slovenia.jpg?w=209" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710slovenia.jpg?w=604" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710slovenia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240710slovenia.jpg?strip=info&w=604 604w" alt="" data-height="865" data-id="3652" data-link="https://philarz.com/?attachment_id=3652" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710slovenia.jpg?w=604" data-width="604" src="https://philarz.com/wp-content/uploads/2024/08/20240710slovenia.jpg" role="button" aria-label="Open image 12 of 14 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:34.40143%"><figure class="tiled-gallery__item"><img data-attachment-id="3653" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710spain/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710spain.jpg" data-orig-size="1464,1037" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Spain" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710spain.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710spain.jpg?w=605" data-attachment-id="3653" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710spain/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710spain.jpg" data-orig-size="1464,1037" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Spain" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710spain.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710spain.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710spain.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240710spain.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/08/20240710spain.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/08/20240710spain.jpg?strip=info&w=1464 1464w" alt="" data-height="1037" data-id="3653" data-link="https://philarz.com/?attachment_id=3653" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710spain.jpg?w=1024" data-width="1464" src="https://philarz.com/wp-content/uploads/2024/08/20240710spain.jpg" role="button" aria-label="Open image 13 of 14 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:65.59857%"><figure class="tiled-gallery__item"><img data-attachment-id="3654" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710tunisia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg" data-orig-size="1610,596" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Tunisia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg?w=605" data-attachment-id="3654" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710tunisia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg" data-orig-size="1610,596" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Tunisia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg?strip=info&w=1610 1610w" alt="" data-height="596" data-id="3654" data-link="https://philarz.com/?attachment_id=3654" data-url="https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg?w=1024" data-width="1610" src="https://philarz.com/wp-content/uploads/2024/08/20240710tunisia.jpg" role="button" aria-label="Open image 14 of 14 in full-screen" /></figure></div></div></div></div></div> <div class="wp-block-image"> <figure class="aligncenter size-large"><img data-attachment-id="3655" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710turkeyss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710turkeyss.jpg" data-orig-size="600,271" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Turkeyss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710turkeyss.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710turkeyss.jpg?w=600" loading="lazy" width="600" height="271" src="https://philarz.com/wp-content/uploads/2024/08/20240710turkeyss.jpg?w=600" alt="" class="wp-image-3655" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710turkeyss.jpg 600w, https://philarz.com/wp-content/uploads/2024/08/20240710turkeyss.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/08/20240710turkeyss.jpg?w=300 300w" sizes="(max-width: 600px) 100vw, 600px" /></figure></div> <p></p> <p>In this series, Ali Ahmed Med Achour pointed also to a printing mistake (error on stamp) on the Egyptian souvenir sheet: The text in Arabic which is supposed to tell “Sports in Mediterranean” and which is correct on the Tunisia and Morocco stamps, is wrong in the Egyptian souvenir sheet. In this case, it has to be translated in “Sport in Euro-Mediterranean”. Below are reproduced the Egyptian souvenir sheet text above the Moroccan stamp text.</p> <div class="wp-block-image"> <figure class="aligncenter size-medium is-resized"><img data-attachment-id="3660" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710egypt_text/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710egypt_text.jpg" data-orig-size="189,20" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Egypt_text" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710egypt_text.jpg?w=189" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710egypt_text.jpg?w=189" loading="lazy" width="189" height="20" src="https://philarz.com/wp-content/uploads/2024/08/20240710egypt_text.jpg?w=189" alt="" class="wp-image-3660" style="width:420px" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710egypt_text.jpg 189w, https://philarz.com/wp-content/uploads/2024/08/20240710egypt_text.jpg?w=150 150w" sizes="(max-width: 189px) 100vw, 189px" /></figure></div> <div class="wp-block-image"> <figure class="aligncenter size-large"><img data-attachment-id="3661" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240710morocco_text/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240710morocco_text.jpg" data-orig-size="385,29" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240710Morocco_text" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240710morocco_text.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240710morocco_text.jpg?w=385" loading="lazy" width="385" height="29" src="https://philarz.com/wp-content/uploads/2024/08/20240710morocco_text.jpg?w=385" alt="" class="wp-image-3661" srcset="https://philarz.com/wp-content/uploads/2024/08/20240710morocco_text.jpg 385w, https://philarz.com/wp-content/uploads/2024/08/20240710morocco_text.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/08/20240710morocco_text.jpg?w=300 300w" sizes="(max-width: 385px) 100vw, 385px" /></figure></div> <p></p> <p>As a complement to the Euromed 2023 issue, it is to note that Albania indeed issued its stamps in 2024, exactly on <strong>June 6, 2024</strong>. Catalogue will be completed accordingly.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img data-attachment-id="3663" data-permalink="https://philarz.com/2024/08/10/euromed-2024/20240606albania/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240606albania.jpg" data-orig-size="467,360" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240606Albania" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240606albania.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240606albania.jpg?w=467" loading="lazy" width="467" height="360" src="https://philarz.com/wp-content/uploads/2024/08/20240606albania.jpg?w=467" alt="" class="wp-image-3663" srcset="https://philarz.com/wp-content/uploads/2024/08/20240606albania.jpg 467w, https://philarz.com/wp-content/uploads/2024/08/20240606albania.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/08/20240606albania.jpg?w=300 300w" sizes="(max-width: 467px) 100vw, 467px" /></figure></div> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="categories-and-tags"><span class="cat-links"><a href="https://philarz.com/category/countries/albania/" rel="category tag">Albania</a> <a href="https://philarz.com/category/countries/bosnia-herzegovina/" rel="category tag">Bosnia Herzegovina</a> <a href="https://philarz.com/category/countries/croatia/" rel="category tag">Croatia</a> <a href="https://philarz.com/category/countries/cyprus/" rel="category tag">Cyprus</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/topics/euromed/" rel="category tag">Euromed</a> <a href="https://philarz.com/category/countries/france/" rel="category tag">France</a> <a href="https://philarz.com/category/countries/greece/" rel="category tag">Greece</a> <a href="https://philarz.com/category/countries/jordan/" rel="category tag">Jordan</a> <a href="https://philarz.com/category/countries/malta/" rel="category tag">Malta</a> <a href="https://philarz.com/category/countries/montenegro/" rel="category tag">Montenegro</a> <a href="https://philarz.com/category/countries/morocco/" rel="category tag">Morocco</a> <a href="https://philarz.com/category/countries/portugal/" rel="category tag">Portugal</a> <a href="https://philarz.com/category/countries/slovenia/" rel="category tag">Slovenia</a> <a href="https://philarz.com/category/countries/spain/" rel="category tag">Spain</a> <a href="https://philarz.com/category/topics/sport/" rel="category tag">Sport</a> <a href="https://philarz.com/category/countries/tunisia/" rel="category tag">Tunisia</a> <a href="https://philarz.com/category/countries/turkey/" rel="category tag">Turkey</a></span></div><span class="comments-link"><a href="https://philarz.com/2024/08/10/euromed-2024/#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-3173" class="post-3173 post type-post status-publish format-standard has-post-thumbnail hentry category-architecture category-australia category-church category-egypt category-flag category-flower category-france category-georgia category-guatemala category-israel category-lake category-literature category-monument category-not-approved category-panama category-peru category-poland category-qatar category-smom category-spain category-sri-lanka category-vietnam"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2023/12/23/december-2023-update/" rel="bookmark">December 2023 update</a></h1> <div class="entry-meta"> <span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://philarz.com/author/zzymm/">Richard Zimmermann</a></span></span><span class="posted-on"><a href="https://philarz.com/2023/12/23/december-2023-update/" rel="bookmark"><time class="entry-date published" datetime="2023-12-23T07:37:02+01:00">23 December 2023</time><time class="updated" datetime="2023-12-24T06:04:18+01:00">24 December 2023</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Over the past weeks a series of new information could be gathered. Let us start first with the announcement of issues that could be released during the year 2024 out of different national philatelic programs. In most of the cases, there is not yet a confirmation from the counterpart country (<em>Most information provided by Kenneth Sequeira, Singapore</em>):</p> <ul class="wp-block-list"> <li><strong>Croatia </strong>and <strong>Germany </strong>on <strong>October 10, 2024</strong> </li> <li><strong>Romania </strong>will issue together with <strong>Israel </strong>(<strong>April</strong>), <strong>Morocco </strong>(<strong>May</strong>) and <strong>India</strong> (<strong>September 2024</strong>). Note that the expected issue related to the anniversary of the death of Eugene Ionescu (1909-1994) involving France, Moldova and Monaco, does not appear in this official Romanian list for 2024</li> <li>The 2024 UPU anniversary omnibus series (scheduled <strong>October 9, 2024</strong>) is growing every week and the present list of countries that have announced their participation includes already: <strong>Belarus – Belgium – Bosnia Herzegovina (Bosnia) – Croatia – Czech Republic – Germany – Greece – Guernsey – Hungary – Latvia – Lithuania – Moldova – Slovakia – Slovenia</strong></li> <li>At the same time, the South Korea India joint issue initially scheduled to be released on June 28, 2023, then rescheduled for December 8, 2023, was cancelled.</li> </ul> <p>The <strong>Guatemala </strong>– <strong>Israel </strong>joint issue announced in a previous blog page was completed with the issue of the Guatemala stamp. Uri Barlev (Israel) could provide the images of the Guatemala stamps also released on the same day of <strong>December 12, 2023</strong> with mixed documents, covers and Israel Souvenir Leaf. Apparently, the tab of the Guatemala stamp is provided with each stamp (miniature sheets of 15 stamps with 15 tabs, produced at only 800 samples/12,000 stamps+tabs) while Israel produced stamps in sheetlets of 15 stamps [3×5] with only 3 tabs at the bottom of the sheetlet – printing run unknown).</p> <figure data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2023\/12\/23\/december-2023-update\/"}' class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-5 is-layout-flex wp-block-gallery-is-layout-flex"> <figure class="wp-block-image size-large"><img data-attachment-id="3216" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231212guatemala/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231212guatemala.jpg" data-orig-size="1027,794" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231212guatemala" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231212guatemala.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231212guatemala.jpg?w=605" loading="lazy" width="1024" height="791" data-id="3216" src="https://philarz.com/wp-content/uploads/2023/12/20231212guatemala.jpg?w=1024" alt="" class="wp-image-3216" srcset="https://philarz.com/wp-content/uploads/2023/12/20231212guatemala.jpg?w=1024 1024w, https://philarz.com/wp-content/uploads/2023/12/20231212guatemala.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2023/12/20231212guatemala.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2023/12/20231212guatemala.jpg?w=768 768w, https://philarz.com/wp-content/uploads/2023/12/20231212guatemala.jpg 1027w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure> <figure class="wp-block-image size-large"><img data-attachment-id="3217" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231212israel/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231212israel.jpg" data-orig-size="1111,854" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"Moshe R","camera":"","caption":"","created_timestamp":"1699995554","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231212israel" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231212israel.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231212israel.jpg?w=605" loading="lazy" width="1024" height="787" data-id="3217" src="https://philarz.com/wp-content/uploads/2023/12/20231212israel.jpg?w=1024" alt="" class="wp-image-3217" srcset="https://philarz.com/wp-content/uploads/2023/12/20231212israel.jpg?w=1024 1024w, https://philarz.com/wp-content/uploads/2023/12/20231212israel.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2023/12/20231212israel.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2023/12/20231212israel.jpg?w=768 768w, https://philarz.com/wp-content/uploads/2023/12/20231212israel.jpg 1111w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure> </figure> <p></p> <p>Also, as a surprise (<em>discovered by Eric Contesse, France</em>), the <strong>Australia Vietnam</strong> joint issue related to the 50 years of diplomatic relationship, which was removed from the catalogue because considered as a Vietnam unilateral issue, has to be reintegrated. In fact, Australia issued on <strong>September 6, 2023</strong> a postal stationery (cover – Postage Paid Envelope PPE) with an indicium corresponding to the Vietnamese stamp. The Vietnamese stamps had been issued on <strong>August 27, 2023</strong>. The pair of products will be reported as a Concerted issue under the heading [<strong>C20230827</strong>] as the gap between the two issue dates is higher than one week.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2023\/12\/23\/december-2023-update\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:70.00871%"><figure class="tiled-gallery__item"><img data-attachment-id="3226" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230827vietnamst/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamst.jpg" data-orig-size="451,339" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230827vietnamst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamst.jpg?w=451" data-attachment-id="3226" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230827vietnamst/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamst.jpg" data-orig-size="451,339" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230827vietnamst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamst.jpg?w=451" srcset="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamst.jpg?strip=info&w=451 451w" alt="" data-height="339" data-id="3226" data-link="https://philarz.com/?attachment_id=3226" data-url="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamst.jpg?w=451" data-width="451" src="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamst.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:29.99129%"><figure class="tiled-gallery__item"><img data-attachment-id="3219" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230827vietnamcancel/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamcancel.jpg" data-orig-size="199,204" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230827vietnamcancel" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamcancel.jpg?w=199" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamcancel.jpg?w=199" data-attachment-id="3219" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230827vietnamcancel/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamcancel.jpg" data-orig-size="199,204" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230827vietnamcancel" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamcancel.jpg?w=199" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamcancel.jpg?w=199" srcset="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamcancel.jpg?strip=info&w=199 199w" alt="" data-height="204" data-id="3219" data-link="https://philarz.com/?attachment_id=3219" data-url="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamcancel.jpg?w=199" data-width="199" src="https://philarz.com/wp-content/uploads/2023/12/20230827vietnamcancel.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3220" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230827vietnampanel/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnampanel.jpg" data-orig-size="314,227" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230827vietnampanel" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnampanel.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnampanel.jpg?w=314" data-attachment-id="3220" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230827vietnampanel/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnampanel.jpg" data-orig-size="314,227" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230827vietnampanel" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnampanel.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230827vietnampanel.jpg?w=314" srcset="https://philarz.com/wp-content/uploads/2023/12/20230827vietnampanel.jpg?strip=info&w=314 314w" alt="" data-height="227" data-id="3220" data-link="https://philarz.com/?attachment_id=3220" data-url="https://philarz.com/wp-content/uploads/2023/12/20230827vietnampanel.jpg?w=314" data-width="314" src="https://philarz.com/wp-content/uploads/2023/12/20230827vietnampanel.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:100.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="3222" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230906australia/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230906australia.jpg" data-orig-size="1101,548" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230906australia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230906australia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230906australia.jpg?w=605" data-attachment-id="3222" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230906australia/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230906australia.jpg" data-orig-size="1101,548" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230906australia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230906australia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230906australia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/12/20230906australia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/12/20230906australia.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2023/12/20230906australia.jpg?strip=info&w=1101 1101w" alt="" data-height="548" data-id="3222" data-link="https://philarz.com/?attachment_id=3222" data-url="https://philarz.com/wp-content/uploads/2023/12/20230906australia.jpg?w=1024" data-width="1101" src="https://philarz.com/wp-content/uploads/2023/12/20230906australia.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:33.12007%"><figure class="tiled-gallery__item"><img data-attachment-id="3223" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230906australiacancel/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230906australiacancel.jpg" data-orig-size="186,190" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230906australiacancel" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230906australiacancel.jpg?w=186" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230906australiacancel.jpg?w=186" data-attachment-id="3223" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230906australiacancel/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230906australiacancel.jpg" data-orig-size="186,190" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230906australiacancel" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230906australiacancel.jpg?w=186" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230906australiacancel.jpg?w=186" srcset="https://philarz.com/wp-content/uploads/2023/12/20230906australiacancel.jpg?strip=info&w=186 186w" alt="" data-height="190" data-id="3223" data-link="https://philarz.com/?attachment_id=3223" data-url="https://philarz.com/wp-content/uploads/2023/12/20230906australiacancel.jpg?w=186" data-width="186" src="https://philarz.com/wp-content/uploads/2023/12/20230906australiacancel.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:66.87993%"><figure class="tiled-gallery__item"><img data-attachment-id="3224" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230906australiacover/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230906australiacover.jpg" data-orig-size="446,225" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230906australiacover" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230906australiacover.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230906australiacover.jpg?w=446" data-attachment-id="3224" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230906australiacover/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230906australiacover.jpg" data-orig-size="446,225" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230906australiacover" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230906australiacover.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230906australiacover.jpg?w=446" srcset="https://philarz.com/wp-content/uploads/2023/12/20230906australiacover.jpg?strip=info&w=446 446w" alt="" data-height="225" data-id="3224" data-link="https://philarz.com/?attachment_id=3224" data-url="https://philarz.com/wp-content/uploads/2023/12/20230906australiacover.jpg?w=446" data-width="446" src="https://philarz.com/wp-content/uploads/2023/12/20230906australiacover.jpg" /></figure></div></div></div></div> <p></p> <p>In a same way, the unexpected counterpart from Poland of the Peru stamps (released on December 14, 2023) relative to 100 years of relationships came out as a postal stationery as early as September 27, 2023 (<em>information provided by Jaap Sarelse, the Netherlands</em>). Following a mail exchange with the Polish philatelic department, Jaap received an answer stating that this office does <span style="text-decoration: underline">not</span> recognize this issue as a joint issue with Peru. Indeed, the designs of the stamp/indicium are different and only margins, cachet and cancellations show identical design fragments. Unfortunately, on this basis, we cannot consider these two products as part of a joint issue, but only a commemorative issue using common logo. However, one has to admit that by using the same logo and the same illustrated topics, there must have been a start of discussions and collaboration between the two administrations which eventually did not finalize in a common product and event. To avoid recurring questioning, this issue will be described in the catalogue, but in gray color, italic characters under the entry code [<strong>N20230927</strong>] (<em>non-approved joint issue</em>).</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2023\/12\/23\/december-2023-update\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:39.13833%"><figure class="tiled-gallery__item"><img data-attachment-id="3199" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231200polandindicium/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231200polandindicium.jpg" data-orig-size="170,107" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231200polandindicium" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231200polandindicium.jpg?w=170" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231200polandindicium.jpg?w=170" data-attachment-id="3199" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231200polandindicium/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231200polandindicium.jpg" data-orig-size="170,107" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231200polandindicium" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231200polandindicium.jpg?w=170" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231200polandindicium.jpg?w=170" srcset="https://philarz.com/wp-content/uploads/2023/12/20231200polandindicium.jpg?strip=info&w=170 170w" alt="" data-height="107" data-id="3199" data-link="https://philarz.com/?attachment_id=3199" data-url="https://philarz.com/wp-content/uploads/2023/12/20231200polandindicium.jpg?w=170" data-width="170" src="https://philarz.com/wp-content/uploads/2023/12/20231200polandindicium.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:60.86167%"><figure class="tiled-gallery__item"><img data-attachment-id="3197" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231214perust/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231214perust.jpg" data-orig-size="312,126" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231214perust" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231214perust.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231214perust.jpg?w=312" data-attachment-id="3197" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231214perust/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231214perust.jpg" data-orig-size="312,126" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231214perust" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231214perust.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231214perust.jpg?w=312" srcset="https://philarz.com/wp-content/uploads/2023/12/20231214perust.jpg?strip=info&w=312 312w" alt="" data-height="126" data-id="3197" data-link="https://philarz.com/?attachment_id=3197" data-url="https://philarz.com/wp-content/uploads/2023/12/20231214perust.jpg?w=312" data-width="312" src="https://philarz.com/wp-content/uploads/2023/12/20231214perust.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:72.43221%"><figure class="tiled-gallery__item"><img data-attachment-id="3196" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231200poland/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231200poland.jpg" data-orig-size="470,297" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231200poland" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231200poland.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231200poland.jpg?w=470" data-attachment-id="3196" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231200poland/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231200poland.jpg" data-orig-size="470,297" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231200poland" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231200poland.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231200poland.jpg?w=470" srcset="https://philarz.com/wp-content/uploads/2023/12/20231200poland.jpg?strip=info&w=470 470w" alt="" data-height="297" data-id="3196" data-link="https://philarz.com/?attachment_id=3196" data-url="https://philarz.com/wp-content/uploads/2023/12/20231200poland.jpg?w=470" data-width="470" src="https://philarz.com/wp-content/uploads/2023/12/20231200poland.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:27.56779%"><figure class="tiled-gallery__item"><img data-attachment-id="3194" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230927polandcancellation/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230927polandcancellation.jpg" data-orig-size="378,378" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230927polandcancellation" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230927polandcancellation.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230927polandcancellation.jpg?w=378" data-attachment-id="3194" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230927polandcancellation/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230927polandcancellation.jpg" data-orig-size="378,378" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230927polandcancellation" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230927polandcancellation.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230927polandcancellation.jpg?w=378" srcset="https://philarz.com/wp-content/uploads/2023/12/20230927polandcancellation.jpg?strip=info&w=378 378w" alt="" data-height="378" data-id="3194" data-link="https://philarz.com/?attachment_id=3194" data-url="https://philarz.com/wp-content/uploads/2023/12/20230927polandcancellation.jpg?w=378" data-width="378" src="https://philarz.com/wp-content/uploads/2023/12/20230927polandcancellation.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3201" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231214perucachet/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231214perucachet.jpg" data-orig-size="191,125" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231214perucachet" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231214perucachet.jpg?w=191" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231214perucachet.jpg?w=191" data-attachment-id="3201" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231214perucachet/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231214perucachet.jpg" data-orig-size="191,125" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231214perucachet" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231214perucachet.jpg?w=191" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231214perucachet.jpg?w=191" srcset="https://philarz.com/wp-content/uploads/2023/12/20231214perucachet.jpg?strip=info&w=191 191w" alt="" data-height="125" data-id="3201" data-link="https://philarz.com/?attachment_id=3201" data-url="https://philarz.com/wp-content/uploads/2023/12/20231214perucachet.jpg?w=191" data-width="191" src="https://philarz.com/wp-content/uploads/2023/12/20231214perucachet.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:100.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="3195" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231200peru/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231200peru.jpg" data-orig-size="491,297" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231200peru" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231200peru.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231200peru.jpg?w=491" data-attachment-id="3195" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231200peru/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231200peru.jpg" data-orig-size="491,297" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231200peru" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231200peru.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231200peru.jpg?w=491" srcset="https://philarz.com/wp-content/uploads/2023/12/20231200peru.jpg?strip=info&w=491 491w" alt="" data-height="297" data-id="3195" data-link="https://philarz.com/?attachment_id=3195" data-url="https://philarz.com/wp-content/uploads/2023/12/20231200peru.jpg?w=491" data-width="491" src="https://philarz.com/wp-content/uploads/2023/12/20231200peru.jpg" /></figure></div></div></div></div> <p></p> <p><strong>Sri Lanka</strong> and <strong>Egypt</strong> came also together for a joint issue released on <strong>December 8, 2023</strong>, at the occasion of 66 (!) years of diplomatic relations (<em>first information provided by Med Achour Ali Ahmed, Algeria</em>). Stamps are different, however showing two identical historical monuments, but date of issue is the same.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2023\/12\/23\/december-2023-update\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:52.83174%"><figure class="tiled-gallery__item"><img data-attachment-id="3189" data-permalink="https://philarz.com/2023/12/22/india-oman-2023/20231208srilankafdc/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231208srilankafdc.jpg" data-orig-size="718,431" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231208srilankafdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231208srilankafdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231208srilankafdc.jpg?w=605" data-attachment-id="3189" data-permalink="https://philarz.com/2023/12/22/india-oman-2023/20231208srilankafdc/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231208srilankafdc.jpg" data-orig-size="718,431" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231208srilankafdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231208srilankafdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231208srilankafdc.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/12/20231208srilankafdc.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/12/20231208srilankafdc.jpg?strip=info&w=718 718w" alt="" data-height="431" data-id="3189" data-link="https://philarz.com/?attachment_id=3189" data-url="https://philarz.com/wp-content/uploads/2023/12/20231208srilankafdc.jpg?w=718" data-width="718" src="https://philarz.com/wp-content/uploads/2023/12/20231208srilankafdc.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3188" data-permalink="https://philarz.com/2023/12/22/india-oman-2023/20231208srilanka/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231208srilanka.jpg" data-orig-size="316,159" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231208srilanka" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231208srilanka.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231208srilanka.jpg?w=316" data-attachment-id="3188" data-permalink="https://philarz.com/2023/12/22/india-oman-2023/20231208srilanka/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231208srilanka.jpg" data-orig-size="316,159" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231208srilanka" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231208srilanka.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231208srilanka.jpg?w=316" srcset="https://philarz.com/wp-content/uploads/2023/12/20231208srilanka.jpg?strip=info&w=316 316w" alt="" data-height="159" data-id="3188" data-link="https://philarz.com/?attachment_id=3188" data-url="https://philarz.com/wp-content/uploads/2023/12/20231208srilanka.jpg?w=316" data-width="316" src="https://philarz.com/wp-content/uploads/2023/12/20231208srilanka.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:47.16826%"><figure class="tiled-gallery__item"><img data-attachment-id="3187" data-permalink="https://philarz.com/2023/12/22/india-oman-2023/20231208egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231208egypt.jpg" data-orig-size="841,1049" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231208egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231208egypt.jpg?w=241" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231208egypt.jpg?w=605" data-attachment-id="3187" data-permalink="https://philarz.com/2023/12/22/india-oman-2023/20231208egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231208egypt.jpg" data-orig-size="841,1049" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231208egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231208egypt.jpg?w=241" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231208egypt.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/12/20231208egypt.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/12/20231208egypt.jpg?strip=info&w=841 841w" alt="" data-height="1049" data-id="3187" data-link="https://philarz.com/?attachment_id=3187" data-url="https://philarz.com/wp-content/uploads/2023/12/20231208egypt.jpg?w=821" data-width="841" src="https://philarz.com/wp-content/uploads/2023/12/20231208egypt.jpg" /></figure></div></div></div></div> <p></p> <p>Correction to be updated in the catalogue: Jaap Sarelse (The Netherlands) provided a copy of the first day cover from <strong>Qatar</strong> with the stamp issued jointly with <strong>Georgia</strong>. The official issue date for Qatar is <strong>August 27, 2023</strong>, which is by far different from the date of issue of Georgia (<strong>June 18, 2023</strong>), and therefore needs for this issue to be reconsidered as <strong>Concerted </strong>[<strong>C</strong>] and not <strong>Twin </strong>[<strong>T</strong>] as described up to now in the catalogue.</p> <figure class="wp-block-image size-large"><img data-attachment-id="3185" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20230827qatarfdc/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20230827qatarfdc.jpg" data-orig-size="867,480" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230827qatarfdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20230827qatarfdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20230827qatarfdc.jpg?w=605" loading="lazy" width="867" height="480" src="https://philarz.com/wp-content/uploads/2023/12/20230827qatarfdc.jpg?w=867" alt="" class="wp-image-3185" srcset="https://philarz.com/wp-content/uploads/2023/12/20230827qatarfdc.jpg 867w, https://philarz.com/wp-content/uploads/2023/12/20230827qatarfdc.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2023/12/20230827qatarfdc.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2023/12/20230827qatarfdc.jpg?w=768 768w" sizes="(max-width: 867px) 100vw, 867px" /></figure> <p></p> <p>Jorge Semprun (1923-2011) was honored by two stamps released by France and Spain respectively on November 20, 2023 and November 22, 2023. Both stamps look very similar as rtaken during the same photo shooting session. However none of the two postal administrations consider this issue as joint and no common event, common FDC was organized. The issue will be described in the catalogue but as Not-approved issue, in italics and gray color [<strong>N20231120</strong>].</p> <figure data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2023\/12\/23\/december-2023-update\/"}' class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex"> <figure class="wp-block-image size-medium"><img data-attachment-id="3230" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231120france/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231120france.jpg" data-orig-size="677,895" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231120france" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231120france.jpg?w=227" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231120france.jpg?w=605" loading="lazy" width="227" height="300" data-id="3230" src="https://philarz.com/wp-content/uploads/2023/12/20231120france.jpg?w=227" alt="" class="wp-image-3230" srcset="https://philarz.com/wp-content/uploads/2023/12/20231120france.jpg?w=227 227w, https://philarz.com/wp-content/uploads/2023/12/20231120france.jpg?w=454 454w, https://philarz.com/wp-content/uploads/2023/12/20231120france.jpg?w=113 113w" sizes="(max-width: 227px) 100vw, 227px" /></figure> <figure class="wp-block-image size-medium"><img data-attachment-id="3229" data-permalink="https://philarz.com/2023/12/23/december-2023-update/20231120spain/" data-orig-file="https://philarz.com/wp-content/uploads/2023/12/20231120spain.jpg" data-orig-size="238,337" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20231120spain" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/12/20231120spain.jpg?w=212" data-large-file="https://philarz.com/wp-content/uploads/2023/12/20231120spain.jpg?w=238" loading="lazy" width="212" height="300" data-id="3229" src="https://philarz.com/wp-content/uploads/2023/12/20231120spain.jpg?w=212" alt="" class="wp-image-3229" srcset="https://philarz.com/wp-content/uploads/2023/12/20231120spain.jpg?w=212 212w, https://philarz.com/wp-content/uploads/2023/12/20231120spain.jpg?w=106 106w, https://philarz.com/wp-content/uploads/2023/12/20231120spain.jpg 238w" sizes="(max-width: 212px) 100vw, 212px" /></figure> </figure> <p></p> <p>Finally, the official issue of the <strong>Panama </strong>stamp joint with <strong>SMOM</strong> is <strong>December 4, 2023</strong>, not December 6 as erroneously reported in the catalogue (<em>Information confirmed by Enzo Cafaro, Italy</em>)</p> <p>The catalogue pages will be updated with all this information by beginning of 2024.</p> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="categories-and-tags"><span class="cat-links"><a href="https://philarz.com/category/topics/architecture/" rel="category tag">Architecture</a> <a href="https://philarz.com/category/countries/australia/" rel="category tag">Australia</a> <a href="https://philarz.com/category/topics/church/" rel="category tag">Church</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/topics/flag/" rel="category tag">Flag</a> <a href="https://philarz.com/category/topics/flower/" rel="category tag">Flower</a> <a href="https://philarz.com/category/countries/france/" rel="category tag">France</a> <a href="https://philarz.com/category/countries/georgia/" rel="category tag">Georgia</a> <a href="https://philarz.com/category/countries/guatemala/" rel="category tag">Guatemala</a> <a href="https://philarz.com/category/countries/israel/" rel="category tag">Israel</a> <a href="https://philarz.com/category/topics/lake/" rel="category tag">Lake</a> <a href="https://philarz.com/category/topics/literature/" rel="category tag">Literature</a> <a href="https://philarz.com/category/topics/monument/" rel="category tag">Monument</a> <a href="https://philarz.com/category/ji-sub-types/not-approved/" rel="category tag">Not-approved</a> <a href="https://philarz.com/category/countries/panama/" rel="category tag">Panama</a> <a href="https://philarz.com/category/countries/peru/" rel="category tag">Peru</a> <a href="https://philarz.com/category/countries/poland/" rel="category tag">Poland</a> <a href="https://philarz.com/category/countries/qatar/" rel="category tag">Qatar</a> <a href="https://philarz.com/category/countries/smom/" rel="category tag">SMOM</a> <a href="https://philarz.com/category/countries/spain/" rel="category tag">Spain</a> <a href="https://philarz.com/category/countries/sri-lanka/" rel="category tag">Sri Lanka</a> <a href="https://philarz.com/category/countries/vietnam/" rel="category tag">Vietnam</a></span></div><span class="comments-link"><a href="https://philarz.com/2023/12/23/december-2023-update/#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-2754" class="post-2754 post type-post status-publish format-standard has-post-thumbnail hentry category-bosnia-herzegovina category-croatia category-cyprus category-dance category-egypt category-euromed category-fair category-film category-fireworks category-flower category-food category-france category-greece category-malta category-montenegro category-morocco category-music category-photography category-portugal category-slovenia category-spain category-theater category-tunisia"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2023/08/06/euromed-2023/" rel="bookmark">Euromed 2023</a></h1> <div class="entry-meta"> <span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://philarz.com/author/zzymm/">Richard Zimmermann</a></span></span><span class="posted-on"><a href="https://philarz.com/2023/08/06/euromed-2023/" rel="bookmark"><time class="entry-date published" datetime="2023-08-06T10:26:36+02:00">6 August 2023</time><time class="updated" datetime="2023-08-06T10:28:06+02:00">6 August 2023</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>The yearly <strong>Euromed</strong> issue was released on <strong>July 10, 2023</strong> with the common topic “Festivals”. So far, all participating countries have issued their stamps on this same date, with the exception of Tunisia which released its stamps on July 11, 2023. There are 13 countries participating, including <strong>Bosnia Herzegovina, Croatia, Cyprus, Egypt, France, Greece, Malta, Montenegro, Morocco, Portugal, Slovenia, Spain</strong> and <strong>Tunisia</strong>. Other potential countries, having participated to Euromed issues in the past years, could also include Albania, Algeria, Jordan, Lebanon, Palestine and Turkey, but no information is available from these countries at this stage.</p> <p>The scope of festival is quite large and each country selected one specific topic including film, dance, theater, music or photography festivals, but also food, fireworks or even the very specific Moreska Sword Dance Festival.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2023\/08\/06\/euromed-2023\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:36.77072%"><figure class="tiled-gallery__item"><img data-attachment-id="2758" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710bosnia/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710bosnia.jpg" data-orig-size="936,1097" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710bosnia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710bosnia.jpg?w=256" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710bosnia.jpg?w=605" data-attachment-id="2758" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710bosnia/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710bosnia.jpg" data-orig-size="936,1097" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710bosnia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710bosnia.jpg?w=256" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710bosnia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710bosnia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/08/20230710bosnia.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2023/08/20230710bosnia.jpg?strip=info&w=936 936w" alt="" data-height="1097" data-id="2758" data-link="https://philarz.com/?attachment_id=2758" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710bosnia.jpg?w=874" data-width="936" src="https://philarz.com/wp-content/uploads/2023/08/20230710bosnia.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:32.07847%"><figure class="tiled-gallery__item"><img data-attachment-id="2759" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710croatia/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg" data-orig-size="1550,966" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710croatia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg?w=605" data-attachment-id="2759" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710croatia/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg" data-orig-size="1550,966" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710croatia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg?strip=info&w=1550 1550w" alt="" data-height="966" data-id="2759" data-link="https://philarz.com/?attachment_id=2759" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg?w=1024" data-width="1550" src="https://philarz.com/wp-content/uploads/2023/08/20230710croatia.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="2760" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710cyprus/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg" data-orig-size="1573,1111" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710cyprus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg?w=605" data-attachment-id="2760" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710cyprus/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg" data-orig-size="1573,1111" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710cyprus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg?strip=info&w=1573 1573w" alt="" data-height="1111" data-id="2760" data-link="https://philarz.com/?attachment_id=2760" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg?w=1024" data-width="1573" src="https://philarz.com/wp-content/uploads/2023/08/20230710cyprus.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:31.15081%"><figure class="tiled-gallery__item"><img data-attachment-id="2762" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710france/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710france.jpg" data-orig-size="148,205" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710france" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710france.jpg?w=148" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710france.jpg?w=148" data-attachment-id="2762" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710france/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710france.jpg" data-orig-size="148,205" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710france" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710france.jpg?w=148" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710france.jpg?w=148" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710france.jpg?strip=info&w=148 148w" alt="" data-height="205" data-id="2762" data-link="https://philarz.com/?attachment_id=2762" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710france.jpg?w=148" data-width="148" src="https://philarz.com/wp-content/uploads/2023/08/20230710france.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:41.63545%"><figure class="tiled-gallery__item"><img data-attachment-id="2761" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710egypt.jpg" data-orig-size="452,250" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710egypt.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710egypt.jpg?w=452" data-attachment-id="2761" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710egypt.jpg" data-orig-size="452,250" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710egypt.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710egypt.jpg?w=452" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710egypt.jpg?strip=info&w=452 452w" alt="" data-height="250" data-id="2761" data-link="https://philarz.com/?attachment_id=2761" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710egypt.jpg?w=452" data-width="452" src="https://philarz.com/wp-content/uploads/2023/08/20230710egypt.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:58.36455%"><figure class="tiled-gallery__item"><img data-attachment-id="2763" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710greecest/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg" data-orig-size="1625,640" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710greecest" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg?w=605" data-attachment-id="2763" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710greecest/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg" data-orig-size="1625,640" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710greecest" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg?strip=info&w=1625 1625w" alt="" data-height="640" data-id="2763" data-link="https://philarz.com/?attachment_id=2763" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg?w=1024" data-width="1625" src="https://philarz.com/wp-content/uploads/2023/08/20230710greecest.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:33.62931%"><figure class="tiled-gallery__item"><img data-attachment-id="2764" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710malta1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710malta1.jpg" data-orig-size="301,300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710malta1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710malta1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710malta1.jpg?w=301" data-attachment-id="2764" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710malta1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710malta1.jpg" data-orig-size="301,300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710malta1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710malta1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710malta1.jpg?w=301" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710malta1.jpg?strip=info&w=301 301w" alt="" data-height="300" data-id="2764" data-link="https://philarz.com/?attachment_id=2764" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710malta1.jpg?w=301" data-width="301" src="https://philarz.com/wp-content/uploads/2023/08/20230710malta1.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="2765" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710malta2/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710malta2.jpg" data-orig-size="300,300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710malta2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710malta2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710malta2.jpg?w=300" data-attachment-id="2765" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710malta2/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710malta2.jpg" data-orig-size="300,300" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710malta2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710malta2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710malta2.jpg?w=300" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710malta2.jpg?strip=info&w=300 300w" alt="" data-height="300" data-id="2765" data-link="https://philarz.com/?attachment_id=2765" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710malta2.jpg?w=300" data-width="300" src="https://philarz.com/wp-content/uploads/2023/08/20230710malta2.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="2766" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710montenegro/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710montenegro.jpg" data-orig-size="210,135" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710montenegro" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710montenegro.jpg?w=210" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710montenegro.jpg?w=210" data-attachment-id="2766" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710montenegro/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710montenegro.jpg" data-orig-size="210,135" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710montenegro" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710montenegro.jpg?w=210" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710montenegro.jpg?w=210" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710montenegro.jpg?strip=info&w=210 210w" alt="" data-height="135" data-id="2766" data-link="https://philarz.com/?attachment_id=2766" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710montenegro.jpg?w=210" data-width="210" src="https://philarz.com/wp-content/uploads/2023/08/20230710montenegro.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:66.37069%"><figure class="tiled-gallery__item"><img data-attachment-id="2767" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710morocco/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710morocco.jpg" data-orig-size="777,1046" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710morocco" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710morocco.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710morocco.jpg?w=605" data-attachment-id="2767" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710morocco/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710morocco.jpg" data-orig-size="777,1046" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710morocco" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710morocco.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710morocco.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710morocco.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/08/20230710morocco.jpg?strip=info&w=777 777w" alt="" data-height="1046" data-id="2767" data-link="https://philarz.com/?attachment_id=2767" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710morocco.jpg?w=761" data-width="777" src="https://philarz.com/wp-content/uploads/2023/08/20230710morocco.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:61.85877%"><figure class="tiled-gallery__item"><img data-attachment-id="2771" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710spain/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710spain.jpg" data-orig-size="146,205" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710spain" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710spain.jpg?w=146" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710spain.jpg?w=146" data-attachment-id="2771" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710spain/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710spain.jpg" data-orig-size="146,205" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710spain" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710spain.jpg?w=146" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710spain.jpg?w=146" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710spain.jpg?strip=info&w=146 146w" alt="" data-height="205" data-id="2771" data-link="https://philarz.com/?attachment_id=2771" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710spain.jpg?w=146" data-width="146" src="https://philarz.com/wp-content/uploads/2023/08/20230710spain.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:38.14123%"><figure class="tiled-gallery__item"><img data-attachment-id="2768" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710portugalst1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst1.jpg" data-orig-size="781,606" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710portugalst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst1.jpg?w=605" data-attachment-id="2768" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710portugalst1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst1.jpg" data-orig-size="781,606" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710portugalst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/08/20230710portugalst1.jpg?strip=info&w=781 781w" alt="" data-height="606" data-id="2768" data-link="https://philarz.com/?attachment_id=2768" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst1.jpg?w=781" data-width="781" src="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst1.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="2769" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710portugalst2/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst2.jpg" data-orig-size="795,614" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710portugalst2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst2.jpg?w=605" data-attachment-id="2769" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710portugalst2/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst2.jpg" data-orig-size="795,614" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710portugalst2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/08/20230710portugalst2.jpg?strip=info&w=795 795w" alt="" data-height="614" data-id="2769" data-link="https://philarz.com/?attachment_id=2769" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst2.jpg?w=795" data-width="795" src="https://philarz.com/wp-content/uploads/2023/08/20230710portugalst2.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="2770" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710slovenia/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710slovenia.jpg" data-orig-size="1437,1022" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710slovenia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710slovenia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710slovenia.jpg?w=605" data-attachment-id="2770" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710slovenia/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710slovenia.jpg" data-orig-size="1437,1022" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710slovenia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710slovenia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710slovenia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710slovenia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/08/20230710slovenia.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2023/08/20230710slovenia.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2023/08/20230710slovenia.jpg?strip=info&w=1437 1437w" alt="" data-height="1022" data-id="2770" data-link="https://philarz.com/?attachment_id=2770" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710slovenia.jpg?w=1024" data-width="1437" src="https://philarz.com/wp-content/uploads/2023/08/20230710slovenia.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:50.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="2772" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710tunisia1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia1.jpg" data-orig-size="200,150" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710tunisia1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia1.jpg?w=200" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia1.jpg?w=200" data-attachment-id="2772" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710tunisia1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia1.jpg" data-orig-size="200,150" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710tunisia1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia1.jpg?w=200" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia1.jpg?w=200" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia1.jpg?strip=info&w=200 200w" alt="" data-height="150" data-id="2772" data-link="https://philarz.com/?attachment_id=2772" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia1.jpg?w=200" data-width="200" src="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia1.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:50.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="2773" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710tunisia2/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia2.jpg" data-orig-size="200,150" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710tunisia2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia2.jpg?w=200" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia2.jpg?w=200" data-attachment-id="2773" data-permalink="https://philarz.com/2023/08/06/euromed-2023/20230710tunisia2/" data-orig-file="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia2.jpg" data-orig-size="200,150" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230710tunisia2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia2.jpg?w=200" data-large-file="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia2.jpg?w=200" srcset="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia2.jpg?strip=info&w=200 200w" alt="" data-height="150" data-id="2773" data-link="https://philarz.com/?attachment_id=2773" data-url="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia2.jpg?w=200" data-width="200" src="https://philarz.com/wp-content/uploads/2023/08/20230710tunisia2.jpg" /></figure></div></div></div></div> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="categories-and-tags"><span class="cat-links"><a href="https://philarz.com/category/countries/bosnia-herzegovina/" rel="category tag">Bosnia Herzegovina</a> <a href="https://philarz.com/category/countries/croatia/" rel="category tag">Croatia</a> <a href="https://philarz.com/category/countries/cyprus/" rel="category tag">Cyprus</a> <a href="https://philarz.com/category/topics/dance/" rel="category tag">Dance</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/topics/euromed/" rel="category tag">Euromed</a> <a href="https://philarz.com/category/topics/fair/" rel="category tag">Fair</a> <a href="https://philarz.com/category/topics/film/" rel="category tag">Film</a> <a href="https://philarz.com/category/topics/fireworks/" rel="category tag">Fireworks</a> <a href="https://philarz.com/category/topics/flower/" rel="category tag">Flower</a> <a href="https://philarz.com/category/topics/food/" rel="category tag">Food</a> <a href="https://philarz.com/category/countries/france/" rel="category tag">France</a> <a href="https://philarz.com/category/countries/greece/" rel="category tag">Greece</a> <a href="https://philarz.com/category/countries/malta/" rel="category tag">Malta</a> <a href="https://philarz.com/category/countries/montenegro/" rel="category tag">Montenegro</a> <a href="https://philarz.com/category/countries/morocco/" rel="category tag">Morocco</a> <a href="https://philarz.com/category/topics/music/" rel="category tag">Music</a> <a href="https://philarz.com/category/topics/photography/" rel="category tag">Photography</a> <a href="https://philarz.com/category/countries/portugal/" rel="category tag">Portugal</a> <a href="https://philarz.com/category/countries/slovenia/" rel="category tag">Slovenia</a> <a href="https://philarz.com/category/countries/spain/" rel="category tag">Spain</a> <a href="https://philarz.com/category/topics/theater/" rel="category tag">Theater</a> <a href="https://philarz.com/category/countries/tunisia/" rel="category tag">Tunisia</a></span></div><span class="comments-link"><a href="https://philarz.com/2023/08/06/euromed-2023/#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1485" class="post-1485 post type-post status-publish format-standard hentry category-albania category-architecture category-bosnia-herzegovina category-croatia category-cyprus category-egypt category-euromed category-france category-greece category-history category-joint-issue category-jordan category-lebanon category-malta category-montenegro category-monument category-morocco category-palestine category-parallel category-portugal category-sculpture category-slovenia category-tunisia category-turkey"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/" rel="bookmark">Euromed stamps 2022 now available</a></h1> <div class="entry-meta"> <span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://philarz.com/author/zzymm/">Richard Zimmermann</a></span></span><span class="posted-on"><a href="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/" rel="bookmark"><time class="entry-date published" datetime="2022-07-17T22:12:28+02:00">17 July 2022</time><time class="updated" datetime="2022-07-18T05:52:02+02:00">18 July 2022</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Don Birschel (USA) collected all information relative to the Euromed 2022 stamps, topic submarine archeology, which started to appear at different countries’ post offices since July 8, 2022. The collection is not complete yet, but he was able to provide most of the illustrations of the following countries:</p> <p><strong>Croatia (July 11 </strong>– 1 stamp, issued 30,000; ancient city of Pula-Pola, amphitheater) – <strong>Cyprus</strong> (<strong>July 11</strong> – 1 stamp) – <strong>France</strong> (<strong>July 8</strong> – 1 stamp, [5×3], 495,000; West Giraglia 2, submarine excavations, Cap Corse) – <strong>Greece</strong> (<strong>July 11</strong> – 2 se-tenant stamps and souvenir sheet with 2 pairs of stamps, as well as a booklet with two pairs; [2px4], [1px2] and [2px1]) – <strong>Malta</strong> (July 11 – 2 stamps, 100,000 and 30,000; Citadella Victoria, Gozo and Phoenician shipwreck site, Xiendi Bay, Gozo) – <strong>Montenegro</strong> (<strong>July 12</strong> – 1 stamp printed 40,000, in miniature sheet of 8 stamps [3×3] with central label; coin of King Ballaios (2<sup>nd</sup> century BC) – <strong>Morocco</strong> (<strong>July 11</strong> – 1 stamp; view of Titwan) – <strong>Portugal</strong> (<strong>July 11</strong> – 2 stamps; 2x[5×4], 2×75,000) – <strong>Slovenia</strong> (<strong>July 11</strong> – 1 stamp, ancient city of Ajdovscina; [5×5]) – <strong>Spain</strong> (<strong>July 11</strong> – 1 stamp; [4×4]; 134,000) – <strong>Tunisia</strong> (<strong>July 11</strong> – 2 stamps; [5×4] and [4×5]; child paintings of Tastur and Takruma) – <strong>Turkey</strong> (<strong>July 9</strong>). </p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/07\/17\/euromed-stamps-2022-now-available\/"}' class="wp-block-jetpack-tiled-gallery is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:50.97806%;"><figure class="tiled-gallery__item"><img data-attachment-id="1495" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709_cyprus/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709_cyprus.jpg" data-orig-size="624,447" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220709_cyprus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709_cyprus.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709_cyprus.jpg?w=605" data-attachment-id="1495" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709_cyprus/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709_cyprus.jpg" data-orig-size="624,447" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220709_cyprus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709_cyprus.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709_cyprus.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/07/20220709_cyprus.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/07/20220709_cyprus.jpg?strip=info&w=624 624w" alt="" data-height="447" data-id="1495" data-link="https://philarz.com/?attachment_id=1495" data-url="https://philarz.com/wp-content/uploads/2022/07/20220709_cyprus.jpg?w=624" data-width="624" src="https://philarz.com/wp-content/uploads/2022/07/20220709_cyprus.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="1496" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709croatia/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709croatia.jpg" data-orig-size="492,293" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220709croatia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709croatia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709croatia.jpg?w=492" data-attachment-id="1496" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709croatia/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709croatia.jpg" data-orig-size="492,293" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220709croatia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709croatia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709croatia.jpg?w=492" srcset="https://philarz.com/wp-content/uploads/2022/07/20220709croatia.jpg?strip=info&w=492 492w" alt="" data-height="293" data-id="1496" data-link="https://philarz.com/?attachment_id=1496" data-url="https://philarz.com/wp-content/uploads/2022/07/20220709croatia.jpg?w=492" data-width="492" src="https://philarz.com/wp-content/uploads/2022/07/20220709croatia.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:49.02194%;"><figure class="tiled-gallery__item"><img data-attachment-id="1497" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709france/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709france.jpg" data-orig-size="243,334" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1657952040","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220709france" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709france.jpg?w=218" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709france.jpg?w=243" data-attachment-id="1497" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709france/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709france.jpg" data-orig-size="243,334" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1657952040","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220709france" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709france.jpg?w=218" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709france.jpg?w=243" srcset="https://philarz.com/wp-content/uploads/2022/07/20220709france.jpg?strip=info&w=243 243w" alt="" data-height="334" data-id="1497" data-link="https://philarz.com/?attachment_id=1497" data-url="https://philarz.com/wp-content/uploads/2022/07/20220709france.jpg?w=243" data-width="243" src="https://philarz.com/wp-content/uploads/2022/07/20220709france.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:62.23579%;"><figure class="tiled-gallery__item"><img data-attachment-id="1498" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709greece/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709greece.jpg" data-orig-size="582,447" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1657952520","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220709greece" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709greece.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709greece.jpg?w=582" data-attachment-id="1498" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709greece/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709greece.jpg" data-orig-size="582,447" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1657952520","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220709greece" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709greece.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709greece.jpg?w=582" srcset="https://philarz.com/wp-content/uploads/2022/07/20220709greece.jpg?strip=info&w=582 582w" alt="" data-height="447" data-id="1498" data-link="https://philarz.com/?attachment_id=1498" data-url="https://philarz.com/wp-content/uploads/2022/07/20220709greece.jpg?w=582" data-width="582" src="https://philarz.com/wp-content/uploads/2022/07/20220709greece.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:37.76421%;"><figure class="tiled-gallery__item"><img data-attachment-id="1499" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709portugal/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709portugal.jpg" data-orig-size="359,455" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220709portugal" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709portugal.jpg?w=237" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709portugal.jpg?w=359" data-attachment-id="1499" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709portugal/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709portugal.jpg" data-orig-size="359,455" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220709portugal" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709portugal.jpg?w=237" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709portugal.jpg?w=359" srcset="https://philarz.com/wp-content/uploads/2022/07/20220709portugal.jpg?strip=info&w=359 359w" alt="" data-height="455" data-id="1499" data-link="https://philarz.com/?attachment_id=1499" data-url="https://philarz.com/wp-content/uploads/2022/07/20220709portugal.jpg?w=359" data-width="359" src="https://philarz.com/wp-content/uploads/2022/07/20220709portugal.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:66.05167%;"><figure class="tiled-gallery__item"><img data-attachment-id="1500" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709slovenia/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709slovenia.jpg" data-orig-size="602,425" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1657952040","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220709slovenia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709slovenia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709slovenia.jpg?w=602" data-attachment-id="1500" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709slovenia/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709slovenia.jpg" data-orig-size="602,425" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1657952040","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220709slovenia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709slovenia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709slovenia.jpg?w=602" srcset="https://philarz.com/wp-content/uploads/2022/07/20220709slovenia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/07/20220709slovenia.jpg?strip=info&w=602 602w" alt="" data-height="425" data-id="1500" data-link="https://philarz.com/?attachment_id=1500" data-url="https://philarz.com/wp-content/uploads/2022/07/20220709slovenia.jpg?w=602" data-width="602" src="https://philarz.com/wp-content/uploads/2022/07/20220709slovenia.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:33.94833%;"><figure class="tiled-gallery__item"><img data-attachment-id="1501" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709spain/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709spain.jpg" data-orig-size="436,600" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220709spain" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709spain.jpg?w=218" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709spain.jpg?w=436" data-attachment-id="1501" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709spain/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709spain.jpg" data-orig-size="436,600" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220709spain" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709spain.jpg?w=218" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709spain.jpg?w=436" srcset="https://philarz.com/wp-content/uploads/2022/07/20220709spain.jpg?strip=info&w=436 436w" alt="" data-height="600" data-id="1501" data-link="https://philarz.com/?attachment_id=1501" data-url="https://philarz.com/wp-content/uploads/2022/07/20220709spain.jpg?w=436" data-width="436" src="https://philarz.com/wp-content/uploads/2022/07/20220709spain.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:62.04754%;"><figure class="tiled-gallery__item"><img data-attachment-id="1502" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709tunisia1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia1.jpg" data-orig-size="352,473" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1657952040","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220709tunisia1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia1.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia1.jpg?w=352" data-attachment-id="1502" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709tunisia1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia1.jpg" data-orig-size="352,473" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1657952040","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220709tunisia1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia1.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia1.jpg?w=352" srcset="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia1.jpg?strip=info&w=352 352w" alt="" data-height="473" data-id="1502" data-link="https://philarz.com/?attachment_id=1502" data-url="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia1.jpg?w=352" data-width="352" src="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia1.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:37.95246%;"><figure class="tiled-gallery__item"><img data-attachment-id="1503" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709tunisia2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia2.jpg" data-orig-size="474,357" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1657952040","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220709tunisia2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia2.jpg?w=474" data-attachment-id="1503" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220709tunisia2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia2.jpg" data-orig-size="474,357" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1657952040","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220709tunisia2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia2.jpg?w=474" srcset="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia2.jpg?strip=info&w=474 474w" alt="" data-height="357" data-id="1503" data-link="https://philarz.com/?attachment_id=1503" data-url="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia2.jpg?w=474" data-width="474" src="https://philarz.com/wp-content/uploads/2022/07/20220709tunisia2.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="1505" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220711malta2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220711malta2.jpg" data-orig-size="801,577" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1658045914","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220711malta2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220711malta2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220711malta2.jpg?w=605" data-attachment-id="1505" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220711malta2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220711malta2.jpg" data-orig-size="801,577" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1658045914","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220711malta2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220711malta2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220711malta2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/07/20220711malta2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/07/20220711malta2.jpg?strip=info&w=801 801w" alt="" data-height="577" data-id="1505" data-link="https://philarz.com/?attachment_id=1505" data-url="https://philarz.com/wp-content/uploads/2022/07/20220711malta2.jpg?w=801" data-width="801" src="https://philarz.com/wp-content/uploads/2022/07/20220711malta2.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="1504" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220711malta1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220711malta1.jpg" data-orig-size="805,568" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1658045914","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220711malta1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220711malta1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220711malta1.jpg?w=605" data-attachment-id="1504" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220711malta1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220711malta1.jpg" data-orig-size="805,568" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1658045914","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220711malta1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220711malta1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220711malta1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/07/20220711malta1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/07/20220711malta1.jpg?strip=info&w=805 805w" alt="" data-height="568" data-id="1504" data-link="https://philarz.com/?attachment_id=1504" data-url="https://philarz.com/wp-content/uploads/2022/07/20220711malta1.jpg?w=805" data-width="805" src="https://philarz.com/wp-content/uploads/2022/07/20220711malta1.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:33.23045%;"><figure class="tiled-gallery__item"><img data-attachment-id="1506" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220711moroccoa/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220711moroccoa.jpg" data-orig-size="149,200" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220711moroccoa" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220711moroccoa.jpg?w=149" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220711moroccoa.jpg?w=149" data-attachment-id="1506" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220711moroccoa/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220711moroccoa.jpg" data-orig-size="149,200" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220711moroccoa" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220711moroccoa.jpg?w=149" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220711moroccoa.jpg?w=149" srcset="https://philarz.com/wp-content/uploads/2022/07/20220711moroccoa.jpg?strip=info&w=149 149w" alt="" data-height="200" data-id="1506" data-link="https://philarz.com/?attachment_id=1506" data-url="https://philarz.com/wp-content/uploads/2022/07/20220711moroccoa.jpg?w=149" data-width="149" src="https://philarz.com/wp-content/uploads/2022/07/20220711moroccoa.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:66.76955%;"><figure class="tiled-gallery__item"><img data-attachment-id="1507" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220712montenegro/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220712montenegro.jpg" data-orig-size="993,662" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220712montenegro" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220712montenegro.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220712montenegro.jpg?w=605" data-attachment-id="1507" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220712montenegro/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220712montenegro.jpg" data-orig-size="993,662" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220712montenegro" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220712montenegro.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220712montenegro.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/07/20220712montenegro.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/07/20220712montenegro.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2022/07/20220712montenegro.jpg?strip=info&w=993 993w" alt="" data-height="662" data-id="1507" data-link="https://philarz.com/?attachment_id=1507" data-url="https://philarz.com/wp-content/uploads/2022/07/20220712montenegro.jpg?w=993" data-width="993" src="https://philarz.com/wp-content/uploads/2022/07/20220712montenegro.jpg" /></figure></div></div></div></div> <p>Although normally issued at time of printing this page, we are still missing detailed information from Cyprus , Morocco, Spain and Turkey. We know that <strong>Bosnia Herzegovina</strong> will issue its stamp only on <strong>November 15, 2022</strong>. Eventually, compared to previous years, we could also expect participation from the following countries: Albania, Egypt, Jordan, Lebanon, and Palestine.</p> <p>On top of this, the <strong>Albania</strong> Euromed 2021 stamps were issued on <strong>May 11, 2022</strong>. (block of four, issued 4,000, [b<sup>4</sup>x2]). Albania Euromed 2022 may become available only in 2023.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img data-attachment-id="1490" data-permalink="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/20220511albania/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220511albania.jpg" data-orig-size="601,598" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220511albania" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220511albania.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220511albania.jpg?w=601" loading="lazy" width="601" height="598" src="https://philarz.com/wp-content/uploads/2022/07/20220511albania.jpg?w=601" alt="" class="wp-image-1490" srcset="https://philarz.com/wp-content/uploads/2022/07/20220511albania.jpg 601w, https://philarz.com/wp-content/uploads/2022/07/20220511albania.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2022/07/20220511albania.jpg?w=300 300w" sizes="(max-width: 601px) 100vw, 601px" /></figure></div> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="categories-and-tags"><span class="cat-links"><a href="https://philarz.com/category/countries/albania/" rel="category tag">Albania</a> <a href="https://philarz.com/category/topics/architecture/" rel="category tag">Architecture</a> <a href="https://philarz.com/category/countries/bosnia-herzegovina/" rel="category tag">Bosnia Herzegovina</a> <a href="https://philarz.com/category/countries/croatia/" rel="category tag">Croatia</a> <a href="https://philarz.com/category/countries/cyprus/" rel="category tag">Cyprus</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/topics/euromed/" rel="category tag">Euromed</a> <a href="https://philarz.com/category/countries/france/" rel="category tag">France</a> <a href="https://philarz.com/category/countries/greece/" rel="category tag">Greece</a> <a href="https://philarz.com/category/topics/history/" rel="category tag">History</a> <a href="https://philarz.com/category/joint-issue/" rel="category tag">Joint Issue</a> <a href="https://philarz.com/category/countries/jordan/" rel="category tag">Jordan</a> <a href="https://philarz.com/category/countries/lebanon/" rel="category tag">Lebanon</a> <a href="https://philarz.com/category/countries/malta/" rel="category tag">Malta</a> <a href="https://philarz.com/category/countries/montenegro/" rel="category tag">Montenegro</a> <a href="https://philarz.com/category/topics/monument/" rel="category tag">Monument</a> <a href="https://philarz.com/category/countries/morocco/" rel="category tag">Morocco</a> <a href="https://philarz.com/category/countries/palestine/" rel="category tag">Palestine</a> <a href="https://philarz.com/category/ji-sub-types/parallel/" rel="category tag">Parallel</a> <a href="https://philarz.com/category/countries/portugal/" rel="category tag">Portugal</a> <a href="https://philarz.com/category/topics/sculpture/" rel="category tag">Sculpture</a> <a href="https://philarz.com/category/countries/slovenia/" rel="category tag">Slovenia</a> <a href="https://philarz.com/category/countries/tunisia/" rel="category tag">Tunisia</a> <a href="https://philarz.com/category/countries/turkey/" rel="category tag">Turkey</a></span></div><span class="comments-link"><a href="https://philarz.com/2022/07/17/euromed-stamps-2022-now-available/#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1410" class="post-1410 post type-post status-publish format-standard hentry category-bosnia-herzegovina category-croatia category-ecuador category-euromed category-france category-greece category-india category-joint-issue category-mexico category-portugal category-slovenia category-tunisia category-turkey category-turkmenistan"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2022/07/03/mid-year-review/" rel="bookmark">Mid-year review</a></h1> <div class="entry-meta"> <span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://philarz.com/author/zzymm/">Richard Zimmermann</a></span></span><span class="posted-on"><a href="https://philarz.com/2022/07/03/mid-year-review/" rel="bookmark"><time class="entry-date published" datetime="2022-07-03T17:12:06+02:00">3 July 2022</time><time class="updated" datetime="2022-07-18T05:53:16+02:00">18 July 2022</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>The release of joint stamps is still affected by the coronavirus pandemic situation and, additionally, more recently, by the Ukrainian-Russian war. The situation of the specific program involving Russia was already reported here. How about the other joint issues? </p> <p>The Japan – Mongolia issue, 50 years of diplomatic relations, eventually proved not to be a true joint issue. Mongolia released a souvenir sheet on May 19, 2022. For Japan, the date of issue was shifted from originally February 14, 2022 to June 15, 2022 and a souvenir sheet with 10 stamps in a different design was released (information provided by Robert Schrijvers, Mongolia).</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img data-attachment-id="1423" data-permalink="https://philarz.com/2022/07/03/mid-year-review/20220615mongoliass/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220615mongoliass.jpg" data-orig-size="581,404" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"MP250 series","caption":"","created_timestamp":"1652983048","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220615mongoliass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220615mongoliass.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220615mongoliass.jpg?w=581" loading="lazy" width="581" height="404" src="https://philarz.com/wp-content/uploads/2022/07/20220615mongoliass.jpg?w=581" alt="" class="wp-image-1423" srcset="https://philarz.com/wp-content/uploads/2022/07/20220615mongoliass.jpg 581w, https://philarz.com/wp-content/uploads/2022/07/20220615mongoliass.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2022/07/20220615mongoliass.jpg?w=300 300w" sizes="(max-width: 581px) 100vw, 581px" /></figure></div> <p></p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img data-attachment-id="1424" data-permalink="https://philarz.com/2022/07/03/mid-year-review/20220615japan/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220615japan.jpg" data-orig-size="1024,695" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220615japan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220615japan.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220615japan.jpg?w=605" loading="lazy" width="1024" height="695" src="https://philarz.com/wp-content/uploads/2022/07/20220615japan.jpg?w=1024" alt="" class="wp-image-1424" srcset="https://philarz.com/wp-content/uploads/2022/07/20220615japan.jpg 1024w, https://philarz.com/wp-content/uploads/2022/07/20220615japan.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2022/07/20220615japan.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2022/07/20220615japan.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div> <p></p> <p>The <strong>Bosnia Herzegovina</strong> stamps related to Family Remittances was issued as planned on<strong> June 16, 2022</strong> with a design identical to stamps produced earlier and in miniature sheets of 10 stamps (printing run 1,000 miniature sheets). This stamp will simply be added to the original series [<strong>B20200716</strong>] which was already filed as a Borrowed Design [<strong>B</strong>], so not a true joint issue. 2020 Catalogue section has been updated with this information. There is no indication of the issuance this year by another country of other stamps related to this topic so far. </p> <div class="wp-block-image size-large"> <figure class="aligncenter is-resized"><img data-attachment-id="1420" data-permalink="https://philarz.com/2022/07/03/mid-year-review/20220616bosniaherzegovina/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220616bosniaherzegovina.jpg" data-orig-size="1074,725" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220616bosniaherzegovina" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220616bosniaherzegovina.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220616bosniaherzegovina.jpg?w=605" loading="lazy" src="https://philarz.com/wp-content/uploads/2022/07/20220616bosniaherzegovina.jpg?w=1024" alt="" class="wp-image-1420" width="256" height="173" srcset="https://philarz.com/wp-content/uploads/2022/07/20220616bosniaherzegovina.jpg?w=256 256w, https://philarz.com/wp-content/uploads/2022/07/20220616bosniaherzegovina.jpg?w=512 512w, https://philarz.com/wp-content/uploads/2022/07/20220616bosniaherzegovina.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2022/07/20220616bosniaherzegovina.jpg?w=300 300w" sizes="(max-width: 256px) 100vw, 256px" /><figcaption class="wp-element-caption"> </figcaption></figure></div> <p>We are still missing information from Turkmenistan related to the <strong>Turkmenistan-India</strong> joint issue. The Indian stamps were released on <strong>April 2, 2022</strong>.</p> <p>The commemorative Brazilian stamp featuring the 100th anniversary of James Joyce’s work ‘Ulysses’ was issued within the Brazilian ‘Diplomatic Relations Series’ and dedicated to Ireland. The stamp was issued as scheduled on June 16, 2022, but not as a joint issue. There is no counterpart produced by Ireland at the same date and this issue can be removed from the catalogue.</p> <p>In the same way, the Italian – Mexico issue initially planned for July 23, 2022 to celebrate diplomatic relations between both countries will probably not take place. On June 28, 2022, Mexico issued a stamp dedicated to the 100<sup>th</sup> anniversary of the building of the Mexican embassy in Italy. There are no counterparts reported in the Italian philatelic program and there is a great doubt that Italy will change its program within the next weeks.</p> <p>The <strong>Ecuador-Mexico</strong> joint issue in honor of the heroes of independency Leona Vicario and Manuela Saenz was not issued on <strong>June 1, 2022</strong>, as scheduled. It seems the issue of these stamps will again be delayed, as the date had already been changed twice this year. Any information is welcome.</p> <p>The Cyprus-Israel joint issue that was once listed on the Israel program has disappeared from this list. No stamp was issued on the originally scheduled date of June 28, 2022. </p> <p>On the positive side, names of countries involved in the next Euromed issue are now accumulating. The present list of countries having guaranteed participation to this issue include: <strong>Bosnia Herzegovina (November 15) – Croatia (July 11) – France (July 8) – Greece (July 11) – Portugal (July 11) – Slovenia (July 11) – Tunisia (July 11) – Turkey (July 9)</strong>. More are to come and, compared to last year, we could expect participation from the following countries as well: Albania, Cyprus, Egypt, Jordan, Lebanon, Malta, Montenegro, Morocco and Spain. The complete list will be published in Volume 15 of the catalogue, after <strong>July 11, 2022</strong>, the most common and new reference date for this issue. In the meantime, some pictures of the already disclosed projects.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/07\/03\/mid-year-review\/"}' class="wp-block-jetpack-tiled-gallery is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:32.51465%;"><figure class="tiled-gallery__item"><img data-attachment-id="1445" data-permalink="https://philarz.com/2022/07/03/mid-year-review/20220711franceeuromedproject-1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220711franceeuromedproject-1.jpg" data-orig-size="511,752" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1656848772","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220711franceeuromedproject-1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220711franceeuromedproject-1.jpg?w=204" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220711franceeuromedproject-1.jpg?w=511" data-attachment-id="1445" data-permalink="https://philarz.com/2022/07/03/mid-year-review/20220711franceeuromedproject-1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220711franceeuromedproject-1.jpg" data-orig-size="511,752" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1656848772","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220711franceeuromedproject-1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220711franceeuromedproject-1.jpg?w=204" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220711franceeuromedproject-1.jpg?w=511" srcset="https://philarz.com/wp-content/uploads/2022/07/20220711franceeuromedproject-1.jpg?strip=info&w=511 511w" alt="" data-height="752" data-id="1445" data-link="https://philarz.com/2022/07/03/mid-year-review/20220711franceeuromedproject-1/" data-url="https://philarz.com/wp-content/uploads/2022/07/20220711franceeuromedproject-1.jpg?w=511" data-width="511" src="https://philarz.com/wp-content/uploads/2022/07/20220711franceeuromedproject-1.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:67.48535%;"><figure class="tiled-gallery__item"><img data-attachment-id="1428" data-permalink="https://philarz.com/2022/07/03/mid-year-review/20220711sloveniaeuromedproject/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220711sloveniaeuromedproject.jpg" data-orig-size="513,363" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"CanoScan LiDE 400","caption":"","created_timestamp":"","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220711sloveniaeuromedproject" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220711sloveniaeuromedproject.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220711sloveniaeuromedproject.jpg?w=513" data-attachment-id="1428" data-permalink="https://philarz.com/2022/07/03/mid-year-review/20220711sloveniaeuromedproject/" data-orig-file="https://philarz.com/wp-content/uploads/2022/07/20220711sloveniaeuromedproject.jpg" data-orig-size="513,363" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"CanoScan LiDE 400","caption":"","created_timestamp":"","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220711sloveniaeuromedproject" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/07/20220711sloveniaeuromedproject.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/07/20220711sloveniaeuromedproject.jpg?w=513" srcset="https://philarz.com/wp-content/uploads/2022/07/20220711sloveniaeuromedproject.jpg?strip=info&w=513 513w" alt="" data-height="363" data-id="1428" data-link="https://philarz.com/?attachment_id=1428" data-url="https://philarz.com/wp-content/uploads/2022/07/20220711sloveniaeuromedproject.jpg?w=513" data-width="513" src="https://philarz.com/wp-content/uploads/2022/07/20220711sloveniaeuromedproject.jpg" /></figure></div></div></div></div> <p>Finally, take a look at this web link of interest, the site of Mark Joseph Jochim, <a rel="noreferrer noopener" href="https://www.philatelicpursuits.com/2022-2/2022-schedules-a/" target="_blank">Philatelic Pursuits</a>, which provides information about the stamp issue programs of all countries. It needs to be updated, but it represents a unique and very interesting starting point.</p> <p></p> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="categories-and-tags"><span class="cat-links"><a href="https://philarz.com/category/countries/bosnia-herzegovina/" rel="category tag">Bosnia Herzegovina</a> <a href="https://philarz.com/category/countries/croatia/" rel="category tag">Croatia</a> <a href="https://philarz.com/category/countries/ecuador/" rel="category tag">Ecuador</a> <a href="https://philarz.com/category/topics/euromed/" rel="category tag">Euromed</a> <a href="https://philarz.com/category/countries/france/" rel="category tag">France</a> <a href="https://philarz.com/category/countries/greece/" rel="category tag">Greece</a> <a href="https://philarz.com/category/countries/india/" rel="category tag">India</a> <a href="https://philarz.com/category/joint-issue/" rel="category tag">Joint Issue</a> <a href="https://philarz.com/category/countries/mexico/" rel="category tag">Mexico</a> <a href="https://philarz.com/category/countries/portugal/" rel="category tag">Portugal</a> <a href="https://philarz.com/category/countries/slovenia/" rel="category tag">Slovenia</a> <a href="https://philarz.com/category/countries/tunisia/" rel="category tag">Tunisia</a> <a href="https://philarz.com/category/countries/turkey/" rel="category tag">Turkey</a> <a href="https://philarz.com/category/countries/turkmenistan/" rel="category tag">Turkmenistan</a></span></div><span class="comments-link"><a href="https://philarz.com/2022/07/03/mid-year-review/#comments">4 Comments</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1144" class="post-1144 post type-post status-publish format-standard hentry category-algeria category-belarus category-china-pr category-czech-republic category-egypt category-erithrea category-france category-ivory-coast category-joint-issue category-monaco category-not-approved category-vietnam"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2022/01/27/failed-opportunities/" rel="bookmark">Failed opportunities</a></h1> <div class="entry-meta"> <span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://philarz.com/author/zzymm/">Richard Zimmermann</a></span></span><span class="posted-on"><a href="https://philarz.com/2022/01/27/failed-opportunities/" rel="bookmark"><time class="entry-date published updated" datetime="2022-01-27T16:38:06+01:00">27 January 2022</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>The programme of new stamps from Belarus included a potential joint issue with China and another with Vietnam, both expected to be released during the month of January at the occasion of the 30th anniversary of diplomatic relationships. The Belarus stamps were issued respectively on January 12, 2022 and January 24, 2022, but there is absolutely no news from either China PR nor Vietnam for event-associated stamps. There are great chances that these issues will remain unilateral and that the entries will have to be removed from the list described in the catalogue (Vol 15). At least, here are the pictures of the Belarus stamps.</p> <div class="wp-block-image"><figure class="aligncenter"><img data-attachment-id="1154" data-permalink="https://philarz.com/20220112belarus/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220112belarus.jpg" data-orig-size="199,142" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"\u0426\u044b\u0440\u0443\u043b\u0438\u043a \u0421\u0432\u0435\u0442\u043b\u0430\u043d\u0430 \u0410\u043d\u0430\u0442\u043e\u043b\u044c\u0435\u0432\u043d\u0430","camera":"","caption":"","created_timestamp":"1641210028","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220112belarus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220112belarus.jpg?w=199" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220112belarus.jpg?w=199" loading="lazy" width="199" height="142" src="https://philarz.com/wp-content/uploads/2022/01/20220112belarus.jpg?w=199" alt="" class="wp-image-1154" srcset="https://philarz.com/wp-content/uploads/2022/01/20220112belarus.jpg 199w, https://philarz.com/wp-content/uploads/2022/01/20220112belarus.jpg?w=150 150w" sizes="(max-width: 199px) 100vw, 199px" /></figure></div> <div class="wp-block-image"><figure class="aligncenter"><img data-attachment-id="1155" data-permalink="https://philarz.com/20220124belarus/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220124belarus.jpg" data-orig-size="199,142" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"\u0426\u044b\u0440\u0443\u043b\u0438\u043a \u0421\u0432\u0435\u0442\u043b\u0430\u043d\u0430 \u0410\u043d\u0430\u0442\u043e\u043b\u044c\u0435\u0432\u043d\u0430","camera":"","caption":"","created_timestamp":"1640012706","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220124belarus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220124belarus.jpg?w=199" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220124belarus.jpg?w=199" loading="lazy" width="199" height="142" src="https://philarz.com/wp-content/uploads/2022/01/20220124belarus.jpg?w=199" alt="" class="wp-image-1155" srcset="https://philarz.com/wp-content/uploads/2022/01/20220124belarus.jpg 199w, https://philarz.com/wp-content/uploads/2022/01/20220124belarus.jpg?w=150 150w" sizes="(max-width: 199px) 100vw, 199px" /></figure></div> <p>An other opportunity was mentioned by Cesar Ittman (The Netherlands). During the year 2022, France celebrates the 200th anniversary of the death of the famous author Moliere. France issued a first stamp on January 17, 2022, at the same time as Monaco, while Czech Republic issued a stamp on January 20, 2022. There is absolutely no claim from one of these countries for a joint issue. These are just stamps issued at the occasion of an anniversary and it would not be surprising to see much more other stamps released to honor Moliere during this year without any joint character. </p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/01\/27\/failed-opportunities\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:18.15084%;"><figure class="tiled-gallery__item"><img data-attachment-id="1150" data-permalink="https://philarz.com/20220115monaco/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg" data-orig-size="150,180" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1643297340","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220115monaco" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg?w=150" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg?w=150" data-attachment-id="1150" data-permalink="https://philarz.com/20220115monaco/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg" data-orig-size="150,180" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1643297340","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220115monaco" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg?w=150" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg?w=150" srcset="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg?strip=info&w=150 150w" alt="" data-height="180" data-id="1150" data-link="https://philarz.com/20220115monaco/" data-url="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg?w=150" data-width="150" src="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg" data-amp-layout="responsive" /></figure></div><div class="tiled-gallery__col" style="flex-basis:46.63231%;"><figure class="tiled-gallery__item"><img data-attachment-id="1151" data-permalink="https://philarz.com/20220115france/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg" data-orig-size="237,110" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1643297340","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220115france" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg?w=237" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg?w=237" data-attachment-id="1151" data-permalink="https://philarz.com/20220115france/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg" data-orig-size="237,110" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1643297340","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220115france" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg?w=237" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg?w=237" srcset="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg?strip=info&w=237 237w" alt="" data-height="110" data-id="1151" data-link="https://philarz.com/20220115france/" data-url="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg?w=237" data-width="237" src="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg" data-amp-layout="responsive" /></figure></div><div class="tiled-gallery__col" style="flex-basis:35.21686%;"><figure class="tiled-gallery__item"><img data-attachment-id="1152" data-permalink="https://philarz.com/20220128czech/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg" data-orig-size="260,160" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220128czech" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg?w=260" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg?w=260" data-attachment-id="1152" data-permalink="https://philarz.com/20220128czech/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg" data-orig-size="260,160" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220128czech" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg?w=260" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg?w=260" srcset="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg?strip=info&w=260 260w" alt="" data-height="160" data-id="1152" data-link="https://philarz.com/20220128czech/" data-url="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg?w=260" data-width="260" src="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg" data-amp-layout="responsive" /></figure></div></div></div></div> <p>The first true joint issue to be released this year is scheduled for February 14, 2022, not earlier. This is quite late compared to previous years.</p> <p>Don Birschel (USA) explored older issues and asked about the relevance of some 2006 China-Africa Forum stamps as joint. Indeed, some of these stamps show the same design, but this is a logo and none of the countries have claimed a joint issue character. So again, this is an exemple of a non-approved joint issue. Here are the pictures of the stamps from countries that celebrated this event: Algeria (November 6, 2006), China (November 3), Egypt (November 5), Eritrea (November 3) and Ivory Coast (November 28).</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/01\/27\/failed-opportunities\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:100%;"><figure class="tiled-gallery__item"><img data-attachment-id="1157" data-permalink="https://philarz.com/2006_1103_egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg" data-orig-size="708,192" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"?????????????????????????????????????????????????????????","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_egypt" data-image-description="" data-image-caption="<p>?????????????????????????????????????????????????????????</p> " data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?w=605" data-attachment-id="1157" data-permalink="https://philarz.com/2006_1103_egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg" data-orig-size="708,192" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"?????????????????????????????????????????????????????????","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_egypt" data-image-description="" data-image-caption="<p>?????????????????????????????????????????????????????????</p> " data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?strip=info&w=708 708w" alt="" data-height="192" data-id="1157" data-link="https://philarz.com/2006_1103_egypt/" data-url="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?w=708" data-width="708" src="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg" data-amp-layout="responsive" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:60.75107%;"><figure class="tiled-gallery__item"><img data-attachment-id="1160" data-permalink="https://philarz.com/2006_1103_algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg" data-orig-size="394,524" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg?w=394" data-attachment-id="1160" data-permalink="https://philarz.com/2006_1103_algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg" data-orig-size="394,524" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg?w=394" srcset="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg?strip=info&w=394 394w" alt="" data-height="524" data-id="1160" data-link="https://philarz.com/2006_1103_algeria/" data-url="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg?w=394" data-width="394" src="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg" data-amp-layout="responsive" /></figure></div><div class="tiled-gallery__col" style="flex-basis:39.24893%;"><figure class="tiled-gallery__item"><img data-attachment-id="1161" data-permalink="https://philarz.com/2006_1103_china/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg" data-orig-size="526,532" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_china" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg?w=297" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg?w=526" data-attachment-id="1161" data-permalink="https://philarz.com/2006_1103_china/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg" data-orig-size="526,532" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_china" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg?w=297" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg?w=526" srcset="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg?strip=info&w=526 526w" alt="" data-height="532" data-id="1161" data-link="https://philarz.com/2006_1103_china/" data-url="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg?w=526" data-width="526" src="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg" data-amp-layout="responsive" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="1158" data-permalink="https://philarz.com/2006_1103_ivorycoast_1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg" data-orig-size="514,534" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_ivorycoast_1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg?w=289" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg?w=514" data-attachment-id="1158" data-permalink="https://philarz.com/2006_1103_ivorycoast_1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg" data-orig-size="514,534" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_ivorycoast_1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg?w=289" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg?w=514" srcset="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg?strip=info&w=514 514w" alt="" data-height="534" data-id="1158" data-link="https://philarz.com/2006_1103_ivorycoast_1/" data-url="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg?w=514" data-width="514" src="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg" data-amp-layout="responsive" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:42.19474%;"><figure class="tiled-gallery__item"><img data-attachment-id="1159" data-permalink="https://philarz.com/2006_1103_ivorycoast_2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg" data-orig-size="517,535" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_ivorycoast_2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg?w=290" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg?w=517" data-attachment-id="1159" data-permalink="https://philarz.com/2006_1103_ivorycoast_2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg" data-orig-size="517,535" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_ivorycoast_2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg?w=290" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg?w=517" srcset="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg?strip=info&w=517 517w" alt="" data-height="535" data-id="1159" data-link="https://philarz.com/2006_1103_ivorycoast_2/" data-url="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg?w=517" data-width="517" src="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg" data-amp-layout="responsive" /></figure></div><div class="tiled-gallery__col" style="flex-basis:57.80526%;"><figure class="tiled-gallery__item"><img data-attachment-id="1162" data-permalink="https://philarz.com/2006_1103_eritrea/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg" data-orig-size="693,523" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_eritrea" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?w=605" data-attachment-id="1162" data-permalink="https://philarz.com/2006_1103_eritrea/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg" data-orig-size="693,523" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_eritrea" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?strip=info&w=693 693w" alt="" data-height="523" data-id="1162" data-link="https://philarz.com/2006_1103_eritrea/" data-url="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?w=693" data-width="693" src="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg" data-amp-layout="responsive" /></figure></div></div></div></div> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="categories-and-tags"><span class="cat-links"><a href="https://philarz.com/category/countries/algeria/" rel="category tag">Algeria</a> <a href="https://philarz.com/category/countries/belarus/" rel="category tag">Belarus</a> <a href="https://philarz.com/category/countries/china-pr/" rel="category tag">China PR</a> <a href="https://philarz.com/category/countries/czech-republic/" rel="category tag">Czech Republic</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/countries/erithrea/" rel="category tag">Erithrea</a> <a href="https://philarz.com/category/countries/france/" rel="category tag">France</a> <a href="https://philarz.com/category/countries/ivory-coast/" rel="category tag">Ivory Coast</a> <a href="https://philarz.com/category/joint-issue/" rel="category tag">Joint Issue</a> <a href="https://philarz.com/category/countries/monaco/" rel="category tag">Monaco</a> <a href="https://philarz.com/category/ji-sub-types/not-approved/" rel="category tag">Not-approved</a> <a href="https://philarz.com/category/countries/vietnam/" rel="category tag">Vietnam</a></span></div><span class="comments-link"><a href="https://philarz.com/2022/01/27/failed-opportunities/#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-922" class="post-922 post type-post status-publish format-standard hentry category-france category-japan category-mixed-fdc"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2022/01/04/france-japan-2021-mixed-fdc/" rel="bookmark">France-Japan 2021 mixed FDC</a></h1> <div class="entry-meta"> <span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://philarz.com/author/zzymm/">Richard Zimmermann</a></span></span><span class="posted-on"><a href="https://philarz.com/2022/01/04/france-japan-2021-mixed-fdc/" rel="bookmark"><time class="entry-date published" datetime="2022-01-04T07:10:22+01:00">4 January 2022</time><time class="updated" datetime="2022-01-04T07:21:54+01:00">4 January 2022</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Dominique Josse (France) succeeded in something that was considered as quite impossible: creating a mixed first day cover with the stamps from both <strong>France </strong>and <strong>Japan </strong>issued on <strong>October 8, 2021</strong> (week of letter writing, mail boxes [<strong>T20211008</strong>]). In France, access to first day cancellations remains possible about 8 weeks following the official first day date, but Japan does not allow production of items with dates different than the one of the day on which it is cancelled. In other words, Japan first day covers could be obtained only on October 8, 2021, while French cancellations from October 8, 2021 remained possible until around December 8, 2021. Additionally, in this specific case, and in contrary to usual joint issue first days, there was no common joint issue ceremony, no exchange of post staff for this day and therefore no creation of official common joint first day covers. So, Dominique, managed to have access to a few Japanese official first day covers, without cachet, and, when received in France, added the French stamps before asking to the French post to cancel these stamps. Here is the result, magnificent item and quite rare. No idea if other collectors have tried as well and succeeded. To our knowledge, and so far, the number of existing samples must remain below 10. Congratulations Dominique!</p> <figure class="wp-block-image size-large"><img data-attachment-id="926" data-permalink="https://philarz.com/20211008japanfrancemixedfdc/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20211008japanfrancemixedfdc.jpg" data-orig-size="2226,1140" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"Canon MG7500 series Network","caption":"","created_timestamp":"1641279888","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20211008japanfrancemixedfdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20211008japanfrancemixedfdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20211008japanfrancemixedfdc.jpg?w=605" loading="lazy" width="1024" height="524" src="https://philarz.com/wp-content/uploads/2022/01/20211008japanfrancemixedfdc.jpg?w=1024" alt="" class="wp-image-926" srcset="https://philarz.com/wp-content/uploads/2022/01/20211008japanfrancemixedfdc.jpg?w=1024 1024w, https://philarz.com/wp-content/uploads/2022/01/20211008japanfrancemixedfdc.jpg?w=2046 2046w, https://philarz.com/wp-content/uploads/2022/01/20211008japanfrancemixedfdc.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2022/01/20211008japanfrancemixedfdc.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2022/01/20211008japanfrancemixedfdc.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="categories-and-tags"><span class="cat-links"><a href="https://philarz.com/category/countries/france/" rel="category tag">France</a> <a href="https://philarz.com/category/countries/japan/" rel="category tag">Japan</a> <a href="https://philarz.com/category/ji-general/mixed-fdc/" rel="category tag">Mixed FDC</a></span></div><span class="comments-link"><a href="https://philarz.com/2022/01/04/france-japan-2021-mixed-fdc/#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> </main><!-- #main --> </section><!-- #primary --> <div id="secondary" class="widget-area" role="complementary"> <nav id="site-navigation" class="main-navigation" role="navigation"> <div class="menu-principal-container"><ul id="menu-principal" class="menu"><li id="menu-item-145" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-145"><a target="_blank" rel="noopener" href="https://philarz.com/">Home</a></li> <li id="menu-item-4692" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-4692"><a href="https://philarz.com/news/">News</a></li> <li id="menu-item-317" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-317"><a target="_blank" rel="noopener" href="https://philarz.com/about/">About us</a></li> <li id="menu-item-146" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-146"><a target="_blank" rel="noopener" href="https://philarz.com/catalogues/">Catalogue</a> <ul class="sub-menu"> <li id="menu-item-396" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-396"><a target="_blank" rel="noopener" href="https://philarz.com/catalogue-description/">Catalogue description</a></li> <li id="menu-item-504" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-504"><a target="_blank" rel="noopener" href="https://philarz.com/catalogue-archives/">Catalogue – Archives</a></li> </ul> </li> <li id="menu-item-4684" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4684"><a href="https://philarz.com/faq/">FAQ</a></li> <li id="menu-item-4680" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4680"><a target="_blank" rel="noopener" href="https://philarz.com/publications/">Publications</a></li> <li id="menu-item-388" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-388"><a target="_blank" rel="noopener" href="https://philarz.com/links/">Philatelic resources</a></li> <li id="menu-item-4681" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4681"><a target="_blank" rel="noopener" href="https://philarz.com/archives-original-site/">Archives (original site)</a> <ul class="sub-menu"> <li id="menu-item-397" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-397"><a target="_blank" rel="noopener" href="http://www.philarz.net">Access to archived site</a></li> </ul> </li> <li id="menu-item-155" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-155"><a target="_blank" rel="noopener" href="https://philarz.com/contact/">Contact</a></li> </ul></div> </nav><!-- #site-navigation --> <aside id="block-3" class="widget widget_block widget_search"><form role="search" method="get" action="https://philarz.com/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search" ><label class="wp-block-search__label" for="wp-block-search__input-7" >Recherche</label><div class="wp-block-search__inside-wrapper " ><input class="wp-block-search__input" id="wp-block-search__input-7" placeholder="" value="" type="search" name="s" required /><button aria-label="Search" class="wp-block-search__button wp-element-button" type="submit" >Search</button></div></form></aside><aside id="google_translate_widget-3" class="widget widget_google_translate_widget"><h1 class="widget-title">Translate</h1><div id="google_translate_element"></div></aside><aside id="block-6" class="widget widget_block widget_text"> <p style="font-size:24px"><strong>Latest news</strong></p> </aside><aside id="block-10" class="widget widget_block widget_recent_entries"><ul class="wp-block-latest-posts__list has-dates wp-block-latest-posts"><li><a class="wp-block-latest-posts__post-title" href="https://philarz.com/2025/02/16/access-to-archive-pages/">Access to archive pages</a><time datetime="2025-02-16T07:55:07+01:00" class="wp-block-latest-posts__post-date">16 February 2025</time><div class="wp-block-latest-posts__post-excerpt">Following the creation of this blog providing on-line access to the updated Catalogue 2022+, the original web pages http://www.philarz.net became obsolete. Over time, this old web site which is not supported/updated anymore is bound to disappear. For collectors interested in… <a class="wp-block-latest-posts__read-more" href="https://philarz.com/2025/02/16/access-to-archive-pages/" rel="noopener noreferrer">Read more<span class="screen-reader-text">: Access to archive pages</span></a></div></li> <li><a class="wp-block-latest-posts__post-title" href="https://philarz.com/2025/02/15/new-discovery-from-2023/">New discovery from 2023</a><time datetime="2025-02-15T07:13:43+01:00" class="wp-block-latest-posts__post-date">15 February 2025</time><div class="wp-block-latest-posts__post-excerpt">To our great surprise, George Adi reported a joint issue that was not described so far and dated back 2023. At the occasion of the 50th anniversary of their diplomatic relationship, Türkiye (Turkey) and Qatar issued the same stamp representing… <a class="wp-block-latest-posts__read-more" href="https://philarz.com/2025/02/15/new-discovery-from-2023/" rel="noopener noreferrer">Read more<span class="screen-reader-text">: New discovery from 2023</span></a></div></li> <li><a class="wp-block-latest-posts__post-title" href="https://philarz.com/2025/02/13/india-israel-eventually/">India – Israel, eventually</a><time datetime="2025-02-13T07:24:54+01:00" class="wp-block-latest-posts__post-date">13 February 2025</time><div class="wp-block-latest-posts__post-excerpt">The Holi (India) and Purim (Israel) Festivals’ stamps involving India and Israel were originally scheduled to be released on February 13, 2024, but India was not ready to participate at that time. The new date of May 7, 2024 was… <a class="wp-block-latest-posts__read-more" href="https://philarz.com/2025/02/13/india-israel-eventually/" rel="noopener noreferrer">Read more<span class="screen-reader-text">: India – Israel, eventually</span></a></div></li> </ul></aside><aside id="block-8" class="widget widget_block widget_categories"><div class="wp-block-categories-dropdown wp-block-categories"><label class="wp-block-categories__label" for="wp-block-categories-1">Categories</label><select name='category_name' id='wp-block-categories-1' class='postform'> <option value='-1'>Select Category</option> <option class="level-0" value="countries">Countries (160)</option> <option class="level-1" value="albania"> Albania (8)</option> <option class="level-1" value="alderney"> Alderney (1)</option> <option class="level-1" value="algeria"> Algeria (11)</option> <option class="level-1" value="andorra-french"> Andorra (French) (1)</option> <option class="level-1" value="andorra-spanish"> Andorra (Spanish) (1)</option> <option class="level-1" value="angola"> Angola (3)</option> <option class="level-1" value="antigua-barbuda"> Antigua Barbuda (1)</option> <option class="level-1" value="argentina"> Argentina (9)</option> <option class="level-1" value="armenia"> Armenia (10)</option> <option class="level-1" value="ascension"> Ascension (6)</option> <option class="level-1" value="australia"> Australia (2)</option> <option class="level-1" value="austria"> Austria (9)</option> <option class="level-1" value="azerbaijan"> Azerbaijan (9)</option> <option class="level-1" value="bahamas"> Bahamas (2)</option> <option class="level-1" value="bahrein"> Bahrein (1)</option> <option class="level-1" value="bangladesh"> Bangladesh (5)</option> <option class="level-1" value="belarus"> Belarus (18)</option> <option class="level-1" value="belgium"> Belgium (1)</option> <option class="level-1" value="bosnia-serbia"> Bosnia (Serbia) (1)</option> <option class="level-1" value="bosnia-herzegovina"> Bosnia Herzegovina (8)</option> <option class="level-1" value="botswana"> Botswana (1)</option> <option class="level-1" value="brazil"> Brazil (5)</option> <option class="level-1" value="british-antarctic-territory"> British Antarctic Territory (7)</option> <option class="level-1" value="brunei"> Brunei (4)</option> <option class="level-1" value="bulgaria"> Bulgaria (2)</option> <option class="level-1" value="burundi"> Burundi (3)</option> <option class="level-1" value="cambodia"> Cambodia (7)</option> <option class="level-1" value="cape-verde"> Cape Verde (4)</option> <option class="level-1" value="central-african-republic"> Central African Republic (4)</option> <option class="level-1" value="chile"> Chile (2)</option> <option class="level-1" value="china-pr"> China PR (14)</option> <option class="level-1" value="colombia"> Colombia (3)</option> <option class="level-1" value="croatia"> Croatia (14)</option> <option class="level-1" value="cuba"> Cuba (1)</option> <option class="level-1" value="cyprus"> Cyprus (5)</option> <option class="level-1" value="czech-republic"> Czech Republic (6)</option> <option class="level-1" value="denmark"> Denmark (5)</option> <option class="level-1" value="djibouti"> Djibouti (7)</option> <option class="level-1" value="dominica"> Dominica (1)</option> <option class="level-1" value="dominican-republic"> Dominican Republic (4)</option> <option class="level-1" value="ecuador"> Ecuador (3)</option> <option class="level-1" value="egypt"> Egypt (20)</option> <option class="level-1" value="erithrea"> Erithrea (1)</option> <option class="level-1" value="estonia"> Estonia (1)</option> <option class="level-1" value="falkland"> Falkland (5)</option> <option class="level-1" value="faroe"> Faroe (6)</option> <option class="level-1" value="fiji"> Fiji (1)</option> <option class="level-1" value="france"> France (10)</option> <option class="level-1" value="french-polynesia"> French Polynesia (1)</option> <option class="level-1" value="georgia"> Georgia (7)</option> <option class="level-1" value="germany"> Germany (4)</option> <option class="level-1" value="ghana"> Ghana (1)</option> <option class="level-1" value="gibraltar"> Gibraltar (1)</option> <option class="level-1" value="great-britain"> Great Britain (1)</option> <option class="level-1" value="greece"> Greece (5)</option> <option class="level-1" value="greenland"> Greenland (7)</option> <option class="level-1" value="grenada"> Grenada (2)</option> <option class="level-1" value="guatemala"> Guatemala (5)</option> <option class="level-1" value="guernsey"> Guernsey (3)</option> <option class="level-1" value="guinea"> Guinea (4)</option> <option class="level-1" value="guinea-bissau"> Guinea Bissau (4)</option> <option class="level-1" value="honduras"> Honduras (1)</option> <option class="level-1" value="hong-kong"> Hong Kong (3)</option> <option class="level-1" value="hungary"> Hungary (7)</option> <option class="level-1" value="india"> India (26)</option> <option class="level-1" value="indonesia"> Indonesia (9)</option> <option class="level-1" value="iran"> Iran (5)</option> <option class="level-1" value="iraq"> Iraq (4)</option> <option class="level-1" value="isle-of-man"> Isle of Man (4)</option> <option class="level-1" value="israel"> Israel (15)</option> <option class="level-1" value="italy"> Italy (18)</option> <option class="level-1" value="ivory-coast"> Ivory Coast (2)</option> <option class="level-1" value="japan"> Japan (6)</option> <option class="level-1" value="jersey"> Jersey (1)</option> <option class="level-1" value="jordan"> Jordan (9)</option> <option class="level-1" value="kazakhstan"> Kazakhstan (9)</option> <option class="level-1" value="korea-north"> Korea (North) (3)</option> <option class="level-1" value="korea-south"> Korea (South) (6)</option> <option class="level-1" value="kosovo"> Kosovo (2)</option> <option class="level-1" value="kuwait"> Kuwait (2)</option> <option class="level-1" value="kyrgyzstan"> Kyrgyzstan (6)</option> <option class="level-1" value="laos"> Laos (7)</option> <option class="level-1" value="latvia"> Latvia (2)</option> <option class="level-1" value="lebanon"> Lebanon (1)</option> <option class="level-1" value="liberia"> Liberia (3)</option> <option class="level-1" value="libya"> Libya (3)</option> <option class="level-1" value="liechtenstein"> Liechtenstein (8)</option> <option class="level-1" value="lithuania"> Lithuania (2)</option> <option class="level-1" value="luxembourg"> Luxembourg (7)</option> <option class="level-1" value="macau"> Macau (5)</option> <option class="level-1" value="macedonia-north"> Macedonia (North) (1)</option> <option class="level-1" value="malaysia"> Malaysia (7)</option> <option class="level-1" value="mali"> Mali (2)</option> <option class="level-1" value="malta"> Malta (4)</option> <option class="level-1" value="mauritius"> Mauritius (3)</option> <option class="level-1" value="mexico"> Mexico (16)</option> <option class="level-1" value="moldova"> Moldova (3)</option> <option class="level-1" value="monaco"> Monaco (3)</option> <option class="level-1" value="mongolia"> Mongolia (3)</option> <option class="level-1" value="montenegro"> Montenegro (4)</option> <option class="level-1" value="morocco"> Morocco (15)</option> <option class="level-1" value="mozambique"> Mozambique (1)</option> <option class="level-1" value="myanmar"> Myanmar (4)</option> <option class="level-1" value="nepal"> Nepal (3)</option> <option class="level-1" value="netherlands"> Netherlands (8)</option> <option class="level-1" value="niger"> Niger (2)</option> <option class="level-1" value="nigeria"> Nigeria (2)</option> <option class="level-1" value="oman"> Oman (11)</option> <option class="level-1" value="pakistan"> Pakistan (6)</option> <option class="level-1" value="palau"> Palau (1)</option> <option class="level-1" value="palestine"> Palestine (4)</option> <option class="level-1" value="panama"> Panama (2)</option> <option class="level-1" value="paraguay"> Paraguay (1)</option> <option class="level-1" value="peru"> Peru (6)</option> <option class="level-1" value="philippines"> Philippines (3)</option> <option class="level-1" value="poland"> Poland (11)</option> <option class="level-1" value="portugal"> Portugal (12)</option> <option class="level-1" value="qatar"> Qatar (8)</option> <option class="level-1" value="romania"> Romania (8)</option> <option class="level-1" value="russia"> Russia (19)</option> <option class="level-1" value="saarland"> Saarland (1)</option> <option class="level-1" value="salvador"> Salvador (1)</option> <option class="level-1" value="san-marino"> San Marino (5)</option> <option class="level-1" value="sao-tome-e-principe"> Sao Tome e Principe (1)</option> <option class="level-1" value="saudi-arabia"> Saudi Arabia (5)</option> <option class="level-1" value="senegal"> Senegal (1)</option> <option class="level-1" value="serbia"> Serbia (8)</option> <option class="level-1" value="seychelles"> Seychelles (1)</option> <option class="level-1" value="sierra-leone"> Sierra Leone (4)</option> <option class="level-1" value="singapore"> Singapore (7)</option> <option class="level-1" value="slovakia"> Slovakia (8)</option> <option class="level-1" value="slovenia"> Slovenia (10)</option> <option class="level-1" value="smom"> SMOM (10)</option> <option class="level-1" value="south-georgia"> South Georgia (7)</option> <option class="level-1" value="spain"> Spain (6)</option> <option class="level-1" value="sri-lanka"> Sri Lanka (6)</option> <option class="level-1" value="st-kitts-nevis"> St Kitts Nevis (1)</option> <option class="level-1" value="st-lucia"> St Lucia (1)</option> <option class="level-1" value="st-vincent-and-grenadines"> St Vincent and Grenadines (1)</option> <option class="level-1" value="switzerland"> Switzerland (9)</option> <option class="level-1" value="syria"> Syria (4)</option> <option class="level-1" value="taaf"> TAAF (2)</option> <option class="level-1" value="taiwan"> Taiwan (1)</option> <option class="level-1" value="tajikistan"> Tajikistan (2)</option> <option class="level-1" value="tanzania"> Tanzania (2)</option> <option class="level-1" value="turkiye"> Türkiye (2)</option> <option class="level-1" value="thailand"> Thailand (10)</option> <option class="level-1" value="timor-leste"> Timor Leste (1)</option> <option class="level-1" value="togo"> Togo (4)</option> <option class="level-1" value="trieste"> Trieste (1)</option> <option class="level-1" value="tristan-da-cunha"> Tristan da Cunha (6)</option> <option class="level-1" value="tunisia"> Tunisia (13)</option> <option class="level-1" value="turkey"> Turkey (8)</option> <option class="level-1" value="turkmenistan"> Turkmenistan (3)</option> <option class="level-1" value="ukraine"> Ukraine (3)</option> <option class="level-1" value="united-arab-emirates"> United Arab Emirates (8)</option> <option class="level-1" value="united-nations"> United Nations (1)</option> <option class="level-1" value="uruguay"> Uruguay (7)</option> <option class="level-1" value="usa"> USA (1)</option> <option class="level-1" value="uzbekistan"> Uzbekistan (2)</option> <option class="level-1" value="vatican"> Vatican (16)</option> <option class="level-1" value="venezuela"> Venezuela (1)</option> <option class="level-1" value="vietnam"> Vietnam (11)</option> <option class="level-1" value="wallis-and-futuna"> Wallis and Futuna (1)</option> <option class="level-1" value="zimbabwe"> Zimbabwe (1)</option> <option class="level-0" value="ji-general">JI General (15)</option> <option class="level-1" value="awards"> Awards (1)</option> <option class="level-1" value="blackprint"> Blackprint (1)</option> <option class="level-1" value="cancellations"> Cancellations (1)</option> <option class="level-1" value="catalogue"> Catalogue (7)</option> <option class="level-1" value="cinderella"> Cinderella (1)</option> <option class="level-1" value="coins-joint"> Coins (Joint) (1)</option> <option class="level-1" value="figures"> Figures (1)</option> <option class="level-1" value="general-news"> General news (6)</option> <option class="level-1" value="mixed-fdc"> Mixed FDC (2)</option> <option class="level-1" value="statistics"> Statistics (2)</option> <option class="level-0" value="ji-sub-types">JI Sub-types (37)</option> <option class="level-1" value="borrowed"> Borrowed (1)</option> <option class="level-1" value="concerted"> Concerted (6)</option> <option class="level-1" value="not-approved"> Not-approved (10)</option> <option class="level-1" value="omnibus"> Omnibus (3)</option> <option class="level-1" value="parallel"> Parallel (4)</option> <option class="level-1" value="questionable"> Questionable (1)</option> <option class="level-1" value="se-tenant"> Se-tenant (4)</option> <option class="level-1" value="territorial"> Territorial (3)</option> <option class="level-1" value="twin"> Twin (5)</option> <option class="level-1" value="unilateral"> Unilateral (4)</option> <option class="level-0" value="joint-issue">Joint Issue (29)</option> <option class="level-0" value="references">References (2)</option> <option class="level-0" value="topics">Topics (150)</option> <option class="level-1" value="aicep"> AICEP (1)</option> <option class="level-1" value="arab-postal-union"> Arab Postal Union (6)</option> <option class="level-1" value="archeology"> Archeology (1)</option> <option class="level-1" value="architecture"> Architecture (35)</option> <option class="level-1" value="art"> Art (10)</option> <option class="level-1" value="asean"> ASEAN (3)</option> <option class="level-1" value="astronomy"> Astronomy (3)</option> <option class="level-1" value="bank"> Bank (1)</option> <option class="level-1" value="bird"> Bird (12)</option> <option class="level-1" value="bridge"> Bridge (5)</option> <option class="level-1" value="bull"> Bull (1)</option> <option class="level-1" value="cactus"> Cactus (1)</option> <option class="level-1" value="capital-city-of-culture"> Capital City of Culture (1)</option> <option class="level-1" value="castle"> Castle (3)</option> <option class="level-1" value="church"> Church (13)</option> <option class="level-1" value="congress"> Congress (2)</option> <option class="level-1" value="crafts"> Crafts (3)</option> <option class="level-1" value="cryptostamp"> Cryptostamp (5)</option> <option class="level-1" value="dance"> Dance (8)</option> <option class="level-1" value="dragon"> Dragon (1)</option> <option class="level-1" value="drawing"> Drawing (1)</option> <option class="level-1" value="eaeu"> EAEU (1)</option> <option class="level-1" value="elephant"> Elephant (2)</option> <option class="level-1" value="euromed"> Euromed (6)</option> <option class="level-1" value="europa-cept-posteurop"> Europa – CEPT – PostEurop (8)</option> <option class="level-1" value="fair"> Fair (2)</option> <option class="level-1" value="festival"> Festival (1)</option> <option class="level-1" value="film"> Film (1)</option> <option class="level-1" value="fireworks"> Fireworks (1)</option> <option class="level-1" value="fish"> Fish (1)</option> <option class="level-1" value="flag"> Flag (16)</option> <option class="level-1" value="flower"> Flower (7)</option> <option class="level-1" value="folk-costume"> Folk costume (1)</option> <option class="level-1" value="food"> Food (3)</option> <option class="level-1" value="hand"> Hand (2)</option> <option class="level-1" value="head-of-state"> Head of State (12)</option> <option class="level-1" value="history"> History (25)</option> <option class="level-1" value="humanitarian"> Humanitarian (3)</option> <option class="level-1" value="lake"> Lake (5)</option> <option class="level-1" value="landscape"> Landscape (3)</option> <option class="level-1" value="legend"> Legend (1)</option> <option class="level-1" value="lion"> Lion (2)</option> <option class="level-1" value="literature"> Literature (4)</option> <option class="level-1" value="lunar-calendar"> Lunar calendar (2)</option> <option class="level-1" value="mammals"> Mammals (7)</option> <option class="level-1" value="map"> Map (1)</option> <option class="level-1" value="medicine"> Medicine (1)</option> <option class="level-1" value="mining"> Mining (1)</option> <option class="level-1" value="monument"> Monument (14)</option> <option class="level-1" value="mountain"> Mountain (6)</option> <option class="level-1" value="music"> Music (5)</option> <option class="level-1" value="natural-park"> Natural Park (2)</option> <option class="level-1" value="nature"> Nature (10)</option> <option class="level-1" value="nobel-prize"> Nobel prize (1)</option> <option class="level-1" value="painting"> Painting (7)</option> <option class="level-1" value="papu"> PAPU (4)</option> <option class="level-1" value="peace"> Peace (5)</option> <option class="level-1" value="philatelic-exhibition"> Philatelic Exhibition (3)</option> <option class="level-1" value="photography"> Photography (1)</option> <option class="level-1" value="plane"> Plane (4)</option> <option class="level-1" value="polar"> Polar (3)</option> <option class="level-1" value="post"> Post (13)</option> <option class="level-1" value="red-cross"> Red Cross (2)</option> <option class="level-1" value="religion"> Religion (12)</option> <option class="level-1" value="river"> River (2)</option> <option class="level-1" value="road"> Road (2)</option> <option class="level-1" value="science"> Science (1)</option> <option class="level-1" value="sculpture"> Sculpture (8)</option> <option class="level-1" value="sea"> Sea (2)</option> <option class="level-1" value="sepac"> SEPAC (1)</option> <option class="level-1" value="shark"> Shark (1)</option> <option class="level-1" value="ship"> Ship (5)</option> <option class="level-1" value="signature"> Signature (1)</option> <option class="level-1" value="soccer"> Soccer (2)</option> <option class="level-1" value="space"> Space (1)</option> <option class="level-1" value="sport"> Sport (5)</option> <option class="level-1" value="telecommunication"> Telecommunication (2)</option> <option class="level-1" value="theater"> Theater (3)</option> <option class="level-1" value="tiger"> Tiger (7)</option> <option class="level-1" value="train"> Train (5)</option> <option class="level-1" value="transport"> Transport (3)</option> <option class="level-1" value="tree"> Tree (1)</option> <option class="level-1" value="turtle-turtoise"> Turtle – Turtoise (2)</option> <option class="level-1" value="unesco"> UNESCO (5)</option> <option class="level-1" value="upu"> UPU (11)</option> <option class="level-1" value="vip"> VIP (7)</option> <option class="level-1" value="whale"> Whale (1)</option> <option class="level-1" value="wine"> Wine (1)</option> <option class="level-1" value="writer-poet"> Writer – Poet (2)</option> <option class="level-1" value="wwi-wwii"> WWI/WWII (1)</option> <option class="level-1" value="zebra"> Zebra (2)</option> </select><script type="text/javascript"> /* <![CDATA[ */ ( function() { var dropdown = document.getElementById( 'wp-block-categories-1' ); function gutenberg_onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== -1 ) { location.href = "https://philarz.com/?" + dropdown.name + '=' + dropdown.options[ dropdown.selectedIndex ].value; } } dropdown.onchange = gutenberg_onCatChange; })(); /* ]]> */ </script> </div></aside> </div><!-- #secondary --> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="sidebar-footer"> <aside id="block-9" class="widget widget_block widget_text"> <p class="has-text-align-right has-small-font-size"><em>© 2023 - Joint Stamp Issues Society</em></p> </aside> </div> <div class="site-info"> <a href="https://wordpress.com/?ref=footer_custom_svg" title="Create a website or blog at WordPress.com" rel="nofollow"><svg style="fill: currentColor; position: relative; top: 1px;" width="14px" height="15px" viewBox="0 0 14 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-labelledby="title" role="img"> <desc id="title">Create a website or blog at WordPress.com</desc> <path d="M12.5225848,4.97949746 C13.0138466,5.87586309 13.2934037,6.90452431 13.2934037,7.99874074 C13.2934037,10.3205803 12.0351007,12.3476807 10.1640538,13.4385638 L12.0862862,7.88081544 C12.4453251,6.98296834 12.5648813,6.26504621 12.5648813,5.62667922 C12.5648813,5.39497674 12.549622,5.17994084 12.5225848,4.97949746 L12.5225848,4.97949746 Z M7.86730089,5.04801561 C8.24619178,5.02808979 8.58760099,4.98823815 8.58760099,4.98823815 C8.9267139,4.94809022 8.88671369,4.44972248 8.54745263,4.46957423 C8.54745263,4.46957423 7.52803983,4.54957381 6.86996227,4.54957381 C6.25158863,4.54957381 5.21247202,4.46957423 5.21247202,4.46957423 C4.87306282,4.44972248 4.83328483,4.96816418 5.17254589,4.98823815 C5.17254589,4.98823815 5.49358462,5.02808979 5.83269753,5.04801561 L6.81314716,7.73459399 L5.43565839,11.8651647 L3.14394256,5.04801561 C3.52312975,5.02808979 3.86416859,4.98823815 3.86416859,4.98823815 C4.20305928,4.94809022 4.16305906,4.44972248 3.82394616,4.46957423 C3.82394616,4.46957423 2.80475558,4.54957381 2.14660395,4.54957381 C2.02852925,4.54957381 1.88934333,4.54668493 1.74156477,4.54194422 C2.86690406,2.83350881 4.80113651,1.70529256 6.99996296,1.70529256 C8.638342,1.70529256 10.1302017,2.33173369 11.2498373,3.35765419 C11.222726,3.35602457 11.1962815,3.35261718 11.1683554,3.35261718 C10.5501299,3.35261718 10.1114609,3.89113285 10.1114609,4.46957423 C10.1114609,4.98823815 10.4107217,5.42705065 10.7296864,5.94564049 C10.969021,6.36482346 11.248578,6.90326506 11.248578,7.68133501 C11.248578,8.21992476 11.0413918,8.84503256 10.7696866,9.71584277 L10.1417574,11.8132391 L7.86730089,5.04801561 Z M6.99996296,14.2927074 C6.38218192,14.2927074 5.78595654,14.2021153 5.22195356,14.0362644 L7.11048207,8.54925635 L9.04486267,13.8491542 C9.05760348,13.8802652 9.07323319,13.9089317 9.08989995,13.9358945 C8.43574834,14.1661896 7.73285573,14.2927074 6.99996296,14.2927074 L6.99996296,14.2927074 Z M0.706448182,7.99874074 C0.706448182,7.08630113 0.902152921,6.22015756 1.25141403,5.43749503 L4.25357806,13.6627848 C2.15393732,12.6427902 0.706448182,10.4898387 0.706448182,7.99874074 L0.706448182,7.99874074 Z M6.99996296,0.999 C3.14016476,0.999 0,4.13905746 0,7.99874074 C0,11.8585722 3.14016476,14.999 6.99996296,14.999 C10.8596871,14.999 14,11.8585722 14,7.99874074 C14,4.13905746 10.8596871,0.999 6.99996296,0.999 L6.99996296,0.999 Z" id="wordpress-logo-simplified-cmyk" stroke="none" fill=“currentColor” fill-rule="evenodd"></path> </svg></a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <!-- --> <script type="text/javascript" src="//0.gravatar.com/js/hovercards/hovercards.min.js?ver=2025087d8bf6c02970a26c6b0c26b0fcfc89796aa30f84307cffd8fd28d2bcca53dd7a" id="grofiles-cards-js"></script> <script type="text/javascript" id="wpgroho-js-extra"> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script> <script> // Initialize and attach hovercards to all gravatars ( function() { function init() { if ( typeof Gravatar === 'undefined' ) { return; } if ( typeof Gravatar.init !== 'function' ) { return; } Gravatar.profile_cb = function ( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account', { i18n: { 'Edit your profile →': 'Edit your profile →', 'View profile →': 'View profile →', 'Contact': 'Contact', 'Send money': 'Send money', 'Sorry, we are unable to load this Gravatar profile.': 'Sorry, we are unable to load this Gravatar profile.', 'Profile not found.': 'Profile not found.', 'Too Many Requests.': 'Too Many Requests.', 'Internal Server Error.': 'Internal Server Error.', }, } ); } if ( document.readyState !== 'loading' ) { init(); } else { document.addEventListener( 'DOMContentLoaded', init ); } } )(); </script> <div style="display:none"> </div> <div id="actionbar" dir="ltr" style="display: none;" class="actnbr-pub-capoverso actnbr-has-follow actnbr-has-actions"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://philarz.com"> <img loading='lazy' alt='' src='https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=50' srcset='https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=50 1x, https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=75 1.5x, https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=100 2x, https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=150 3x, https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Joint Stamp Issues </a> </li> <div class="actnbr-message no-display"></div> <form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Join 100 other subscribers</div> <div> <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address" /> </div> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="blog_id" value="200033749" /> <input type="hidden" name="source" value="https://philarz.com/category/countries/france/" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="57ff21e121" /> <div class="actnbr-button-wrap"> <button type="submit" value="Sign me up"> Sign me up </button> </div> </form> <li class="actnbr-login-nudge"> <div> Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fphilarz.com%252F2024%252F12%252F19%252Fupu-150th-anniversary-second-update%252F">Log in now.</a> </div> </li> </ul> </div> </div> </li> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://philarz.com"> <img loading='lazy' alt='' src='https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=50' srcset='https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=50 1x, https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=75 1.5x, https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=100 2x, https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=150 3x, https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Joint Stamp Issues </a> </li> <li class="actnbr-folded-follow"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> </li> <li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li> <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fphilarz.com%252F2024%252F12%252F19%252Fupu-150th-anniversary-second-update%252F">Log in</a></li> <li class="flb-report"> <a href="https://wordpress.com/abuse/?report_url=https://philarz.com" target="_blank" rel="noopener noreferrer"> Report this content </a> </li> <li class="actnbr-reader"> <a href="https://wordpress.com/reader/feeds/124145467"> View site in Reader </a> </li> <li class="actnbr-subs"> <a href="https://subscribe.wordpress.com/">Manage subscriptions</a> </li> <li class="actnbr-fold"><a href="">Collapse this bar</a></li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20250116"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20250204"; script.defer = true; document.body.appendChild( script ); } ); </script> <div id="jp-carousel-loading-overlay"> <div id="jp-carousel-loading-wrapper"> <span id="jp-carousel-library-loading"> </span> </div> </div> <div class="jp-carousel-overlay" style="display: none;"> <div class="jp-carousel-container"> <!-- The Carousel Swiper --> <div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery"> <div class="jp-carousel swiper-wrapper"></div> <div class="jp-swiper-button-prev swiper-button-prev"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12"> <path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/> </mask> <g mask="url(#maskPrev)"> <rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <div class="jp-swiper-button-next swiper-button-next"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12"> <path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/> </mask> <g mask="url(#maskNext)"> <rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/> </g> </svg> </div> </div> <!-- The main close buton --> <div class="jp-carousel-close-hint"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14"> <path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/> </mask> <g mask="url(#maskClose)"> <rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <!-- Image info, comments and meta --> <div class="jp-carousel-info"> <div class="jp-carousel-info-footer"> <div class="jp-carousel-pagination-container"> <div class="jp-swiper-pagination swiper-pagination"></div> <div class="jp-carousel-pagination"></div> </div> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-caption"></h2> </div> <div class="jp-carousel-photo-icons-container"> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/> </mask> <g mask="url(#maskInfo)"> <rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </span> </a> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/> </mask> <g mask="url(#maskComments)"> <rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span> </span> </a> </div> </div> <div class="jp-carousel-info-extra"> <div class="jp-carousel-info-content-wrapper"> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-title"></h2> </div> <div class="jp-carousel-comments-wrapper"> <div id="jp-carousel-comments-loading"> <span>Loading Comments...</span> </div> <div class="jp-carousel-comments"></div> <div id="jp-carousel-comment-form-container"> <span id="jp-carousel-comment-form-spinner"> </span> <div id="jp-carousel-comment-post-results"></div> <div id="jp-carousel-comment-form-commenting-as"> <p id="jp-carousel-commenting-as"> You must be <a href="#" class="jp-carousel-comment-login">logged in</a> to post a comment. </p> </div> </div> </div> <div class="jp-carousel-image-meta"> <div class="jp-carousel-title-and-caption"> <div class="jp-carousel-photo-info"> <h3 class="jp-carousel-caption" itemprop="caption description"></h3> </div> <div class="jp-carousel-photo-description"></div> </div> <ul class="jp-carousel-image-exif" style="display: none;"></ul> <a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/> </mask> <g mask="url(#mask0)"> <rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-download-text"></span> </a> <div class="jp-carousel-image-map" style="display: none;"></div> </div> </div> </div> </div> </div> </div> <style id='jetpack-block-tiled-gallery-inline-css'> .wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img{border-radius:50%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row{flex-grow:1;width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-1 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-1 .tiled-gallery__col{width:100%}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-2 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-2 .tiled-gallery__col{width:calc(50% - 2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-3 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-3 .tiled-gallery__col{width:calc(33.33333% - 2.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-4 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-4 .tiled-gallery__col{width:calc(25% - 3px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-5 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-5 .tiled-gallery__col{width:calc(20% - 3.2px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-6 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-6 .tiled-gallery__col{width:calc(16.66667% - 3.33333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-7 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-7 .tiled-gallery__col{width:calc(14.28571% - 3.42857px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-8 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-8 .tiled-gallery__col{width:calc(12.5% - 3.5px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-9 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-9 .tiled-gallery__col{width:calc(11.11111% - 3.55556px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-10 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-10 .tiled-gallery__col{width:calc(10% - 3.6px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-11 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-11 .tiled-gallery__col{width:calc(9.09091% - 3.63636px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-12 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-12 .tiled-gallery__col{width:calc(8.33333% - 3.66667px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-13 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-13 .tiled-gallery__col{width:calc(7.69231% - 3.69231px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-14 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-14 .tiled-gallery__col{width:calc(7.14286% - 3.71429px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-15 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-15 .tiled-gallery__col{width:calc(6.66667% - 3.73333px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-16 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-16 .tiled-gallery__col{width:calc(6.25% - 3.75px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-17 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-17 .tiled-gallery__col{width:calc(5.88235% - 3.76471px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-18 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-18 .tiled-gallery__col{width:calc(5.55556% - 3.77778px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-19 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-19 .tiled-gallery__col{width:calc(5.26316% - 3.78947px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__row.columns-20 .tiled-gallery__col,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__row.columns-20 .tiled-gallery__col{width:calc(5% - 3.8px)}.wp-block-jetpack-tiled-gallery .is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery .is-style-square .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item img,.wp-block-jetpack-tiled-gallery.is-style-square .tiled-gallery__item img{aspect-ratio:1}.wp-block-jetpack-tiled-gallery .is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery .is-style-rectangular .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item,.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item{display:flex}.wp-block-jetpack-tiled-gallery .has-rounded-corners-1 .tiled-gallery__item img{border-radius:1px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-2 .tiled-gallery__item img{border-radius:2px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-3 .tiled-gallery__item img{border-radius:3px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-4 .tiled-gallery__item img{border-radius:4px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-5 .tiled-gallery__item img{border-radius:5px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-6 .tiled-gallery__item img{border-radius:6px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-7 .tiled-gallery__item img{border-radius:7px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-8 .tiled-gallery__item img{border-radius:8px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-9 .tiled-gallery__item img{border-radius:9px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-10 .tiled-gallery__item img{border-radius:10px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-11 .tiled-gallery__item img{border-radius:11px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-12 .tiled-gallery__item img{border-radius:12px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-13 .tiled-gallery__item img{border-radius:13px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-14 .tiled-gallery__item img{border-radius:14px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-15 .tiled-gallery__item img{border-radius:15px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-16 .tiled-gallery__item img{border-radius:16px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-17 .tiled-gallery__item img{border-radius:17px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-18 .tiled-gallery__item img{border-radius:18px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-19 .tiled-gallery__item img{border-radius:19px}.wp-block-jetpack-tiled-gallery .has-rounded-corners-20 .tiled-gallery__item img{border-radius:20px}.tiled-gallery__gallery{display:flex;flex-wrap:wrap;padding:0;width:100%}.tiled-gallery__row{display:flex;flex-direction:row;justify-content:center;margin:0;width:100%}.tiled-gallery__row+.tiled-gallery__row{margin-top:4px}.tiled-gallery__col{display:flex;flex-direction:column;justify-content:center;margin:0}.tiled-gallery__col+.tiled-gallery__col{margin-inline-start:4px}.tiled-gallery__item{flex-grow:1;justify-content:center;margin:0;overflow:hidden;padding:0;position:relative}.tiled-gallery__item.filter__black-and-white{filter:grayscale(100%)}.tiled-gallery__item.filter__sepia{filter:sepia(100%)}.tiled-gallery__item.filter__1977{filter:contrast(1.1) brightness(1.1) saturate(1.3);position:relative}.tiled-gallery__item.filter__1977 img{width:100%;z-index:1}.tiled-gallery__item.filter__1977:before{z-index:2}.tiled-gallery__item.filter__1977:after,.tiled-gallery__item.filter__1977:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__1977:after{background:#f36abc4d;mix-blend-mode:screen;z-index:3}.tiled-gallery__item.filter__clarendon{filter:contrast(1.2) saturate(1.35);position:relative}.tiled-gallery__item.filter__clarendon img{width:100%;z-index:1}.tiled-gallery__item.filter__clarendon:before{z-index:2}.tiled-gallery__item.filter__clarendon:after,.tiled-gallery__item.filter__clarendon:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__clarendon:after{z-index:3}.tiled-gallery__item.filter__clarendon:before{background:#7fbbe333;mix-blend-mode:overlay}.tiled-gallery__item.filter__gingham{filter:brightness(1.05) hue-rotate(-10deg);position:relative}.tiled-gallery__item.filter__gingham img{width:100%;z-index:1}.tiled-gallery__item.filter__gingham:before{z-index:2}.tiled-gallery__item.filter__gingham:after,.tiled-gallery__item.filter__gingham:before{content:"";display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.tiled-gallery__item.filter__gingham:after{background:#e6e6fa;mix-blend-mode:soft-light;z-index:3}.tiled-gallery__item+.tiled-gallery__item{margin-top:4px}.tiled-gallery__item:focus-within{box-shadow:0 0 0 2px var(--wp-admin-theme-color);overflow:visible}.tiled-gallery__item>img{background-color:#0000001a}.tiled-gallery__item>a,.tiled-gallery__item>a>img,.tiled-gallery__item>img{display:block;height:auto;margin:0;max-width:100%;object-fit:cover;object-position:center;padding:0;width:100%}.is-email .tiled-gallery__gallery{display:block} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-2-2' href='https://s2.wp.com/_static/??-eJydjEEKgCAQAD+UrR6KLtFbTJfQdJXWxe9HUB/oOMMw0KtyhRpSgyyqJjkCMURs1brzZWAhyMVLQgZnryKMCbiHipfahXzC0TEP8H/2NZ94fltezbxMxkx61vEGx+U/hQ==&cssminify=yes' type='text/css' media='all' /> <style id='core-block-supports-inline-css'> .wp-block-gallery.wp-block-gallery-1{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-container-core-group-is-layout-1{flex-wrap:nowrap;}.wp-block-gallery.wp-block-gallery-2{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-3{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-4{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-5{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-block-gallery.wp-block-gallery-6{--wp--style--unstable-gallery-gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );gap:var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}.wp-elements-4727f08c3da5b0e569ae230a0a653226 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);} </style> <script type="text/javascript" src="https://s1.wp.com/wp-content/js/mobile-useragent-info.js?m=1609849039i&ver=20241018" id="mobile-useragent-info-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="custom-content-types-data-js-before"> /* <![CDATA[ */ var CUSTOM_CONTENT_TYPE__INITIAL_STATE; typeof CUSTOM_CONTENT_TYPE__INITIAL_STATE === "object" || (CUSTOM_CONTENT_TYPE__INITIAL_STATE = JSON.parse(decodeURIComponent("%7B%22active%22%3Atrue%2C%22over_ride%22%3Afalse%2C%22should_show_testimonials%22%3Atrue%2C%22should_show_portfolios%22%3Atrue%7D"))); /* ]]> */ </script> <script type="text/javascript" id="jetpack-blocks-assets-base-url-js-before"> /* <![CDATA[ */ var Jetpack_Block_Assets_Base_Url="https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/sun/_inc/blocks/"; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/wp-content/themes/pub/capoverso/js/skip-link-focus-fix.js?m=1416423735i'></script> <script type="text/javascript" crossorigin='anonymous' src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v20.0.2/build/dom-ready/index.min.js?m=1740004117i&ver=222ad38e3e5e302c8bbf" id="wp-dom-ready-js"></script> <script type="text/javascript" id="jetpack-carousel-js-extra"> /* <![CDATA[ */ var jetpackSwiperLibraryPath = {"url":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/sun\/_inc\/build\/carousel\/swiper-bundle.min.js"}; var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/philarz.com\/wp-admin\/admin-ajax.php","nonce":"166c943346","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","image_label":"Open image in full-screen.","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"1","require_name_email":"1","login_url":"https:\/\/philarz.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Fphilarz.com%2F2024%2F12%2F19%2Fupu-150th-anniversary-second-update%2F","blog_id":"200033749","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=200033749&v=wpcom&tz=1&user_id=0&subd=philarz","is_public":"1"}; /* ]]> */ </script> <script type="text/javascript" id="google-translate-init-js-extra"> /* <![CDATA[ */ var _wp_google_translate_widget = {"lang":"en","layout":"0"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??-eJydjtEOgjAMRX/I2RCCxgfjp5i51aVQumXdIPy9aNAX33jsue25hTkZEsfVo0Kv4EkLTCg+ZlijFHl5EvNxJDn2engzF6WgFBirSVwDyXqIJVk3bDNoFbivVnhwdINCIUZvgmXGvMBEOO9xVWIPzuZYFfm39gV7P/xYZ/IBi0KIMTCakq0o24J/YGu5jdfm3LaX5tS1Xf8C0w95MQ=='></script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&ver=14.4-a.6" id="google-translate-js"></script> <script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/wp-content/mu-plugins/carousel-wpcom/carousel-wpcom.js?m=1620989527i'></script> <script type="text/javascript"> (function () { var wpcom_reblog = { source: 'toolbar', toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + '?url=' + encodeURIComponent( originalURL ) + '&is_post_share=true' + '&v=5'; const redirect = function () { if ( ! window.open( url, '_blank' ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); </script> <script src="//stats.wp.com/w.js?68" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'200033749','blog_tz':'1','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'200033749','v':'wpcom','tz':'1','user_id':'0','subd':'philarz'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1mNzc2NTVTamdsd0xoLz9RQkM2K298TXY9bERQMXc2MjhEaVZfb2wwakRoSj0mUkp1THptM1NdbkV1WjZIcU9mVWQmPUIvMlN6Jk8wW3NYVEJ3dWZOWExuWD8laDJ0ckZ0YVdjOWx3PTh1dy1PJUZOR1RDaVExfi9zMl1vd2xnaWVrLFVnTmM/dWJMbUx+XWJwVEtddFdXRXNOMnBNNVJGLW5hJjdjYT9Tc2UtQXprVV1bamRmR1ZdW28sLkxhTEJ0cmpaajhtV01lWkRraUpHNnBWdSt5YjZOV1ZCTk5oaFFLVlF2MS52WndSNmVDMytBXXpDSS5KdlJ8VSY1SVAmc0h6Ti58MUxGK1lrcHNIXTJqNHxEeEVoTy5CZnMvRGwmWz84Jko='}]); _stq.push([ 'clickTrackerInit', '200033749', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript> <script defer id="bilmur" data-customproperties="{"enq_jquery":"1","logged_in":"0","wptheme":"pub\/capoverso","wptheme_is_block":"0"}" data-provider="wordpress.com" data-service="simple" data-site-tz="Europe/Paris" src="/wp-content/js/bilmur-4.min.js?i=12&m=202508"></script><script> ( function() { function getMobileUserAgentInfo() { if ( typeof wpcom_mobile_user_agent_info === 'object' ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ''; if ( wpcom_mobile_user_agent_info.matchedPlatformName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; } if ( wpcom_mobile_user_agent_info.matchedUserAgentName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; } if ( wpcom_mobile_user_agent_info.isIPad() ) { mobileStatsQueryString += '&x_' + 'ipad_views' + '=' + 'views'; } if ( mobileStatsQueryString != '' ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } } document.addEventListener( 'DOMContentLoaded', getMobileUserAgentInfo ); } )(); </script> </body> </html>