CINXE.COM
Tunisia – 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>Tunisia – 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/20241129tunisiast2.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=4206' + '&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=1740168001"; document.body.appendChild( iframe ); }, false ); </script> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s2.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 » Tunisia Category Feed" href="https://philarz.com/category/countries/tunisia/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://s1.wp.com/_static/??-eJyFjVEKwkAMRC/kGhap1A/xKFJjrKm7ydJkld7eFhQEBX+GGXgzA48SUMVJHHINJdWexWAgLx3eXhmy6iLnmsiA5cLCTsFw1JTeeVqj2Qo+9vxKeeZLPQF2Re80moL5lOgL/XN9ZEHoSWjkuWG/7TJ6yPu4bZu4ie2uGZ7ID1Mu&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":"8d1b8bfa59","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\/moon\/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="Tunisia – Joint Stamp Issues" /> <meta property="og:url" content="https://philarz.com/category/countries/tunisia/" /> <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 Tunisia 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-tunisia category-22740 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"> Tunisia </h1> </header><!-- .page-header --> <article id="post-4206" class="post-4206 post type-post status-publish format-standard has-post-thumbnail hentry category-algeria category-arab-postal-union category-djibouti category-flag category-humanitarian category-jordan category-morocco category-oman category-qatar category-syria category-tunisia"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/" rel="bookmark">Solidarity with Gaza stamps</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/09/solidarity-with-gaza-stamps/" rel="bookmark"><time class="entry-date published" datetime="2024-12-09T10:28:08+01:00">9 December 2024</time><time class="updated" datetime="2024-12-10T05:59:06+01:00">10 December 2024</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>During the 27<sup>th</sup> session of the Council of Arab Ministers of Communications and Information, held on January 18, 2024 in Abu Dhabi (United Arab Emirates), the postal administrations of the Arab countries were invited to dedicate the common postage stamp, planned for the year 2024, to the expression of solidarity of the Arab countries with the Palestinian cause.<br>Thus, the project of this common postage stamp was the subject of a competition in which several Arab countries participated through proposals for models, at the end of which the creation of the Jordanian post office was selected to be reproduced in this common postage stamp, under the theme “With Gaza”. The selected work illustrates a gap of hope showing a flag and doves in the midst of the destruction and devastation recorded in Gaza.<br>Its launch was scheduled to take place on <strong>November 29, 2024</strong> on the occasion of the international day of solidarity with the Palestinian people. The first stamp of this series was already issued on <strong>October 7, 2024</strong> by <strong>Syria</strong>. <strong>Jordan </strong>and <strong>Qatar </strong>released their stamp on <strong>November 28, 2029</strong>. The other countries including <strong>Algeria</strong>, <strong>Morocco</strong>, <strong>Oman</strong> and <strong>Tunisia </strong>did release their stamps at the expected date. A few other countries including Egypt, Iraq, Libya and Palestine were supposed to participate as well, but no information is available to date. Any additional information from these countries is welcome.</p> <p>Products released so far include stamps in panes or miniature sheets (from 4 to 20 stamps), souvenir sheets, all with one single stamp and of course first day covers. Jordan stamps are also available as non-perforated. Surprisingly, <strong>Djibouti </strong>has now to be added to this series. The country issued three stamps (among which two se-tenant) and a souvenir sheet. Djibouti stamps were released on <strong>November 11, 2024</strong>. However, these Djibouti stamps were released in very small amounts (maximum of 1,500 stamps from the smallest denomination, 800 from the highest denomination), as perforated but also all as imperforated, in miniature sheets, souvenir sheets (also perforated and non-perforated) and even proofs and postal cards. Indeed this is a very opportunistic issue from a country that was initially not involved and that tries to make money out of collectors. These products will be described in the catalogue, but in <em>italic characters</em> (each one to decide if interested or not – note that a complete set including all perforated and non perforated products as well as FDCs, will cost for this country the total of at least €550 (!) without counting full panes, based on prices displayed on Delcampe). </p> <p>All these stamps will be reported in the catalogue under the entry [<strong>T20241129</strong>]. Thanks to Med Achour Ali Ahmed, Algeria, and Enzo Cafaro, Italy, for providing details for some of these issues.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/12\/09\/solidarity-with-gaza-stamps\/"}' 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:100.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="4219" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241007syriafdc/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241007syriafdc.jpg" data-orig-size="1355,566" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241007syriafdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241007syriafdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241007syriafdc.jpg?w=605" data-attachment-id="4219" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241007syriafdc/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241007syriafdc.jpg" data-orig-size="1355,566" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241007syriafdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241007syriafdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241007syriafdc.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241007syriafdc.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241007syriafdc.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241007syriafdc.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/12/20241007syriafdc.jpg?strip=info&w=1355 1355w" alt="" data-height="566" data-id="4219" data-link="https://philarz.com/?attachment_id=4219" data-url="https://philarz.com/wp-content/uploads/2024/12/20241007syriafdc.jpg?w=1024" data-width="1355" src="https://philarz.com/wp-content/uploads/2024/12/20241007syriafdc.jpg" role="button" aria-label="Open image 1 of 18 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:69.03107%"><figure class="tiled-gallery__item"><img data-attachment-id="4226" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129algeriass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129algeriass.jpg" data-orig-size="1341,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="20241129algeriass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129algeriass.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129algeriass.jpg?w=605" data-attachment-id="4226" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129algeriass/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129algeriass.jpg" data-orig-size="1341,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="20241129algeriass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129algeriass.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129algeriass.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129algeriass.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129algeriass.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241129algeriass.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/12/20241129algeriass.jpg?strip=info&w=1341 1341w" alt="" data-height="865" data-id="4226" data-link="https://philarz.com/?attachment_id=4226" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129algeriass.jpg?w=1024" data-width="1341" src="https://philarz.com/wp-content/uploads/2024/12/20241129algeriass.jpg" role="button" aria-label="Open image 2 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:30.96893%"><figure class="tiled-gallery__item"><img data-attachment-id="4220" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241007syriast-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/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/12/20241007syriast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241007syriast.jpg?w=497" data-attachment-id="4220" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241007syriast-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/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/12/20241007syriast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241007syriast.jpg?w=497" srcset="https://philarz.com/wp-content/uploads/2024/12/20241007syriast.jpg?strip=info&w=497 497w" alt="" data-height="356" data-id="4220" data-link="https://philarz.com/?attachment_id=4220" data-url="https://philarz.com/wp-content/uploads/2024/12/20241007syriast.jpg?w=497" data-width="497" src="https://philarz.com/wp-content/uploads/2024/12/20241007syriast.jpg" role="button" aria-label="Open image 3 of 18 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="4223" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129algeriast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129algeriast.jpg" data-orig-size="645,461" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129algeriast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129algeriast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129algeriast.jpg?w=605" data-attachment-id="4223" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129algeriast/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129algeriast.jpg" data-orig-size="645,461" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129algeriast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129algeriast.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129algeriast.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129algeriast.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129algeriast.jpg?strip=info&w=645 645w" alt="" data-height="461" data-id="4223" data-link="https://philarz.com/?attachment_id=4223" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129algeriast.jpg?w=645" data-width="645" src="https://philarz.com/wp-content/uploads/2024/12/20241129algeriast.jpg" role="button" aria-label="Open image 4 of 18 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:64.80787%"><figure class="tiled-gallery__item"><img data-attachment-id="4213" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241007syriast1-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/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/12/20241007syriast1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241007syriast1.jpg?w=605" data-attachment-id="4213" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241007syriast1-2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/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/12/20241007syriast1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241007syriast1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241007syriast1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241007syriast1.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241007syriast1.jpg?strip=info&w=942 942w" alt="" data-height="661" data-id="4213" data-link="https://philarz.com/?attachment_id=4213" data-url="https://philarz.com/wp-content/uploads/2024/12/20241007syriast1.jpg?w=942" data-width="942" src="https://philarz.com/wp-content/uploads/2024/12/20241007syriast1.jpg" role="button" aria-label="Open image 5 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:35.19213%"><figure class="tiled-gallery__item"><img data-attachment-id="4222" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129omanms/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanms.jpg" data-orig-size="1080,1398" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129Omanms" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanms.jpg?w=232" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanms.jpg?w=605" data-attachment-id="4222" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129omanms/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanms.jpg" data-orig-size="1080,1398" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129Omanms" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanms.jpg?w=232" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanms.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129omanms.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129omanms.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241129omanms.jpg?strip=info&w=1080 1080w" alt="" data-height="1398" data-id="4222" data-link="https://philarz.com/?attachment_id=4222" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129omanms.jpg?w=791" data-width="1080" src="https://philarz.com/wp-content/uploads/2024/12/20241129omanms.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:34.48266%"><figure class="tiled-gallery__item"><img data-attachment-id="4221" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129djboutist/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutist.jpg" data-orig-size="1137,840" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129djboutist" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutist.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutist.jpg?w=605" data-attachment-id="4221" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129djboutist/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutist.jpg" data-orig-size="1137,840" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129djboutist" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutist.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutist.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129djboutist.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129djboutist.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241129djboutist.jpg?strip=info&w=1137 1137w" alt="" data-height="840" data-id="4221" data-link="https://philarz.com/?attachment_id=4221" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129djboutist.jpg?w=1024" data-width="1137" src="https://philarz.com/wp-content/uploads/2024/12/20241129djboutist.jpg" role="button" aria-label="Open image 7 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:65.51734%"><figure class="tiled-gallery__item"><img data-attachment-id="4212" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129djboutistpair/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutistpair.jpg" data-orig-size="627,243" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129djboutistpair" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutistpair.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutistpair.jpg?w=605" data-attachment-id="4212" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129djboutistpair/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutistpair.jpg" data-orig-size="627,243" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129djboutistpair" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutistpair.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutistpair.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129djboutistpair.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129djboutistpair.jpg?strip=info&w=627 627w" alt="" data-height="243" data-id="4212" data-link="https://philarz.com/?attachment_id=4212" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129djboutistpair.jpg?w=627" data-width="627" src="https://philarz.com/wp-content/uploads/2024/12/20241129djboutistpair.jpg" role="button" aria-label="Open image 8 of 18 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:36.59400%"><figure class="tiled-gallery__item"><img data-attachment-id="4235" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129jordanstfinal/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129jordanstfinal.jpg" data-orig-size="1304,875" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129Jordanstfinal" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129jordanstfinal.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129jordanstfinal.jpg?w=605" data-attachment-id="4235" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129jordanstfinal/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129jordanstfinal.jpg" data-orig-size="1304,875" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129Jordanstfinal" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129jordanstfinal.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129jordanstfinal.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129jordanstfinal.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129jordanstfinal.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241129jordanstfinal.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/12/20241129jordanstfinal.jpg?strip=info&w=1304 1304w" alt="" data-height="875" data-id="4235" data-link="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129jordanstfinal/" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129jordanstfinal.jpg?w=1024" data-width="1304" src="https://philarz.com/wp-content/uploads/2024/12/20241129jordanstfinal.jpg" role="button" aria-label="Open image 9 of 18 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="4211" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129moroccost/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129moroccost.jpg" data-orig-size="584,389" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129moroccost" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129moroccost.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129moroccost.jpg?w=584" data-attachment-id="4211" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129moroccost/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129moroccost.jpg" data-orig-size="584,389" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129moroccost" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129moroccost.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129moroccost.jpg?w=584" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129moroccost.jpg?strip=info&w=584 584w" alt="" data-height="389" data-id="4211" data-link="https://philarz.com/?attachment_id=4211" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129moroccost.jpg?w=584" data-width="584" src="https://philarz.com/wp-content/uploads/2024/12/20241129moroccost.jpg" role="button" aria-label="Open image 10 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:63.40600%"><figure class="tiled-gallery__item"><img data-attachment-id="4217" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129omanss2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanss2.jpg" data-orig-size="1220,947" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129Omanss2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanss2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanss2.jpg?w=605" data-attachment-id="4217" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129omanss2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanss2.jpg" data-orig-size="1220,947" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129Omanss2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanss2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanss2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129omanss2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129omanss2.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241129omanss2.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/12/20241129omanss2.jpg?strip=info&w=1220 1220w" alt="" data-height="947" data-id="4217" data-link="https://philarz.com/?attachment_id=4217" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129omanss2.jpg?w=1024" data-width="1220" src="https://philarz.com/wp-content/uploads/2024/12/20241129omanss2.jpg" role="button" aria-label="Open image 11 of 18 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:65.46400%"><figure class="tiled-gallery__item"><img data-attachment-id="4218" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129qatarms/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarms.jpg" data-orig-size="837,528" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129qatarms" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarms.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarms.jpg?w=605" data-attachment-id="4218" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129qatarms/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarms.jpg" data-orig-size="837,528" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129qatarms" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarms.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarms.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129qatarms.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129qatarms.jpg?strip=info&w=837 837w" alt="" data-height="528" data-id="4218" data-link="https://philarz.com/?attachment_id=4218" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129qatarms.jpg?w=837" data-width="837" src="https://philarz.com/wp-content/uploads/2024/12/20241129qatarms.jpg" role="button" aria-label="Open image 12 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:34.53600%"><figure class="tiled-gallery__item"><img data-attachment-id="4210" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129omanst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanst.jpg" data-orig-size="425,276" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129Omanst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanst.jpg?w=425" data-attachment-id="4210" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129omanst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanst.jpg" data-orig-size="425,276" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129Omanst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129omanst.jpg?w=425" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129omanst.jpg?strip=info&w=425 425w" alt="" data-height="276" data-id="4210" data-link="https://philarz.com/?attachment_id=4210" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129omanst.jpg?w=425" data-width="425" src="https://philarz.com/wp-content/uploads/2024/12/20241129omanst.jpg" role="button" aria-label="Open image 13 of 18 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="4225" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129qatarfdc/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarfdc.jpg" data-orig-size="876,472" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129qatarfdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarfdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarfdc.jpg?w=605" data-attachment-id="4225" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129qatarfdc/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarfdc.jpg" data-orig-size="876,472" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129qatarfdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarfdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarfdc.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129qatarfdc.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129qatarfdc.jpg?strip=info&w=876 876w" alt="" data-height="472" data-id="4225" data-link="https://philarz.com/?attachment_id=4225" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129qatarfdc.jpg?w=876" data-width="876" src="https://philarz.com/wp-content/uploads/2024/12/20241129qatarfdc.jpg" role="button" aria-label="Open image 14 of 18 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:36.43964%"><figure class="tiled-gallery__item"><img data-attachment-id="4216" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129qatarst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg" data-orig-size="1588,1092" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129qatarst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg?w=605" data-attachment-id="4216" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129qatarst/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg" data-orig-size="1588,1092" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129qatarst" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg?strip=info&w=1588 1588w" alt="" data-height="1092" data-id="4216" data-link="https://philarz.com/?attachment_id=4216" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg?w=1024" data-width="1588" src="https://philarz.com/wp-content/uploads/2024/12/20241129qatarst.jpg" role="button" aria-label="Open image 15 of 18 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="4215" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129tunisiafdc/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiafdc.jpg" data-orig-size="741,414" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129tunisiafdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiafdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiafdc.jpg?w=605" data-attachment-id="4215" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129tunisiafdc/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiafdc.jpg" data-orig-size="741,414" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129tunisiafdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiafdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiafdc.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiafdc.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129tunisiafdc.jpg?strip=info&w=741 741w" alt="" data-height="414" data-id="4215" data-link="https://philarz.com/?attachment_id=4215" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiafdc.jpg?w=741" data-width="741" src="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiafdc.jpg" role="button" aria-label="Open image 16 of 18 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="4224" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129tunisiast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg" data-orig-size="1868,1408" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129tunisiast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg?w=605" data-attachment-id="4224" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129tunisiast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg" data-orig-size="1868,1408" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129tunisiast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg?strip=info&w=1800 1800w,https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg?strip=info&w=1868 1868w" alt="" data-height="1408" data-id="4224" data-link="https://philarz.com/?attachment_id=4224" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg?w=1024" data-width="1868" src="https://philarz.com/wp-content/uploads/2024/12/20241129tunisiast2.jpg" role="button" aria-label="Open image 17 of 18 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:63.56036%"><figure class="tiled-gallery__item"><img data-attachment-id="4228" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129djboutiss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutiss.jpg" data-orig-size="708,819" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129djboutiss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutiss.jpg?w=259" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutiss.jpg?w=605" data-attachment-id="4228" data-permalink="https://philarz.com/2024/12/09/solidarity-with-gaza-stamps/20241129djboutiss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutiss.jpg" data-orig-size="708,819" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129djboutiss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutiss.jpg?w=259" data-large-file="https://philarz.com/wp-content/uploads/2024/12/20241129djboutiss.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/12/20241129djboutiss.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/12/20241129djboutiss.jpg?strip=info&w=708 708w" alt="" data-height="819" data-id="4228" data-link="https://philarz.com/?attachment_id=4228" data-url="https://philarz.com/wp-content/uploads/2024/12/20241129djboutiss.jpg?w=708" data-width="708" src="https://philarz.com/wp-content/uploads/2024/12/20241129djboutiss.jpg" role="button" aria-label="Open image 18 of 18 in full-screen" /></figure></div></div></div></div></div> <p></p> <p>The Jordan stamp with the denomination “50” that is available on the net is a design that was finally adapted with a denomination “100”. Thanks to Fabio Bonacina, Italy, for pointing to this difference.</p> <p></p> <p><br></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/topics/arab-postal-union/" rel="category tag">Arab Postal Union</a> <a href="https://philarz.com/category/countries/djibouti/" rel="category tag">Djibouti</a> <a href="https://philarz.com/category/topics/flag/" rel="category tag">Flag</a> <a href="https://philarz.com/category/topics/humanitarian/" rel="category tag">Humanitarian</a> <a href="https://philarz.com/category/countries/jordan/" rel="category tag">Jordan</a> <a href="https://philarz.com/category/countries/morocco/" rel="category tag">Morocco</a> <a href="https://philarz.com/category/countries/oman/" rel="category tag">Oman</a> <a href="https://philarz.com/category/countries/qatar/" rel="category tag">Qatar</a> <a href="https://philarz.com/category/countries/syria/" rel="category tag">Syria</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/2024/12/09/solidarity-with-gaza-stamps/#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-3750" class="post-3750 post type-post status-publish format-standard has-post-thumbnail hentry category-joint-issue category-painting category-russia category-tunisia"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2024/09/05/russia-tunisia/" rel="bookmark">Russia – Tunisia</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/09/05/russia-tunisia/" rel="bookmark"><time class="entry-date published updated" datetime="2024-09-05T15:13:55+02:00">5 September 2024</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>The joint issue between <strong>Russia – Tunisia</strong>, honoring the painter Alexander Rubtzof (1884-1949) was released as expected on <strong>September 5, 2024</strong>. The French-Russian painter did spend a larger time of his life in Tusisia. Both countries issued the same self-portrait from 1919 and each a different second painting. The second Tunisian stamp represents ‘<em>The gardens of Sidi Bousaïd</em>” (1926), while the second Russian stamp represents a fragment of his painting ‘<em>In the Living Room</em>‘ (beginning of 20<sup>th</sup> century). Russian stamps are produced in miniature sheets containing 5 se-tenant pairs and two labels [4×3]. Med Achour Ali Ahmed (Algeria), who provided this information, found also out that an older stamp from Tunisia from 1945 was based on a painting of the Sidi Mahrez mosque. </p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/09\/05\/russia-tunisia\/"}' 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:56.14220%"><figure class="tiled-gallery__item"><img data-attachment-id="3755" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905russiams/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg" data-orig-size="1941,2048" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240905Russiams" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg?w=284" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg?w=605" data-attachment-id="3755" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905russiams/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg" data-orig-size="1941,2048" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240905Russiams" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg?w=284" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg?strip=info&w=1800 1800w,https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg?strip=info&w=1941 1941w" alt="" data-height="2048" data-id="3755" data-link="https://philarz.com/?attachment_id=3755" data-url="https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg?w=971" data-width="1941" src="https://philarz.com/wp-content/uploads/2024/09/20240905russiams.jpg" role="button" aria-label="Open image 1 of 9 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:43.85780%"><figure class="tiled-gallery__item"><img data-attachment-id="3756" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905russiast1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiast1.jpg" data-orig-size="222,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="20240905Russiast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiast1.jpg?w=222" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiast1.jpg?w=222" data-attachment-id="3756" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905russiast1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiast1.jpg" data-orig-size="222,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="20240905Russiast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiast1.jpg?w=222" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiast1.jpg?w=222" srcset="https://philarz.com/wp-content/uploads/2024/09/20240905russiast1.jpg?strip=info&w=222 222w" alt="" data-height="300" data-id="3756" data-link="https://philarz.com/?attachment_id=3756" data-url="https://philarz.com/wp-content/uploads/2024/09/20240905russiast1.jpg?w=222" data-width="222" src="https://philarz.com/wp-content/uploads/2024/09/20240905russiast1.jpg" role="button" aria-label="Open image 2 of 9 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:39.75454%"><figure class="tiled-gallery__item"><img data-attachment-id="3754" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905russiafdc2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc2.jpg" data-orig-size="1329,932" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240905Russiafdc2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc2.jpg?w=605" data-attachment-id="3754" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905russiafdc2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc2.jpg" data-orig-size="1329,932" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240905Russiafdc2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc2.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc2.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc2.jpg?strip=info&w=1329 1329w" alt="" data-height="932" data-id="3754" data-link="https://philarz.com/?attachment_id=3754" data-url="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc2.jpg?w=1024" data-width="1329" src="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc2.jpg" role="button" aria-label="Open image 3 of 9 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3760" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905tunisia2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia2.jpg" data-orig-size="622,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="20240905Tunisia2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia2.jpg?w=605" data-attachment-id="3760" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905tunisia2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia2.jpg" data-orig-size="622,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="20240905Tunisia2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/09/20240905tunisia2.jpg?strip=info&w=622 622w" alt="" data-height="444" data-id="3760" data-link="https://philarz.com/?attachment_id=3760" data-url="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia2.jpg?w=622" data-width="622" src="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia2.jpg" role="button" aria-label="Open image 4 of 9 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3753" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905russiafdc1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc1.jpg" data-orig-size="1329,932" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240905Russiafdc1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc1.jpg?w=605" data-attachment-id="3753" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905russiafdc1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc1.jpg" data-orig-size="1329,932" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240905Russiafdc1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc1.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc1.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc1.jpg?strip=info&w=1329 1329w" alt="" data-height="932" data-id="3753" data-link="https://philarz.com/?attachment_id=3753" data-url="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc1.jpg?w=1024" data-width="1329" src="https://philarz.com/wp-content/uploads/2024/09/20240905russiafdc1.jpg" role="button" aria-label="Open image 5 of 9 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:60.24546%"><figure class="tiled-gallery__item"><img data-attachment-id="3759" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905tunisia1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia1.jpg" data-orig-size="262,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="20240905Tunisia1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia1.jpg?w=213" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia1.jpg?w=262" data-attachment-id="3759" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905tunisia1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia1.jpg" data-orig-size="262,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="20240905Tunisia1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia1.jpg?w=213" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia1.jpg?w=262" srcset="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia1.jpg?strip=info&w=262 262w" alt="" data-height="369" data-id="3759" data-link="https://philarz.com/?attachment_id=3759" data-url="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia1.jpg?w=262" data-width="262" src="https://philarz.com/wp-content/uploads/2024/09/20240905tunisia1.jpg" role="button" aria-label="Open image 6 of 9 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:26.77016%"><figure class="tiled-gallery__item"><img data-attachment-id="3757" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905russiast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiast2.jpg" data-orig-size="223,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="20240905Russiast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiast2.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiast2.jpg?w=223" data-attachment-id="3757" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905russiast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiast2.jpg" data-orig-size="223,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="20240905Russiast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiast2.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905russiast2.jpg?w=223" srcset="https://philarz.com/wp-content/uploads/2024/09/20240905russiast2.jpg?strip=info&w=223 223w" alt="" data-height="300" data-id="3757" data-link="https://philarz.com/?attachment_id=3757" data-url="https://philarz.com/wp-content/uploads/2024/09/20240905russiast2.jpg?w=223" data-width="223" src="https://philarz.com/wp-content/uploads/2024/09/20240905russiast2.jpg" role="button" aria-label="Open image 7 of 9 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:50.34926%"><figure class="tiled-gallery__item"><img data-attachment-id="3761" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905tunisiafdc/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg" data-orig-size="2048,1462" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240905Tunisiafdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg?w=605" data-attachment-id="3761" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905tunisiafdc/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg" data-orig-size="2048,1462" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240905Tunisiafdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg?strip=info&w=1800 1800w,https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg?strip=info&w=2000 2000w" alt="" data-height="1462" data-id="3761" data-link="https://philarz.com/?attachment_id=3761" data-url="https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg?w=1024" data-width="2048" src="https://philarz.com/wp-content/uploads/2024/09/20240905tunisiafdc.jpg" role="button" aria-label="Open image 8 of 9 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:22.88057%"><figure class="tiled-gallery__item"><img data-attachment-id="3758" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905t1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905t1.jpg" data-orig-size="659,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="20240905T1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905t1.jpg?w=190" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905t1.jpg?w=605" data-attachment-id="3758" data-permalink="https://philarz.com/2024/09/05/russia-tunisia/20240905t1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/09/20240905t1.jpg" data-orig-size="659,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="20240905T1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/09/20240905t1.jpg?w=190" data-large-file="https://philarz.com/wp-content/uploads/2024/09/20240905t1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/09/20240905t1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/09/20240905t1.jpg?strip=info&w=659 659w" alt="" data-height="1038" data-id="3758" data-link="https://philarz.com/?attachment_id=3758" data-url="https://philarz.com/wp-content/uploads/2024/09/20240905t1.jpg?w=650" data-width="659" src="https://philarz.com/wp-content/uploads/2024/09/20240905t1.jpg" role="button" aria-label="Open image 9 of 9 in full-screen" /></figure></div></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/joint-issue/" rel="category tag">Joint Issue</a> <a href="https://philarz.com/category/topics/painting/" rel="category tag">Painting</a> <a href="https://philarz.com/category/countries/russia/" rel="category tag">Russia</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/2024/09/05/russia-tunisia/#respond">Leave a comment</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" 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" 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" 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-3459" class="post-3459 post type-post status-publish format-standard has-post-thumbnail hentry category-art category-china-pr category-crafts category-denmark category-europa-cept-posteurop category-faroe category-greenland category-head-of-state category-malaysia category-morocco category-romania category-russia category-science category-smom category-telecommunication category-tree category-tunisia category-vatican category-vip"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2024/05/31/update-may-2024/" rel="bookmark">Update May 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/05/31/update-may-2024/" rel="bookmark"><time class="entry-date published updated" datetime="2024-05-31T07:14:16+02:00">31 May 2024</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>While the month of April 2024 remained relatively quiet in terms of new joint issues (Israel-Romania on April 17 and Italy San marino on April 20), the month of May saw some interesting releases which are now listed below.</p> <p>May 9, 2024: This is the official date of this year’s PostEurop issue. The topic is related to ‘Underwater fauna and flora’. A large number of countries issued their stamp(s) on the anniversary date of May 9, but as the design and dates of issue are remaining within the hands of each postal administration, similarly to previous years, the 2024 issue is not considered as joint, on the contrary to last year. This series is just reported in the catalogue for information for collectors of Europa / Europa CEPT / PostEurop stamps. So far, 57 countries have already released their stamp(s) or have announced their participation. Information is missing only for Albania, Armenia, Kazakhstan and Ukraine [<strong>N20240509</strong>].</p> <p><strong>May 21, 2024</strong>: <strong>Morocco </strong>and <strong>Romania</strong> celebrate cultural relations between both countries through a pair of identical stamps related to folk art. This is a twin issue [<strong>T1</strong>] representing traditional costumes and ceramic or porcelain objects from the regions of Vâlcea and Horezu (Romania), or from Fez (Morocco) [<strong>T20240521</strong>].</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/05\/31\/update-may-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:100.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="3466" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521morocco/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521morocco.jpg" data-orig-size="997,495" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521morocco" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521morocco.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521morocco.jpg?w=605" data-attachment-id="3466" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521morocco/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521morocco.jpg" data-orig-size="997,495" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521morocco" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521morocco.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521morocco.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/05/20240521morocco.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/05/20240521morocco.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/05/20240521morocco.jpg?strip=info&w=997 997w" alt="" data-height="495" data-id="3466" data-link="https://philarz.com/?attachment_id=3466" data-url="https://philarz.com/wp-content/uploads/2024/05/20240521morocco.jpg?w=997" data-width="997" src="https://philarz.com/wp-content/uploads/2024/05/20240521morocco.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="3467" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521romaniafdc/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniafdc.jpg" data-orig-size="1294,644" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521romaniafdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniafdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniafdc.jpg?w=605" data-attachment-id="3467" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521romaniafdc/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniafdc.jpg" data-orig-size="1294,644" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521romaniafdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniafdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniafdc.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/05/20240521romaniafdc.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/05/20240521romaniafdc.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/05/20240521romaniafdc.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/05/20240521romaniafdc.jpg?strip=info&w=1294 1294w" alt="" data-height="644" data-id="3467" data-link="https://philarz.com/?attachment_id=3467" data-url="https://philarz.com/wp-content/uploads/2024/05/20240521romaniafdc.jpg?w=1024" data-width="1294" src="https://philarz.com/wp-content/uploads/2024/05/20240521romaniafdc.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:66.38297%"><figure class="tiled-gallery__item"><img data-attachment-id="3468" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521romaniampanes/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniampanes.jpg" data-orig-size="560,570" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521romaniampanes" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniampanes.jpg?w=295" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniampanes.jpg?w=560" data-attachment-id="3468" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521romaniampanes/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniampanes.jpg" data-orig-size="560,570" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521romaniampanes" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniampanes.jpg?w=295" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniampanes.jpg?w=560" srcset="https://philarz.com/wp-content/uploads/2024/05/20240521romaniampanes.jpg?strip=info&w=560 560w" alt="" data-height="570" data-id="3468" data-link="https://philarz.com/?attachment_id=3468" data-url="https://philarz.com/wp-content/uploads/2024/05/20240521romaniampanes.jpg?w=560" data-width="560" src="https://philarz.com/wp-content/uploads/2024/05/20240521romaniampanes.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:33.61703%"><figure class="tiled-gallery__item"><img data-attachment-id="3469" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521romaniams1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams1.jpg" data-orig-size="765,766" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521romaniams1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams1.jpg?w=605" data-attachment-id="3469" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521romaniams1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams1.jpg" data-orig-size="765,766" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521romaniams1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/05/20240521romaniams1.jpg?strip=info&w=765 765w" alt="" data-height="766" data-id="3469" data-link="https://philarz.com/?attachment_id=3469" data-url="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams1.jpg?w=765" data-width="765" src="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams1.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3470" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521romaniams2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams2.jpg" data-orig-size="766,767" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521romaniams2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams2.jpg?w=605" data-attachment-id="3470" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521romaniams2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams2.jpg" data-orig-size="766,767" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521romaniams2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/05/20240521romaniams2.jpg?strip=info&w=766 766w" alt="" data-height="767" data-id="3470" data-link="https://philarz.com/?attachment_id=3470" data-url="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams2.jpg?w=766" data-width="766" src="https://philarz.com/wp-content/uploads/2024/05/20240521romaniams2.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="3471" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521romaniast1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast1.jpg" data-orig-size="216,216" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521romaniast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast1.jpg?w=216" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast1.jpg?w=216" data-attachment-id="3471" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521romaniast1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast1.jpg" data-orig-size="216,216" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521romaniast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast1.jpg?w=216" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast1.jpg?w=216" srcset="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast1.jpg?strip=info&w=216 216w" alt="" data-height="216" data-id="3471" data-link="https://philarz.com/?attachment_id=3471" data-url="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast1.jpg?w=216" data-width="216" src="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast1.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:50.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="3472" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521romaniast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast2.jpg" data-orig-size="216,216" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521romaniast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast2.jpg?w=216" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast2.jpg?w=216" data-attachment-id="3472" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521romaniast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast2.jpg" data-orig-size="216,216" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521romaniast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast2.jpg?w=216" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast2.jpg?w=216" srcset="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast2.jpg?strip=info&w=216 216w" alt="" data-height="216" data-id="3472" data-link="https://philarz.com/?attachment_id=3472" data-url="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast2.jpg?w=216" data-width="216" src="https://philarz.com/wp-content/uploads/2024/05/20240521romaniast2.jpg" /></figure></div></div></div></div></div> <p></p> <p><strong>May 21, 2024</strong>: The 150<sup>th</sup> anniversary of the birthday of Guglielmo Marconi (1874-1937) is celebrated by the <strong>Vatican State</strong> and the <strong>Sovereign Military Order of Malta (SMOM)</strong> through a twin issue representing the Italian inventor in front of dedicated equipment. Unfortunately, as the UPU does not recognize SMOM a an official postal administration, this issue remains described in the catalogue, but under the heading non-approved/twin issue [<strong>N</strong>/<strong>T1</strong>] [<strong>N20240521</strong>]. Each individual collector to decide if he/she wants to keep this issue in his/her collection.</p> <figure data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/05\/31\/update-may-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="3475" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521smom/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521smom.jpg" data-orig-size="709,945" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521smom" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521smom.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521smom.jpg?w=605" loading="lazy" width="709" height="945" data-id="3475" src="https://philarz.com/wp-content/uploads/2024/05/20240521smom.jpg?w=709" alt="" class="wp-image-3475" srcset="https://philarz.com/wp-content/uploads/2024/05/20240521smom.jpg 709w, https://philarz.com/wp-content/uploads/2024/05/20240521smom.jpg?w=113 113w, https://philarz.com/wp-content/uploads/2024/05/20240521smom.jpg?w=225 225w" sizes="(max-width: 709px) 100vw, 709px" /></figure> <figure class="wp-block-image size-large"><img data-attachment-id="3474" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521smomcancellation/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521smomcancellation.jpg" data-orig-size="827,827" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521smomcancellation" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521smomcancellation.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521smomcancellation.jpg?w=605" loading="lazy" width="827" height="827" data-id="3474" src="https://philarz.com/wp-content/uploads/2024/05/20240521smomcancellation.jpg?w=827" alt="" class="wp-image-3474" srcset="https://philarz.com/wp-content/uploads/2024/05/20240521smomcancellation.jpg 827w, https://philarz.com/wp-content/uploads/2024/05/20240521smomcancellation.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/05/20240521smomcancellation.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2024/05/20240521smomcancellation.jpg?w=768 768w" sizes="(max-width: 827px) 100vw, 827px" /></figure> <figure class="wp-block-image size-large"><img data-attachment-id="3476" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240521vatican/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240521vatican.jpg" data-orig-size="796,1053" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240521vatican" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240521vatican.jpg?w=227" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240521vatican.jpg?w=605" loading="lazy" width="774" height="1023" data-id="3476" src="https://philarz.com/wp-content/uploads/2024/05/20240521vatican.jpg?w=774" alt="" class="wp-image-3476" srcset="https://philarz.com/wp-content/uploads/2024/05/20240521vatican.jpg?w=774 774w, https://philarz.com/wp-content/uploads/2024/05/20240521vatican.jpg?w=113 113w, https://philarz.com/wp-content/uploads/2024/05/20240521vatican.jpg?w=227 227w, https://philarz.com/wp-content/uploads/2024/05/20240521vatican.jpg?w=768 768w, https://philarz.com/wp-content/uploads/2024/05/20240521vatican.jpg 796w" sizes="(max-width: 774px) 100vw, 774px" /></figure> </figure> <p></p> <p><strong>May 26, 2024</strong>: The accession of Frederic X to the Danish throne is celebrated through joint souvenir sheets issued by <strong>Denmark, Faroe Islands</strong> and <strong>Greenland</strong>. Due to the direct link between these three postal administrations, this joint issue is considered as a Territorial twin issue [<strong>TD</strong>] and will be referenced as [<strong>D20240526</strong>]. The identical souvenir sheets with one stamp showing the portrait of King Frederic X were issued at the date of the anniversary of the King (born on May 26, 1968). King Frederic X is officially reigning since January 14, 2024.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img data-attachment-id="3482" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240526denmarkss/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240526denmarkss.jpg" data-orig-size="1625,870" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240526denmarkss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240526denmarkss.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240526denmarkss.jpg?w=605" loading="lazy" width="1024" height="548" src="https://philarz.com/wp-content/uploads/2024/05/20240526denmarkss.jpg?w=1024" alt="" class="wp-image-3482" srcset="https://philarz.com/wp-content/uploads/2024/05/20240526denmarkss.jpg?w=1024 1024w, https://philarz.com/wp-content/uploads/2024/05/20240526denmarkss.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/05/20240526denmarkss.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2024/05/20240526denmarkss.jpg?w=768 768w, https://philarz.com/wp-content/uploads/2024/05/20240526denmarkss.jpg 1625w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div> <div class="wp-block-image"> <figure class="aligncenter size-large"><img data-attachment-id="3484" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240526faeroess/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240526faeroess.jpg" data-orig-size="1591,851" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240526faeroess" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240526faeroess.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240526faeroess.jpg?w=605" loading="lazy" width="1024" height="547" src="https://philarz.com/wp-content/uploads/2024/05/20240526faeroess.jpg?w=1024" alt="" class="wp-image-3484" srcset="https://philarz.com/wp-content/uploads/2024/05/20240526faeroess.jpg?w=1024 1024w, https://philarz.com/wp-content/uploads/2024/05/20240526faeroess.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/05/20240526faeroess.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2024/05/20240526faeroess.jpg?w=768 768w, https://philarz.com/wp-content/uploads/2024/05/20240526faeroess.jpg 1591w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div> <div class="wp-block-image"> <figure class="aligncenter size-large"><img data-attachment-id="3485" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240526greenlandssb/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240526greenlandssb.jpg" data-orig-size="1502,810" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240526greenlandssb" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240526greenlandssb.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240526greenlandssb.jpg?w=605" loading="lazy" width="1024" height="552" src="https://philarz.com/wp-content/uploads/2024/05/20240526greenlandssb.jpg?w=1024" alt="" class="wp-image-3485" srcset="https://philarz.com/wp-content/uploads/2024/05/20240526greenlandssb.jpg?w=1024 1024w, https://philarz.com/wp-content/uploads/2024/05/20240526greenlandssb.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/05/20240526greenlandssb.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2024/05/20240526greenlandssb.jpg?w=768 768w, https://philarz.com/wp-content/uploads/2024/05/20240526greenlandssb.jpg 1502w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div> <p></p> <p><strong>May 31, 2024</strong>: as a last minute issue, we were informed that <strong>China PR</strong> and <strong>Malaysia</strong> have issued a joint pair of stamps at the occasion of the 50th anniversary of the diplomatic relationship between both countries (<em>Source: Adam Paish, UK</em>). The stamps represent two local large trees (Pine and Merbau/malaka teak) from both countries.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/05\/31\/update-may-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:66.74718%"><figure class="tiled-gallery__item"><img data-attachment-id="3478" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240531chinast1a/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240531chinast1a.jpg" data-orig-size="244,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="20240531chinast1a" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240531chinast1a.jpg?w=229" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240531chinast1a.jpg?w=244" data-attachment-id="3478" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240531chinast1a/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240531chinast1a.jpg" data-orig-size="244,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="20240531chinast1a" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240531chinast1a.jpg?w=229" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240531chinast1a.jpg?w=244" srcset="https://philarz.com/wp-content/uploads/2024/05/20240531chinast1a.jpg?strip=info&w=244 244w" alt="" data-height="320" data-id="3478" data-link="https://philarz.com/?attachment_id=3478" data-url="https://philarz.com/wp-content/uploads/2024/05/20240531chinast1a.jpg?w=244" data-width="244" src="https://philarz.com/wp-content/uploads/2024/05/20240531chinast1a.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:33.25282%"><figure class="tiled-gallery__item"><img data-attachment-id="3477" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240531chinast2a/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240531chinast2a.jpg" data-orig-size="238,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="20240531chinast2a" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240531chinast2a.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240531chinast2a.jpg?w=238" data-attachment-id="3477" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240531chinast2a/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240531chinast2a.jpg" data-orig-size="238,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="20240531chinast2a" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240531chinast2a.jpg?w=223" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240531chinast2a.jpg?w=238" srcset="https://philarz.com/wp-content/uploads/2024/05/20240531chinast2a.jpg?strip=info&w=238 238w" alt="" data-height="320" data-id="3477" data-link="https://philarz.com/?attachment_id=3477" data-url="https://philarz.com/wp-content/uploads/2024/05/20240531chinast2a.jpg?w=238" data-width="238" src="https://philarz.com/wp-content/uploads/2024/05/20240531chinast2a.jpg" /></figure></div><div class="tiled-gallery__col"><figure class="tiled-gallery__item"><img data-attachment-id="3479" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240531malaysiastb/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240531malaysiastb.jpg" data-orig-size="237,178" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240531malaysiastb" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240531malaysiastb.jpg?w=237" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240531malaysiastb.jpg?w=237" data-attachment-id="3479" data-permalink="https://philarz.com/2024/05/31/update-may-2024/20240531malaysiastb/" data-orig-file="https://philarz.com/wp-content/uploads/2024/05/20240531malaysiastb.jpg" data-orig-size="237,178" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240531malaysiastb" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/05/20240531malaysiastb.jpg?w=237" data-large-file="https://philarz.com/wp-content/uploads/2024/05/20240531malaysiastb.jpg?w=237" srcset="https://philarz.com/wp-content/uploads/2024/05/20240531malaysiastb.jpg?strip=info&w=237 237w" alt="" data-height="178" data-id="3479" data-link="https://philarz.com/?attachment_id=3479" data-url="https://philarz.com/wp-content/uploads/2024/05/20240531malaysiastb.jpg?w=237" data-width="237" src="https://philarz.com/wp-content/uploads/2024/05/20240531malaysiastb.jpg" /></figure></div></div></div></div></div> <p></p> <p>The potential Mongolia – Switzerland joint issue expected at the occasion of the 60th anniversary of the diplomatic relationship between both countries resulted in a souvenir sheet issued unilaterally by Mongolia on May 20, 2024 (see <a href="https://montsame.mn/en/read/344262">https://montsame.mn/en/read/344262</a>), so, not a joint issue.</p> <p>The <strong>Tunisia – Russia</strong> joint issue initially scheduled for May 24, 2024 (Art – Painter Roubtzoff) is now postponed to <strong>September 9, 2024</strong> (<a href="https://rusmarka.ru/en/plans/planmarka.aspx">Russian philatelic program</a>).</p> <p>We are still missing information about the <strong>Indian </strong>stamps linked to the already announced <strong>Israel </strong>Purim souvenir sheet that was supposed to be released on May 7, 2024.</p> <p>The catalogue <a href="https://www.calameo.com/read/0065557308fbea5c6e483">Part 1</a> and <a href="https://www.calameo.com/read/0065557308b763076f91a">Part 15</a> have been updated accordingly.</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/topics/art/" rel="category tag">Art</a> <a href="https://philarz.com/category/countries/china-pr/" rel="category tag">China PR</a> <a href="https://philarz.com/category/topics/crafts/" rel="category tag">Crafts</a> <a href="https://philarz.com/category/countries/denmark/" rel="category tag">Denmark</a> <a href="https://philarz.com/category/topics/europa-cept-posteurop/" rel="category tag">Europa - CEPT - PostEurop</a> <a href="https://philarz.com/category/countries/faroe/" rel="category tag">Faroe</a> <a href="https://philarz.com/category/countries/greenland/" rel="category tag">Greenland</a> <a href="https://philarz.com/category/topics/head-of-state/" rel="category tag">Head of State</a> <a href="https://philarz.com/category/countries/malaysia/" rel="category tag">Malaysia</a> <a href="https://philarz.com/category/countries/morocco/" rel="category tag">Morocco</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/topics/science/" rel="category tag">Science</a> <a href="https://philarz.com/category/countries/smom/" rel="category tag">SMOM</a> <a href="https://philarz.com/category/topics/telecommunication/" rel="category tag">Telecommunication</a> <a href="https://philarz.com/category/topics/tree/" rel="category tag">Tree</a> <a href="https://philarz.com/category/countries/tunisia/" rel="category tag">Tunisia</a> <a href="https://philarz.com/category/countries/vatican/" rel="category tag">Vatican</a> <a href="https://philarz.com/category/topics/vip/" rel="category tag">VIP</a></span></div><span class="comments-link"><a href="https://philarz.com/2024/05/31/update-may-2024/#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-1963" class="post-1963 post type-post status-publish format-standard has-post-thumbnail hentry category-algeria category-arab-postal-union category-djibouti category-egypt category-iraq category-joint-issue category-jordan category-oman category-palestine category-saudi-arabia category-tunisia category-united-arab-emirates"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2022/11/20/algiers-summit-2022-2/" rel="bookmark">Algiers Summit 2022 (2)</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/11/20/algiers-summit-2022-2/" rel="bookmark"><time class="entry-date published updated" datetime="2022-11-20T10:13:03+01:00">20 November 2022</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>The 2022 Arab Postal Union Algiers Summit took place on November 1 and 2, 2022 as announced. A stamp with a common design was supposed to be released by most of the participating members. Unfortunately, the information remains difficult to obtain. Most of the below was obtained from our friend Med Achour Ali Ahmed (Algeria), but the list still seems uncomplete.</p> <p>So far, we had already reported about the following countries which had issued a stamp each: <strong>Egypt</strong> (<strong>August 3, 2022</strong>), <strong>Algeria </strong>(<strong>August 20, 2022), Oman </strong>(<strong>October, 2022</strong>), <strong>Djibouti</strong> (<strong>October 9, 2022</strong>) and <strong>Tunisia</strong> (<strong>October 25, 2022)</strong>.</p> <p>To this previous list, we can now add <strong>Iraq</strong>, <strong>Jordan</strong>, <strong>Palestine</strong>, <strong>Saudi Arabia,</strong> and <strong>United Arab Emirates</strong>, all of them having issued stamps on <strong>November 1, 2022</strong>.</p> <p>These stamps represent 10 countries out of the 22 member states of the Arab League. So, another 12 potential participants could still participate or even may already have issued stamps. These include: Bahrain, Comoros, Kuwait, Lebanon, Libya, Mauritania, Morocco, Qatar, Somalia, Sudan, Syria, and Yemen. Story to be followed …</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/11\/20\/algiers-summit-2022-2\/"}' 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:60.67209%;"><figure class="tiled-gallery__item"><img data-attachment-id="1976" data-permalink="https://philarz.com/2022/11/20/algiers-summit-2022-2/20221101uaess1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/11/20221101uaess1.jpg" data-orig-size="808,814" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221101uaess1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/11/20221101uaess1.jpg?w=298" data-large-file="https://philarz.com/wp-content/uploads/2022/11/20221101uaess1.jpg?w=605" data-attachment-id="1976" data-permalink="https://philarz.com/2022/11/20/algiers-summit-2022-2/20221101uaess1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/11/20221101uaess1.jpg" data-orig-size="808,814" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221101uaess1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/11/20221101uaess1.jpg?w=298" data-large-file="https://philarz.com/wp-content/uploads/2022/11/20221101uaess1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/11/20221101uaess1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/11/20221101uaess1.jpg?strip=info&w=808 808w" alt="" data-height="814" data-id="1976" data-link="https://philarz.com/?attachment_id=1976" data-url="https://philarz.com/wp-content/uploads/2022/11/20221101uaess1.jpg?w=808" data-width="808" src="https://philarz.com/wp-content/uploads/2022/11/20221101uaess1.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:39.32791%;"><figure class="tiled-gallery__item"><img data-attachment-id="1974" data-permalink="https://philarz.com/2022/11/20/algiers-summit-2022-2/20221101palestinest1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/11/20221101palestinest1.jpg" data-orig-size="351,546" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221101palestinest1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/11/20221101palestinest1.jpg?w=193" data-large-file="https://philarz.com/wp-content/uploads/2022/11/20221101palestinest1.jpg?w=351" data-attachment-id="1974" data-permalink="https://philarz.com/2022/11/20/algiers-summit-2022-2/20221101palestinest1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/11/20221101palestinest1.jpg" data-orig-size="351,546" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221101palestinest1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/11/20221101palestinest1.jpg?w=193" data-large-file="https://philarz.com/wp-content/uploads/2022/11/20221101palestinest1.jpg?w=351" srcset="https://philarz.com/wp-content/uploads/2022/11/20221101palestinest1.jpg?strip=info&w=351 351w" alt="" data-height="546" data-id="1974" data-link="https://philarz.com/?attachment_id=1974" data-url="https://philarz.com/wp-content/uploads/2022/11/20221101palestinest1.jpg?w=351" data-width="351" src="https://philarz.com/wp-content/uploads/2022/11/20221101palestinest1.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:38.84298%;"><figure class="tiled-gallery__item"><img data-attachment-id="1975" data-permalink="https://philarz.com/2022/11/20/algiers-summit-2022-2/20221101saudiarabiast1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/11/20221101saudiarabiast1.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="20221101saudiarabiast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/11/20221101saudiarabiast1.jpg?w=297" data-large-file="https://philarz.com/wp-content/uploads/2022/11/20221101saudiarabiast1.jpg?w=526" data-attachment-id="1975" data-permalink="https://philarz.com/2022/11/20/algiers-summit-2022-2/20221101saudiarabiast1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/11/20221101saudiarabiast1.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="20221101saudiarabiast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/11/20221101saudiarabiast1.jpg?w=297" data-large-file="https://philarz.com/wp-content/uploads/2022/11/20221101saudiarabiast1.jpg?w=526" srcset="https://philarz.com/wp-content/uploads/2022/11/20221101saudiarabiast1.jpg?strip=info&w=526 526w" alt="" data-height="532" data-id="1975" data-link="https://philarz.com/?attachment_id=1975" data-url="https://philarz.com/wp-content/uploads/2022/11/20221101saudiarabiast1.jpg?w=526" data-width="526" src="https://philarz.com/wp-content/uploads/2022/11/20221101saudiarabiast1.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:29.4894%;"><figure class="tiled-gallery__item"><img data-attachment-id="1973" data-permalink="https://philarz.com/2022/11/20/algiers-summit-2022-2/20221101iraqst1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/11/20221101iraqst1.jpg" data-orig-size="960,1280" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221101iraqst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/11/20221101iraqst1.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2022/11/20221101iraqst1.jpg?w=605" data-attachment-id="1973" data-permalink="https://philarz.com/2022/11/20/algiers-summit-2022-2/20221101iraqst1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/11/20221101iraqst1.jpg" data-orig-size="960,1280" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221101iraqst1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/11/20221101iraqst1.jpg?w=225" data-large-file="https://philarz.com/wp-content/uploads/2022/11/20221101iraqst1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/11/20221101iraqst1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/11/20221101iraqst1.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2022/11/20221101iraqst1.jpg?strip=info&w=960 960w" alt="" data-height="1280" data-id="1973" data-link="https://philarz.com/?attachment_id=1973" data-url="https://philarz.com/wp-content/uploads/2022/11/20221101iraqst1.jpg?w=768" data-width="960" src="https://philarz.com/wp-content/uploads/2022/11/20221101iraqst1.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:31.66762%;"><figure class="tiled-gallery__item"><img data-attachment-id="1979" data-permalink="https://philarz.com/2022/11/20/algiers-summit-2022-2/20220803egyptst2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/11/20220803egyptst2.jpg" data-orig-size="605,751" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1668937794","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220803egyptst2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/11/20220803egyptst2.jpg?w=242" data-large-file="https://philarz.com/wp-content/uploads/2022/11/20220803egyptst2.jpg?w=605" data-attachment-id="1979" data-permalink="https://philarz.com/2022/11/20/algiers-summit-2022-2/20220803egyptst2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/11/20220803egyptst2.jpg" data-orig-size="605,751" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1668937794","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220803egyptst2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/11/20220803egyptst2.jpg?w=242" data-large-file="https://philarz.com/wp-content/uploads/2022/11/20220803egyptst2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/11/20220803egyptst2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/11/20220803egyptst2.jpg?strip=info&w=605 605w" alt="" data-height="751" data-id="1979" data-link="https://philarz.com/?attachment_id=1979" data-url="https://philarz.com/wp-content/uploads/2022/11/20220803egyptst2.jpg?w=605" data-width="605" src="https://philarz.com/wp-content/uploads/2022/11/20220803egyptst2.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/algeria/" rel="category tag">Algeria</a> <a href="https://philarz.com/category/topics/arab-postal-union/" rel="category tag">Arab Postal Union</a> <a href="https://philarz.com/category/countries/djibouti/" rel="category tag">Djibouti</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/countries/iraq/" rel="category tag">Iraq</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/oman/" rel="category tag">Oman</a> <a href="https://philarz.com/category/countries/palestine/" rel="category tag">Palestine</a> <a href="https://philarz.com/category/countries/saudi-arabia/" rel="category tag">Saudi Arabia</a> <a href="https://philarz.com/category/countries/tunisia/" rel="category tag">Tunisia</a> <a href="https://philarz.com/category/countries/united-arab-emirates/" rel="category tag">United Arab Emirates</a></span></div><span class="comments-link"><a href="https://philarz.com/2022/11/20/algiers-summit-2022-2/#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1922" class="post-1922 post type-post status-publish format-standard hentry category-algeria category-arab-postal-union category-djibouti category-egypt category-joint-issue category-oman category-post category-tunisia"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2022/10/30/algiers-summit-2022/" rel="bookmark">Algiers Summit 2022</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/10/30/algiers-summit-2022/" rel="bookmark"><time class="entry-date published" datetime="2022-10-30T06:30:45+01:00">30 October 2022</time><time class="updated" datetime="2022-11-20T06:09:17+01:00">20 November 2022</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Our friend Med Achour Ali Ahmed (Algeria), continues providing information about the new 2022 Arab Postal Union stamps and the Algiers Summit that is supposed to take place on November 1 and 2, 2022. A stamp with a common design is to be released by most of the participating members. </p> <p><strong>Egypt</strong>, and <strong>Algeria </strong>have already issued their stamps, respectively on <strong>August 3, 2022</strong> and <strong>August 20, 2022</strong>. Now we can report about the release of <strong>Oman</strong>‘s stamp (<strong>October, 2022</strong>), and the Republic of Djibouti. Unfortunately, this later is not following production rules that would fit with collectors’ wishes and the country is strictly limiting the number of items at the same time providing several subtypes of non-useful material. <strong>Djibouti </strong>produced 400 (!!) numbered souvenir sheets with 1 stamp and 400 other souvenir sheets with 4 different stamps among which one common stamp, but also the same in non-perforated (50 units). 20 perforated and 5 non-perforated units (souvenir sheets) have been produced as official FDCs dated <strong>October 9, 2022</strong>. A postal stationery has also been released. With that small printing run, it is clear that these products have been made to be sold at very high prices only to collectors and should not have the status of collectibles.</p> <p>In the mean time, the <strong>Tunisia</strong> stamp was released on <strong>October 25, 2022</strong>. Most of the other countries are expected to release their stamps on November 1, 2022. The Arab League consists of 22 member states.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/10\/30\/algiers-summit-2022\/"}' 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.17077%;"><figure class="tiled-gallery__item"><img data-attachment-id="1607" data-permalink="https://philarz.com/2022/09/04/arab-postal-union-unified-issue/20220820algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg" data-orig-size="691,689" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220820algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?w=605" data-attachment-id="1607" data-permalink="https://philarz.com/2022/09/04/arab-postal-union-unified-issue/20220820algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg" data-orig-size="691,689" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220820algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?strip=info&w=691 691w" alt="" data-height="689" data-id="1607" data-link="https://philarz.com/2022/09/04/arab-postal-union-unified-issue/20220820algeria/" data-url="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?w=691" data-width="691" src="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="1937" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20221022oman/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221022oman.png" data-orig-size="628,622" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221022oman" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221022oman.png?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221022oman.png?w=605" data-attachment-id="1937" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20221022oman/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221022oman.png" data-orig-size="628,622" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221022oman" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221022oman.png?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221022oman.png?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20221022oman.png?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221022oman.png?strip=info&w=628 628w" alt="" data-height="622" data-id="1937" data-link="https://philarz.com/?attachment_id=1937" data-url="https://philarz.com/wp-content/uploads/2022/10/20221022oman.png?w=628" data-width="628" src="https://philarz.com/wp-content/uploads/2022/10/20221022oman.png" /></figure></div><div class="tiled-gallery__col" style="flex-basis:60.82923%;"><figure class="tiled-gallery__item"><img data-attachment-id="1930" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20220803egypt-2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220803egypt.jpg" data-orig-size="526,676" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220803egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220803egypt.jpg?w=233" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220803egypt.jpg?w=526" data-attachment-id="1930" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20220803egypt-2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220803egypt.jpg" data-orig-size="526,676" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220803egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220803egypt.jpg?w=233" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220803egypt.jpg?w=526" srcset="https://philarz.com/wp-content/uploads/2022/10/20220803egypt.jpg?strip=info&w=526 526w" alt="" data-height="676" data-id="1930" data-link="https://philarz.com/?attachment_id=1930" data-url="https://philarz.com/wp-content/uploads/2022/10/20220803egypt.jpg?w=526" data-width="526" src="https://philarz.com/wp-content/uploads/2022/10/20220803egypt.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:70.98094%;"><figure class="tiled-gallery__item"><img data-attachment-id="1934" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20221009djiboutiss/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg" data-orig-size="1654,1181" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221009djiboutiss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg?w=605" data-attachment-id="1934" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20221009djiboutiss/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg" data-orig-size="1654,1181" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221009djiboutiss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg?strip=info&w=1654 1654w" alt="" data-height="1181" data-id="1934" data-link="https://philarz.com/?attachment_id=1934" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg?w=1024" data-width="1654" src="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutiss.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:29.01906%;"><figure class="tiled-gallery__item"><img data-attachment-id="1938" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20221025tunisia/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia.jpg" data-orig-size="319,318" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666711405","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221025tunisia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia.jpg?w=319" data-attachment-id="1938" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20221025tunisia/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia.jpg" data-orig-size="319,318" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666711405","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221025tunisia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia.jpg?w=319" srcset="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia.jpg?strip=info&w=319 319w" alt="" data-height="318" data-id="1938" data-link="https://philarz.com/?attachment_id=1938" data-url="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia.jpg?w=319" data-width="319" src="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="1931" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20221009djiboutibf4/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg" data-orig-size="1656,1231" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221009djiboutibf4" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg?w=605" data-attachment-id="1931" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20221009djiboutibf4/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg" data-orig-size="1656,1231" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221009djiboutibf4" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg?strip=info&w=1656 1656w" alt="" data-height="1231" data-id="1931" data-link="https://philarz.com/?attachment_id=1931" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg?w=1024" data-width="1656" src="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutibf4.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:57.58114%;"><figure class="tiled-gallery__item"><img data-attachment-id="1939" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20221025tunisia_fdc/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia_fdc.jpg" data-orig-size="1082,563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221025tunisia_fdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia_fdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia_fdc.jpg?w=605" data-attachment-id="1939" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20221025tunisia_fdc/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia_fdc.jpg" data-orig-size="1082,563" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221025tunisia_fdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia_fdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia_fdc.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia_fdc.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221025tunisia_fdc.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2022/10/20221025tunisia_fdc.jpg?strip=info&w=1082 1082w" alt="" data-height="563" data-id="1939" data-link="https://philarz.com/?attachment_id=1939" data-url="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia_fdc.jpg?w=1024" data-width="1082" src="https://philarz.com/wp-content/uploads/2022/10/20221025tunisia_fdc.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:42.41886%;"><figure class="tiled-gallery__item"><img data-attachment-id="1936" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20221009djiboutissfdc/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg" data-orig-size="2705,1913" data-comments-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="20221009djiboutissfdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg?w=605" data-attachment-id="1936" data-permalink="https://philarz.com/2022/10/30/algiers-summit-2022/20221009djiboutissfdc/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg" data-orig-size="2705,1913" data-comments-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="20221009djiboutissfdc" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg?strip=info&w=1800 1800w,https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg?strip=info&w=2000 2000w" alt="" data-height="1913" data-id="1936" data-link="https://philarz.com/?attachment_id=1936" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.jpg?w=1024" data-width="2705" src="https://philarz.com/wp-content/uploads/2022/10/20221009djiboutissfdc.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/algeria/" rel="category tag">Algeria</a> <a href="https://philarz.com/category/topics/arab-postal-union/" rel="category tag">Arab Postal Union</a> <a href="https://philarz.com/category/countries/djibouti/" rel="category tag">Djibouti</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/joint-issue/" rel="category tag">Joint Issue</a> <a href="https://philarz.com/category/countries/oman/" rel="category tag">Oman</a> <a href="https://philarz.com/category/topics/post/" rel="category tag">Post</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/2022/10/30/algiers-summit-2022/#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1857" class="post-1857 post type-post status-publish format-standard hentry category-algeria category-belarus category-borrowed category-bosnia-herzegovina category-cambodia category-croatia category-egypt category-fiji category-joint-issue category-nature category-post category-russia category-serbia category-sri-lanka category-syria category-thailand category-tunisia category-turkey category-upu"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2022/10/21/world-postal-day/" rel="bookmark">World Post Day 2022 (2)</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/10/21/world-postal-day/" rel="bookmark"><time class="entry-date published" datetime="2022-10-21T16:52:33+02:00">21 October 2022</time><time class="updated" datetime="2022-10-27T09:05:09+02:00">27 October 2022</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p><strong>October 9, 2022</strong>, day at which the UPU organized a common issue at the occasion of the World Post Day, was a Sunday. This is not the best day for launching a stamp and we preferred waiting a few days to collect a maximum of information around this issue in order to include also stamps that were released after this official date. We were not disappointed and we received a lot of additional information from our friends Kenneth Sequeira (Dubai), Ali Ahmed Med Achour (Algeria), Don Birschel (USA), Enzo Cafaro (Italy), Kenneth Sequeira (Singapore) and others. Thanks to all of them.</p> <p>So far (the list is probably not complete), the countries having issued stamps with the UPU design include the followings: <strong>Belarus</strong>, <strong>Bosnia Herzegovina</strong>, <strong>Cambodia</strong>, <strong>Croatia</strong>, <strong>Egypt</strong>, <strong>Fiji</strong> (September 22, release date, but official FDC dated October 9), <strong>Russia</strong> (October 7), <strong>Serbia</strong> (October 7), <strong>Sri Lanka</strong>, , <strong>Syria </strong>(1 stamp, 1 souvenir sheet), <strong>Thailand</strong>, <strong>Tunisia</strong>, <strong>Turkey</strong>. All these countries have issued one single stamp at the date of October 9, 2022, except otherwise stated.</p> <p><strong>Algeria</strong> (October 9, 2022) participated as well but adapted the design. </p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/10\/21\/world-postal-day\/"}' 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:24.29292%;"><figure class="tiled-gallery__item"><img data-attachment-id="1866" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009algeria.png" data-orig-size="679,1001" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221009algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009algeria.png?w=203" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009algeria.png?w=605" data-attachment-id="1866" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009algeria.png" data-orig-size="679,1001" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20221009algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009algeria.png?w=203" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009algeria.png?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009algeria.png?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221009algeria.png?strip=info&w=679 679w" alt="" data-height="1001" data-id="1866" data-link="https://philarz.com/?attachment_id=1866" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009algeria.png?w=679" data-width="679" src="https://philarz.com/wp-content/uploads/2022/10/20221009algeria.png" /></figure></div><div class="tiled-gallery__col" style="flex-basis:25.32411%;"><figure class="tiled-gallery__item"><img data-attachment-id="1867" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009belarus-1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009belarus-1.jpg" data-orig-size="686,970" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666342034","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009belarus-1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009belarus-1.jpg?w=212" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009belarus-1.jpg?w=605" data-attachment-id="1867" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009belarus-1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009belarus-1.jpg" data-orig-size="686,970" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666342034","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009belarus-1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009belarus-1.jpg?w=212" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009belarus-1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009belarus-1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221009belarus-1.jpg?strip=info&w=686 686w" alt="" data-height="970" data-id="1867" data-link="https://philarz.com/?attachment_id=1867" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009belarus-1.jpg?w=686" data-width="686" src="https://philarz.com/wp-content/uploads/2022/10/20221009belarus-1.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:23.94381%;"><figure class="tiled-gallery__item"><img data-attachment-id="1868" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009bosniaherzeg/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009bosniaherzeg.jpg" data-orig-size="476,712" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666333586","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009bosniaherzeg" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009bosniaherzeg.jpg?w=201" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009bosniaherzeg.jpg?w=476" data-attachment-id="1868" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009bosniaherzeg/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009bosniaherzeg.jpg" data-orig-size="476,712" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666333586","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009bosniaherzeg" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009bosniaherzeg.jpg?w=201" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009bosniaherzeg.jpg?w=476" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009bosniaherzeg.jpg?strip=info&w=476 476w" alt="" data-height="712" data-id="1868" data-link="https://philarz.com/?attachment_id=1868" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009bosniaherzeg.jpg?w=476" data-width="476" src="https://philarz.com/wp-content/uploads/2022/10/20221009bosniaherzeg.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:26.43917%;"><figure class="tiled-gallery__item"><img data-attachment-id="1869" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009cambodiast1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009cambodiast1.jpg" data-orig-size="144,195" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666333405","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009cambodiast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009cambodiast1.jpg?w=144" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009cambodiast1.jpg?w=144" data-attachment-id="1869" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009cambodiast1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009cambodiast1.jpg" data-orig-size="144,195" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666333405","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009cambodiast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009cambodiast1.jpg?w=144" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009cambodiast1.jpg?w=144" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009cambodiast1.jpg?strip=info&w=144 144w" alt="" data-height="195" data-id="1869" data-link="https://philarz.com/?attachment_id=1869" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009cambodiast1.jpg?w=144" data-width="144" src="https://philarz.com/wp-content/uploads/2022/10/20221009cambodiast1.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:34.40423%;"><figure class="tiled-gallery__item"><img data-attachment-id="1870" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009croatia-1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009croatia-1.jpg" data-orig-size="309,370" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1664952707","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009croatia-1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009croatia-1.jpg?w=251" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009croatia-1.jpg?w=309" data-attachment-id="1870" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009croatia-1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009croatia-1.jpg" data-orig-size="309,370" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1664952707","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009croatia-1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009croatia-1.jpg?w=251" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009croatia-1.jpg?w=309" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009croatia-1.jpg?strip=info&w=309 309w" alt="" data-height="370" data-id="1870" data-link="https://philarz.com/?attachment_id=1870" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009croatia-1.jpg?w=309" data-width="309" src="https://philarz.com/wp-content/uploads/2022/10/20221009croatia-1.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:34.39381%;"><figure class="tiled-gallery__item"><img data-attachment-id="1872" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009egypt.jpg" data-orig-size="809,969" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666334366","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009egypt.jpg?w=250" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009egypt.jpg?w=605" data-attachment-id="1872" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009egypt.jpg" data-orig-size="809,969" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666334366","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009egypt.jpg?w=250" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009egypt.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009egypt.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221009egypt.jpg?strip=info&w=809 809w" alt="" data-height="969" data-id="1872" data-link="https://philarz.com/?attachment_id=1872" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009egypt.jpg?w=809" data-width="809" src="https://philarz.com/wp-content/uploads/2022/10/20221009egypt.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:31.20196%;"><figure class="tiled-gallery__item"><img data-attachment-id="1873" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009fiji/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009fiji.jpg" data-orig-size="580,766" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666333438","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009fiji" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009fiji.jpg?w=227" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009fiji.jpg?w=580" data-attachment-id="1873" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009fiji/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009fiji.jpg" data-orig-size="580,766" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666333438","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009fiji" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009fiji.jpg?w=227" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009fiji.jpg?w=580" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009fiji.jpg?strip=info&w=580 580w" alt="" data-height="766" data-id="1873" data-link="https://philarz.com/?attachment_id=1873" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009fiji.jpg?w=580" data-width="580" src="https://philarz.com/wp-content/uploads/2022/10/20221009fiji.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:23.65754%;"><figure class="tiled-gallery__item"><img data-attachment-id="1874" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009russia/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009russia.jpg" data-orig-size="214,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="20221009russia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009russia.jpg?w=214" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009russia.jpg?w=214" data-attachment-id="1874" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009russia/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009russia.jpg" data-orig-size="214,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="20221009russia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009russia.jpg?w=214" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009russia.jpg?w=214" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009russia.jpg?strip=info&w=214 214w" alt="" data-height="300" data-id="1874" data-link="https://philarz.com/?attachment_id=1874" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009russia.jpg?w=214" data-width="214" src="https://philarz.com/wp-content/uploads/2022/10/20221009russia.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:25.06624%;"><figure class="tiled-gallery__item"><img data-attachment-id="1875" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009serbia/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009serbia.jpg" data-orig-size="601,795" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666333542","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009serbia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009serbia.jpg?w=227" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009serbia.jpg?w=601" data-attachment-id="1875" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009serbia/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009serbia.jpg" data-orig-size="601,795" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666333542","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009serbia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009serbia.jpg?w=227" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009serbia.jpg?w=601" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009serbia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221009serbia.jpg?strip=info&w=601 601w" alt="" data-height="795" data-id="1875" data-link="https://philarz.com/?attachment_id=1875" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009serbia.jpg?w=601" data-width="601" src="https://philarz.com/wp-content/uploads/2022/10/20221009serbia.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:24.1574%;"><figure class="tiled-gallery__item"><img data-attachment-id="1876" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009srilanka/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009srilanka.jpg" data-orig-size="389,534" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666370205","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009srilanka" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009srilanka.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009srilanka.jpg?w=389" data-attachment-id="1876" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009srilanka/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009srilanka.jpg" data-orig-size="389,534" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666370205","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009srilanka" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009srilanka.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009srilanka.jpg?w=389" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009srilanka.jpg?strip=info&w=389 389w" alt="" data-height="534" data-id="1876" data-link="https://philarz.com/?attachment_id=1876" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009srilanka.jpg?w=389" data-width="389" src="https://philarz.com/wp-content/uploads/2022/10/20221009srilanka.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:27.11882%;"><figure class="tiled-gallery__item"><img data-attachment-id="1877" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009syriassb/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009syriassb.jpg" data-orig-size="994,1215" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666334968","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009syriassb" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009syriassb.jpg?w=245" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009syriassb.jpg?w=605" data-attachment-id="1877" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009syriassb/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009syriassb.jpg" data-orig-size="994,1215" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666334968","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009syriassb" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009syriassb.jpg?w=245" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009syriassb.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009syriassb.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221009syriassb.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2022/10/20221009syriassb.jpg?strip=info&w=994 994w" alt="" data-height="1215" data-id="1877" data-link="https://philarz.com/?attachment_id=1877" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009syriassb.jpg?w=838" data-width="994" src="https://philarz.com/wp-content/uploads/2022/10/20221009syriassb.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:25.60357%;"><figure class="tiled-gallery__item"><img data-attachment-id="1878" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009syriastb/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009syriastb.jpg" data-orig-size="705,964" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666335115","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009syriastb" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009syriastb.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009syriastb.jpg?w=605" data-attachment-id="1878" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009syriastb/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009syriastb.jpg" data-orig-size="705,964" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666335115","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009syriastb" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009syriastb.jpg?w=219" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009syriastb.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009syriastb.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221009syriastb.jpg?strip=info&w=705 705w" alt="" data-height="964" data-id="1878" data-link="https://philarz.com/?attachment_id=1878" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009syriastb.jpg?w=705" data-width="705" src="https://philarz.com/wp-content/uploads/2022/10/20221009syriastb.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:22.0469%;"><figure class="tiled-gallery__item"><img data-attachment-id="1879" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009thailand2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009thailand2.jpg" data-orig-size="681,1082" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666334547","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009thailand2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009thailand2.jpg?w=189" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009thailand2.jpg?w=605" data-attachment-id="1879" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009thailand2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009thailand2.jpg" data-orig-size="681,1082" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666334547","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009thailand2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009thailand2.jpg?w=189" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009thailand2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009thailand2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221009thailand2.jpg?strip=info&w=681 681w" alt="" data-height="1082" data-id="1879" data-link="https://philarz.com/?attachment_id=1879" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009thailand2.jpg?w=644" data-width="681" src="https://philarz.com/wp-content/uploads/2022/10/20221009thailand2.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:26.41963%;"><figure class="tiled-gallery__item"><img data-attachment-id="1880" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009tunisia/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009tunisia.jpg" data-orig-size="240,318" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666333647","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009tunisia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009tunisia.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009tunisia.jpg?w=240" data-attachment-id="1880" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009tunisia/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009tunisia.jpg" data-orig-size="240,318" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666333647","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009tunisia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009tunisia.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009tunisia.jpg?w=240" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009tunisia.jpg?strip=info&w=240 240w" alt="" data-height="318" data-id="1880" data-link="https://philarz.com/?attachment_id=1880" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009tunisia.jpg?w=240" data-width="240" src="https://philarz.com/wp-content/uploads/2022/10/20221009tunisia.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:25.9299%;"><figure class="tiled-gallery__item"><img data-attachment-id="1881" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009turkey/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009turkey.jpg" data-orig-size="914,1234" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666333513","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009turkey" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009turkey.jpg?w=222" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009turkey.jpg?w=605" data-attachment-id="1881" data-permalink="https://philarz.com/2022/10/21/world-postal-day/20221009turkey/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009turkey.jpg" data-orig-size="914,1234" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666333513","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20221009turkey" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009turkey.jpg?w=222" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009turkey.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009turkey.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20221009turkey.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2022/10/20221009turkey.jpg?strip=info&w=914 914w" alt="" data-height="1234" data-id="1881" data-link="https://philarz.com/?attachment_id=1881" data-url="https://philarz.com/wp-content/uploads/2022/10/20221009turkey.jpg?w=758" data-width="914" src="https://philarz.com/wp-content/uploads/2022/10/20221009turkey.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/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/ji-sub-types/borrowed/" rel="category tag">Borrowed</a> <a href="https://philarz.com/category/countries/bosnia-herzegovina/" rel="category tag">Bosnia Herzegovina</a> <a href="https://philarz.com/category/countries/cambodia/" rel="category tag">Cambodia</a> <a href="https://philarz.com/category/countries/croatia/" rel="category tag">Croatia</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/countries/fiji/" rel="category tag">Fiji</a> <a href="https://philarz.com/category/joint-issue/" rel="category tag">Joint Issue</a> <a href="https://philarz.com/category/topics/nature/" rel="category tag">Nature</a> <a href="https://philarz.com/category/topics/post/" rel="category tag">Post</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/sri-lanka/" rel="category tag">Sri Lanka</a> <a href="https://philarz.com/category/countries/syria/" rel="category tag">Syria</a> <a href="https://philarz.com/category/countries/thailand/" rel="category tag">Thailand</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/topics/upu/" rel="category tag">UPU</a></span></div><span class="comments-link"><a href="https://philarz.com/2022/10/21/world-postal-day/#comments">1 Comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-1603" class="post-1603 post type-post status-publish format-standard hentry category-algeria category-congress category-egypt category-joint-issue category-palestine category-tunisia"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2022/09/04/arab-postal-union-unified-issue/" rel="bookmark">Arab Postal Union unified issue</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/09/04/arab-postal-union-unified-issue/" rel="bookmark"><time class="entry-date published updated" datetime="2022-09-04T07:36:51+02:00">4 September 2022</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Our friend, Med Achour Ali Ahmed (Algeria), provided updated information about the new 2022 Arab Postal Union stamps. APU members have adopted the design proposed by Algeria for a unified issue. All countries have been given the freedom to issue their own stamp between August 3, 2022, corresponding to the annual Arab Post day and November 2, 2022, date of the closing of the Arab League Summit. We know that next to <strong>Egypt</strong>, stamp already issued on <strong>August 3, 2022</strong>, and <strong>Algeria</strong>, stamp issued on <strong>August 20, 2022</strong>, National Day of Moudjahid, <strong>Palestine </strong>and <strong>Tunisia </strong>have confirmed their participation. It is highly probable that most of the participating countries will issue their stamp during the Arab League Summit, scheduled November 1 and 2, 2022. At this stage, we need to wait probably until November before we can define the exact entry name in the catalogue of this issue. Any additional information from other Arab postal administrations is welcome.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/09\/04\/arab-postal-union-unified-issue\/"}' 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:43.70265%;"><figure class="tiled-gallery__item"><img data-attachment-id="1606" data-permalink="https://philarz.com/2022/09/04/arab-postal-union-unified-issue/20220803egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2022/09/20220803egypt.jpg" data-orig-size="526,676" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220803egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/09/20220803egypt.jpg?w=233" data-large-file="https://philarz.com/wp-content/uploads/2022/09/20220803egypt.jpg?w=526" data-attachment-id="1606" data-permalink="https://philarz.com/2022/09/04/arab-postal-union-unified-issue/20220803egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2022/09/20220803egypt.jpg" data-orig-size="526,676" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220803egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/09/20220803egypt.jpg?w=233" data-large-file="https://philarz.com/wp-content/uploads/2022/09/20220803egypt.jpg?w=526" srcset="https://philarz.com/wp-content/uploads/2022/09/20220803egypt.jpg?strip=info&w=526 526w" alt="" data-height="676" data-id="1606" data-link="https://philarz.com/?attachment_id=1606" data-url="https://philarz.com/wp-content/uploads/2022/09/20220803egypt.jpg?w=526" data-width="526" src="https://philarz.com/wp-content/uploads/2022/09/20220803egypt.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:56.29735%;"><figure class="tiled-gallery__item"><img data-attachment-id="1607" data-permalink="https://philarz.com/2022/09/04/arab-postal-union-unified-issue/20220820algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg" data-orig-size="691,689" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220820algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?w=605" data-attachment-id="1607" data-permalink="https://philarz.com/2022/09/04/arab-postal-union-unified-issue/20220820algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg" data-orig-size="691,689" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220820algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?strip=info&w=691 691w" alt="" data-height="689" data-id="1607" data-link="https://philarz.com/?attachment_id=1607" data-url="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.jpg?w=691" data-width="691" src="https://philarz.com/wp-content/uploads/2022/09/20220820algeria.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/algeria/" rel="category tag">Algeria</a> <a href="https://philarz.com/category/topics/congress/" rel="category tag">Congress</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/joint-issue/" rel="category tag">Joint Issue</a> <a href="https://philarz.com/category/countries/palestine/" rel="category tag">Palestine</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/2022/09/04/arab-postal-union-unified-issue/#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-## --> <nav class="navigation paging-navigation" role="navigation"> <h1 class="screen-reader-text">Posts navigation</h1> <div class="nav-links"> <div class="nav-previous"><a href="https://philarz.com/category/countries/tunisia/page/2/" ><span class="meta-nav">←</span> Older posts</a></div> </div><!-- .nav-links --> </nav><!-- .navigation --> </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-2" >Recherche</label><div class="wp-block-search__inside-wrapper " ><input class="wp-block-search__input" id="wp-block-search__input-2" 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"> var infiniteScroll = {"settings":{"id":"main","ajaxurl":"https:\/\/philarz.com\/?infinity=scrolling","type":"click","wrapper":true,"wrapper_class":"infinite-wrap","footer":"page","click_handle":"1","text":"Older posts","totop":"Scroll back to top","currentday":"03.07.22","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"philarz.com","path":"\/category\/countries\/tunisia\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"category_name":"tunisia","error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"tag":"","cat":22740,"tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"lazy_load_term_meta":false,"posts_per_page":12,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"10","no_found_rows":false,"order":"DESC"},"query_before":"2025-02-21 21:00:02","last_post_date":"2022-07-03 17:12:06","body_class":"infinite-scroll","loading_text":"Loading new page","stats":"blog=200033749&v=wpcom&tz=1&user_id=0&subd=philarz&x_pagetype=infinite-click"}}; </script> <!-- --> <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/tunisia/" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="778be22982" /> <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%252F09%252Fsolidarity-with-gaza-stamps%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%252F09%252Fsolidarity-with-gaza-stamps%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://s0.wp.com/_static/??-eJyljEsKgDAMBS9kDUUquhDPom0Qaz/BNHh9KdgTuBl4w2PgIWVzKpgKRFEU5DgTg8dCm72+DTHnCicBGex2Z2EMwM9JeKtdkgvYW+YOftTaqYkaXOOix8noQU+z8S9MR0BZ&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-elements-4727f08c3da5b0e569ae230a0a653226 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-4-2' href='https://s1.wp.com/wp-content/mu-plugins/jetpack-plugin/moon/modules/tiled-gallery/tiled-gallery/tiled-gallery.css?m=1692903566i&cssminify=yes' type='text/css' media='all' /> <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/moon/_inc/blocks/"; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/_static/??/wp-content/mu-plugins/jetpack-plugin/moon/_inc/build/infinite-scroll/infinity.min.js,/wp-content/themes/pub/capoverso/js/skip-link-focus-fix.js?m=1733762913j'></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\/moon\/_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":"9b55bb060c","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%2F09%2Fsolidarity-with-gaza-stamps%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://s1.wp.com/_static/??-eJydjkEOwjAMBD9EsKAgekE8BYXERG6dOKqTVv09BRUu3Hr0rD1rmLKh5Lh6VOgUPGmBEZOXAZYoC89PYt5HSvtOd2/mJBVMBWI1mWugtBxiydb16wxRJMF90cKDxfUKhRi9CZYZhxlGwmmTrBJ7cHaQqsi/vS/Y/ONHO5EPWBSCSGA0ZbBJ2Rb8A2vNLV4Pl6Zpz83p2HYvSWZ6Ww=='></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 type="text/javascript" crossorigin='anonymous' src="https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/moon/_inc/build/tiled-gallery/tiled-gallery/tiled-gallery.min.js?m=1725888675i&ver=14.4-a.6" id="tiled-gallery-js" defer="defer" data-wp-strategy="defer"></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 type="text/javascript"> (function() { var extend = function(out) { out = out || {}; for (var i = 1; i < arguments.length; i++) { if (!arguments[i]) continue; for (var key in arguments[i]) { if (arguments[i].hasOwnProperty(key)) out[key] = arguments[i][key]; } } return out; }; extend( window.infiniteScroll.settings.scripts, ["jquery-core","jquery-migrate","jquery","jquery.wpcom-proxy-request","jetpack-mu-wpcom-settings","rlt-proxy","wpcom-actionbar-placeholder","grofiles-cards","wpgroho","mobile-useragent-info","custom-content-types-data","the-neverending-homepage","capoverso-skip-link-focus-fix","jetpack-blocks-assets-base-url","wp-dom-ready","wp-polyfill","jetpack-block-tiled-gallery","jetpack-carousel","google-translate-init","google-translate","tiled-gallery","carousel-wpcom"] ); extend( window.infiniteScroll.settings.styles, ["the-neverending-homepage","capoverso-style","genericons","wp-block-library","jetpack-layout-grid","jetpack-ratings","mediaelement","wp-mediaelement","wpcom-core-compat-playlist-styles","wpcom-bbpress2-staff-css","capoverso-wpcom","reblogging","geo-location-flair","a8c-global-print","h4-global","wp-emoji-styles","videopress-video-style","jetpack-sharing-buttons-style","classic-theme-styles","global-styles","akismet-widget-style","jetpack-global-styles-frontend-style","jetpack-carousel-swiper-css","jetpack-carousel","tiled-gallery","jetpack-block-tiled-gallery","core-block-supports","core-block-supports-duotone"] ); })(); </script> <span id="infinite-aria" aria-live="assertive"></span> <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+XWJwVEtddldGLzN6THQrUHxhb2VIRytnLnlvN25pW3EyS3NoYXwlMW1RM2k2RXdKZm1ITEgvYWZdNW9qc29mc1Bsa3RzRmlxenhVNW1pUmJbJW98LURUZFdRVkxYNGd6LG1+Vj8xMU9nbXxfbF9lYk9iQmpscWV5RzBKUXV4SjljLz1XW1JpZkh4Z09Wfi1WbD80cFU2TT8='}]); _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> <!-- generated in 0.631 seconds 751568 bytes batcached for 300 seconds -->