CINXE.COM
Algeria – 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>Algeria – 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=1740165965"; document.body.appendChild( iframe ); }, false ); </script> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel="alternate" type="application/rss+xml" title="Joint Stamp Issues » Feed" href="https://philarz.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Joint Stamp Issues » Comments Feed" href="https://philarz.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Joint Stamp Issues » Algeria Category Feed" href="https://philarz.com/category/countries/algeria/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1719498190i&ver=6.7.2-RC1-59780"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s0.wp.com/_static/??/wp-content/themes/pub/capoverso/style.css,/wp-content/mu-plugins/jetpack-plugin/sun/_inc/genericons/genericons/genericons.css?m=1685112397j&cssminify=yes' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/_static/??-eJydzDEOwyAMheELFQxRpExRzwIEWaQEkG1acfukXbp16Pj09P3wairUIrEItNwxFQbs1/SR8HoownMy2ugJfE95A59reKicPDkawDJy1IH5Bj9DH8WwR2nuzd2oXRRS2v5NkJNUkL/8fqx2mY0xs7XLfgIv0E++&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s2.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s1.wp.com/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m=1432920480j&cssminify=yes' type='text/css' media='all' /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s1.wp.com/wp-content/themes/pub/capoverso/inc/style-wpcom.css?m=1416423735i&cssminify=yes' type='text/css' media='all' /> <style id='akismet-widget-style-inline-css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='https://s1.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1i9KTcrJTwcy0/WTi5G5ekCujj52Temp+bo5+cmJJZn5eSgc3bScxMwikFb7XFtDE1NLExMLc0OTLACohS2q&cssminify=yes' type='text/css' media='all' /> <link crossorigin='anonymous' rel='stylesheet' id='print-css-13-1' href='https://s1.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035i&cssminify=yes' type='text/css' media='print' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-16-1' href='https://s2.wp.com/wp-content/themes/h4/global.css?m=1420737423i&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra"> /* <![CDATA[ */ var actionbardata = {"siteID":"200033749","postID":"0","siteURL":"https:\/\/philarz.com","xhrURL":"https:\/\/philarz.com\/wp-admin\/admin-ajax.php","nonce":"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\/sun\/jetpack_vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzwKiwtLUokoopZebmaeXVayjj0+Rbm5melFiSSqy4uT8vJLUvBJMA8sLkvNzdQuK8isqdYtSgWLFJVj0FOWUQNQA5exzbQ3NjQxMjQ3MLCyzAMS4QKo='></script> <script type="text/javascript" id="rlt-proxy-js-after"> /* <![CDATA[ */ rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); /* ]]> */ </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://philarz.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="Algeria – Joint Stamp Issues" /> <meta property="og:url" content="https://philarz.com/category/countries/algeria/" /> <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 Algeria 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-algeria category-109847 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"> Algeria </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-3667" class="post-3667 post type-post status-publish format-standard has-post-thumbnail hentry category-algeria category-architecture category-asean category-brunei category-cambodia category-egypt category-grenada category-indonesia category-iraq category-japan category-jordan category-korea-south category-laos category-libya category-malaysia category-morocco category-myanmar category-oman category-palestine category-peace category-philippines category-post category-qatar category-singapore category-thailand category-turkey category-vietnam"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2024/08/11/mid-summer-2024-update/" rel="bookmark">Mid Summer 2024 update</a></h1> <div class="entry-meta"> <span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://philarz.com/author/zzymm/">Richard Zimmermann</a></span></span><span class="posted-on"><a href="https://philarz.com/2024/08/11/mid-summer-2024-update/" rel="bookmark"><time class="entry-date published updated" datetime="2024-08-11T14:49:33+02:00">11 August 2024</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>On <strong>August 8, 2024</strong>, the ten ASEAN countries decided again to issue jointly stamps (previous ASEAN joint issue goes back to 2019). Don Birschel (USA) provided the images of the first released ASEAN stamps and featuring general post offices. So far, the following country stamp images became available: <strong>Indonesia, Malaysia, Myanmar, Singapore, Thailand</strong> and <strong>Vietnam</strong>. The four other countries, <strong>Brunei, Cambodia, Laos</strong> and the <strong>Philippine</strong>s are also supposed to have participated, but information is still missing at this stage.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/08\/11\/mid-summer-2024-update\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:65.96082%"><figure class="tiled-gallery__item"><img data-attachment-id="3671" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240808indonesia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240808indonesia.jpg" data-orig-size="312,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="20240808Indonesia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240808indonesia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240808indonesia.jpg?w=312" data-attachment-id="3671" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240808indonesia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240808indonesia.jpg" data-orig-size="312,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="20240808Indonesia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240808indonesia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240808indonesia.jpg?w=312" srcset="https://philarz.com/wp-content/uploads/2024/08/20240808indonesia.jpg?strip=info&w=312 312w" alt="" data-height="210" data-id="3671" data-link="https://philarz.com/?attachment_id=3671" data-url="https://philarz.com/wp-content/uploads/2024/08/20240808indonesia.jpg?w=312" data-width="312" src="https://philarz.com/wp-content/uploads/2024/08/20240808indonesia.jpg" role="button" aria-label="Open image 1 of 6 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:34.03918%"><figure class="tiled-gallery__item"><img data-attachment-id="3672" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240808malaysia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg" data-orig-size="1573,949" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240808Malaysia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg?w=605" data-attachment-id="3672" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240808malaysia/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg" data-orig-size="1573,949" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240808Malaysia" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg?strip=info&w=1573 1573w" alt="" data-height="949" data-id="3672" data-link="https://philarz.com/?attachment_id=3672" data-url="https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg?w=1024" data-width="1573" src="https://philarz.com/wp-content/uploads/2024/08/20240808malaysia.jpg" role="button" aria-label="Open image 2 of 6 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3673" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240808myanmar/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240808myanmar.jpg" data-orig-size="310,215" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240808Myanmar" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240808myanmar.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240808myanmar.jpg?w=310" data-attachment-id="3673" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240808myanmar/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240808myanmar.jpg" data-orig-size="310,215" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240808Myanmar" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240808myanmar.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240808myanmar.jpg?w=310" srcset="https://philarz.com/wp-content/uploads/2024/08/20240808myanmar.jpg?strip=info&w=310 310w" alt="" data-height="215" data-id="3673" data-link="https://philarz.com/?attachment_id=3673" data-url="https://philarz.com/wp-content/uploads/2024/08/20240808myanmar.jpg?w=310" data-width="310" src="https://philarz.com/wp-content/uploads/2024/08/20240808myanmar.jpg" role="button" aria-label="Open image 3 of 6 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:39.45757%"><figure class="tiled-gallery__item"><img data-attachment-id="3674" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240808singapore/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg" data-orig-size="1513,760" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240808Singapore" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg?w=605" data-attachment-id="3674" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240808singapore/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg" data-orig-size="1513,760" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240808Singapore" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg?strip=info&w=1200 1200w,https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg?strip=info&w=1500 1500w,https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg?strip=info&w=1513 1513w" alt="" data-height="760" data-id="3674" data-link="https://philarz.com/?attachment_id=3674" data-url="https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg?w=1024" data-width="1513" src="https://philarz.com/wp-content/uploads/2024/08/20240808singapore.jpg" role="button" aria-label="Open image 4 of 6 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3675" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240808thailand/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240808thailand.jpg" data-orig-size="310,195" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240808Thailand" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240808thailand.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240808thailand.jpg?w=310" data-attachment-id="3675" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240808thailand/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240808thailand.jpg" data-orig-size="310,195" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240808Thailand" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240808thailand.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240808thailand.jpg?w=310" srcset="https://philarz.com/wp-content/uploads/2024/08/20240808thailand.jpg?strip=info&w=310 310w" alt="" data-height="195" data-id="3675" data-link="https://philarz.com/?attachment_id=3675" data-url="https://philarz.com/wp-content/uploads/2024/08/20240808thailand.jpg?w=310" data-width="310" src="https://philarz.com/wp-content/uploads/2024/08/20240808thailand.jpg" role="button" aria-label="Open image 5 of 6 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:60.54243%"><figure class="tiled-gallery__item"><img data-attachment-id="3676" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240808vietnam/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240808vietnam.jpg" data-orig-size="482,358" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240808Vietnam" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240808vietnam.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240808vietnam.jpg?w=482" data-attachment-id="3676" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240808vietnam/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240808vietnam.jpg" data-orig-size="482,358" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240808Vietnam" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240808vietnam.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240808vietnam.jpg?w=482" srcset="https://philarz.com/wp-content/uploads/2024/08/20240808vietnam.jpg?strip=info&w=482 482w" alt="" data-height="358" data-id="3676" data-link="https://philarz.com/?attachment_id=3676" data-url="https://philarz.com/wp-content/uploads/2024/08/20240808vietnam.jpg?w=482" data-width="482" src="https://philarz.com/wp-content/uploads/2024/08/20240808vietnam.jpg" role="button" aria-label="Open image 6 of 6 in full-screen" /></figure></div></div></div></div></div> <p></p> <p>Ali Ahmed Med Achour (Algeria) provided the following information: On the sidelines of the 45<sup>th</sup> session of the Permanent Arab Postal Commission held on July 18, 2024 at the headquarters of the General Secretariat of the Arab League in Cairo (Egypt), the Commission responsible for choosing the design of the “Unified Arab Stamp” dedicated to Gaza delivered its verdict. The model presented by Jordan will illustrate this stamp to be released this year. No specific issue date was lilinked to the issue so far. The countries that participated in this competition included <strong>Algeria, Egypt, Iraq, Jordan, Libya, Morocco, Oman, Palestine</strong> and <strong>Qatar</strong>.</p> <p>The title of this issue will be “Solidarity with Gaza”. Its issue will coincide with the International Day of Solidarity with the Palestinian People established by the United Nations. It is generally held on November 29 of each year to mark the anniversary of Resolution 181, which is the Partition Plan for Palestine.<br>The 2024 philatelic program published at the beginning of the year by the Algerian postal administration has already selected this date of <strong>November 29, 2024</strong> for the release of this joint issue. The list of countries that will participate to this issue is not known, but probably at least all countries having participated to the design competition will release a stamp. This issue will definitely become a twin omnibus series. The picture of the winning design is provided below.</p> <div class="wp-block-image"> <figure class="aligncenter size-medium"><img data-attachment-id="3685" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20241129jordandesign/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20241129jordandesign.png" data-orig-size="738,519" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20241129JOrdandesign" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20241129jordandesign.png?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20241129jordandesign.png?w=605" width="300" height="210" src="https://philarz.com/wp-content/uploads/2024/08/20241129jordandesign.png?w=300" alt="" class="wp-image-3685" srcset="https://philarz.com/wp-content/uploads/2024/08/20241129jordandesign.png?w=300 300w, https://philarz.com/wp-content/uploads/2024/08/20241129jordandesign.png?w=597 597w, https://philarz.com/wp-content/uploads/2024/08/20241129jordandesign.png?w=150 150w" sizes="(max-width: 300px) 100vw, 300px" /></figure></div> <p></p> <p>The <strong>Grenada – South Korea</strong> joint stamps celebrating the 50<sup>th</sup> anniversary of relationship were issued as scheduled on <strong>August 1, 2024</strong>. The identical pairs of stamp show the Marryshow House in St George’s, Grenada and the Jibokjae Hall (library) at Gyeongbokgung Palace, Seoul, South Korea. Se-tenant stamps were released in miniature sheets of 8 pairs, chessboard ordered.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2024\/08\/11\/mid-summer-2024-update\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class=""><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:63.24351%"><figure class="tiled-gallery__item"><img data-attachment-id="3687" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240801grenada2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenada2.jpg" data-orig-size="869,755" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240801Grenada2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenada2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenada2.jpg?w=605" data-attachment-id="3687" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240801grenada2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenada2.jpg" data-orig-size="869,755" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240801Grenada2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenada2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenada2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/08/20240801grenada2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240801grenada2.jpg?strip=info&w=869 869w" alt="" data-height="755" data-id="3687" data-link="https://philarz.com/?attachment_id=3687" data-url="https://philarz.com/wp-content/uploads/2024/08/20240801grenada2.jpg?w=869" data-width="869" src="https://philarz.com/wp-content/uploads/2024/08/20240801grenada2.jpg" role="button" aria-label="Open image 1 of 6 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:36.75649%"><figure class="tiled-gallery__item"><img data-attachment-id="3688" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240801grenadast1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast1.jpg" data-orig-size="199,148" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240801Grenadast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast1.jpg?w=199" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast1.jpg?w=199" data-attachment-id="3688" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240801grenadast1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast1.jpg" data-orig-size="199,148" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240801Grenadast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast1.jpg?w=199" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast1.jpg?w=199" srcset="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast1.jpg?strip=info&w=199 199w" alt="" data-height="148" data-id="3688" data-link="https://philarz.com/?attachment_id=3688" data-url="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast1.jpg?w=199" data-width="199" src="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast1.jpg" role="button" aria-label="Open image 2 of 6 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3689" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240801grenadast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast2.jpg" data-orig-size="261,194" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240801Grenadast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast2.jpg?w=261" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast2.jpg?w=261" data-attachment-id="3689" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240801grenadast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast2.jpg" data-orig-size="261,194" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240801Grenadast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast2.jpg?w=261" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast2.jpg?w=261" srcset="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast2.jpg?strip=info&w=261 261w" alt="" data-height="194" data-id="3689" data-link="https://philarz.com/?attachment_id=3689" data-url="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast2.jpg?w=261" data-width="261" src="https://philarz.com/wp-content/uploads/2024/08/20240801grenadast2.jpg" role="button" aria-label="Open image 3 of 6 in full-screen" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:36.00578%"><figure class="tiled-gallery__item"><img data-attachment-id="3691" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240801koreast1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240801koreast1.jpg" data-orig-size="885,665" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240801Koreast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240801koreast1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240801koreast1.jpg?w=605" data-attachment-id="3691" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240801koreast1/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240801koreast1.jpg" data-orig-size="885,665" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240801Koreast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240801koreast1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240801koreast1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/08/20240801koreast1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240801koreast1.jpg?strip=info&w=885 885w" alt="" data-height="665" data-id="3691" data-link="https://philarz.com/?attachment_id=3691" data-url="https://philarz.com/wp-content/uploads/2024/08/20240801koreast1.jpg?w=885" data-width="885" src="https://philarz.com/wp-content/uploads/2024/08/20240801koreast1.jpg" role="button" aria-label="Open image 4 of 6 in full-screen" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="3692" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240801koreast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240801koreast2.jpg" data-orig-size="884,667" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240801Koreast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240801koreast2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240801koreast2.jpg?w=605" data-attachment-id="3692" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240801koreast2/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240801koreast2.jpg" data-orig-size="884,667" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240801Koreast2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240801koreast2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240801koreast2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2024/08/20240801koreast2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2024/08/20240801koreast2.jpg?strip=info&w=884 884w" alt="" data-height="667" data-id="3692" data-link="https://philarz.com/?attachment_id=3692" data-url="https://philarz.com/wp-content/uploads/2024/08/20240801koreast2.jpg?w=884" data-width="884" src="https://philarz.com/wp-content/uploads/2024/08/20240801koreast2.jpg" role="button" aria-label="Open image 5 of 6 in full-screen" /></figure></div><div class="tiled-gallery__col" style="flex-basis:63.99422%"><figure class="tiled-gallery__item"><img data-attachment-id="3690" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240801korea/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240801korea.jpg" data-orig-size="600,511" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240801Korea" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240801korea.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240801korea.jpg?w=600" data-attachment-id="3690" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240801korea/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240801korea.jpg" data-orig-size="600,511" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240801Korea" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240801korea.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240801korea.jpg?w=600" srcset="https://philarz.com/wp-content/uploads/2024/08/20240801korea.jpg?strip=info&w=600 600w" alt="" data-height="511" data-id="3690" data-link="https://philarz.com/?attachment_id=3690" data-url="https://philarz.com/wp-content/uploads/2024/08/20240801korea.jpg?w=600" data-width="600" src="https://philarz.com/wp-content/uploads/2024/08/20240801korea.jpg" role="button" aria-label="Open image 6 of 6 in full-screen" /></figure></div></div></div></div></div> <p></p> <p>The <strong>China (PR) – Russia</strong> joint issue scheduled for August 4, 2024 (pandas) will in fact be released on <strong>August 24, 2024</strong>.</p> <p>The <strong>Japan – Turkey</strong> joint issue scheduled for <strong>August 8, 2024</strong> was released on that date in form of a single stamp for Turkey and a miniature sheet for Japan, with different designs.</p> <figure class="wp-block-image size-large"><img data-attachment-id="3698" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240806japanms/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240806japanms.jpg" data-orig-size="2211,1503" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240806Japanms" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240806japanms.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240806japanms.jpg?w=605" width="1024" height="696" src="https://philarz.com/wp-content/uploads/2024/08/20240806japanms.jpg?w=1024" alt="" class="wp-image-3698" srcset="https://philarz.com/wp-content/uploads/2024/08/20240806japanms.jpg?w=1024 1024w, https://philarz.com/wp-content/uploads/2024/08/20240806japanms.jpg?w=2048 2048w, https://philarz.com/wp-content/uploads/2024/08/20240806japanms.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2024/08/20240806japanms.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2024/08/20240806japanms.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure> <div class="wp-block-image"> <figure class="aligncenter size-medium"><img data-attachment-id="3699" data-permalink="https://philarz.com/2024/08/11/mid-summer-2024-update/20240806turkey/" data-orig-file="https://philarz.com/wp-content/uploads/2024/08/20240806turkey.jpg" data-orig-size="690,992" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20240806Turkey" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2024/08/20240806turkey.jpg?w=209" data-large-file="https://philarz.com/wp-content/uploads/2024/08/20240806turkey.jpg?w=605" width="209" height="300" src="https://philarz.com/wp-content/uploads/2024/08/20240806turkey.jpg?w=209" alt="" class="wp-image-3699" srcset="https://philarz.com/wp-content/uploads/2024/08/20240806turkey.jpg?w=209 209w, https://philarz.com/wp-content/uploads/2024/08/20240806turkey.jpg?w=418 418w, https://philarz.com/wp-content/uploads/2024/08/20240806turkey.jpg?w=104 104w" sizes="(max-width: 209px) 100vw, 209px" /></figure></div> <p></p> <p>All these new data have been integrated in the catalogue. <a href="https://www.calameo.com/read/006555730b46c85259172" target="_blank" rel="noreferrer noopener">Vol 1</a> and <a href="https://www.calameo.com/read/006555730a5dd56fbd67c" target="_blank" rel="noreferrer noopener">Vol 15</a> have been updated.</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/algeria/" rel="category tag">Algeria</a> <a href="https://philarz.com/category/topics/architecture/" rel="category tag">Architecture</a> <a href="https://philarz.com/category/topics/asean/" rel="category tag">ASEAN</a> <a href="https://philarz.com/category/countries/brunei/" rel="category tag">Brunei</a> <a href="https://philarz.com/category/countries/cambodia/" rel="category tag">Cambodia</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/countries/grenada/" rel="category tag">Grenada</a> <a href="https://philarz.com/category/countries/indonesia/" rel="category tag">Indonesia</a> <a href="https://philarz.com/category/countries/iraq/" rel="category tag">Iraq</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/laos/" rel="category tag">Laos</a> <a href="https://philarz.com/category/countries/libya/" rel="category tag">Libya</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/myanmar/" rel="category tag">Myanmar</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/topics/peace/" rel="category tag">Peace</a> <a href="https://philarz.com/category/countries/philippines/" rel="category tag">Philippines</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/singapore/" rel="category tag">Singapore</a> <a href="https://philarz.com/category/countries/thailand/" rel="category tag">Thailand</a> <a href="https://philarz.com/category/countries/turkey/" rel="category tag">Turkey</a> <a href="https://philarz.com/category/countries/vietnam/" rel="category tag">Vietnam</a></span></div><span class="comments-link"><a href="https://philarz.com/2024/08/11/mid-summer-2024-update/#comments">1 Comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-2833" class="post-2833 post type-post status-publish format-standard has-post-thumbnail hentry category-algeria category-catalogue category-europa-cept-posteurop category-general-news category-papu category-sepac"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2023/09/21/summer-2023-summary/" rel="bookmark">Summer 2023 summary</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/09/21/summer-2023-summary/" rel="bookmark"><time class="entry-date published" datetime="2023-09-21T08:24:20+02:00">21 September 2023</time><time class="updated" datetime="2023-10-01T06:20:33+02:00">1 October 2023</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>It is time to clean the catalogue and to amend it with the information collected over the Summer. Unfortunately, a quite large number of announced issues did not (yet) materialize. From the ones listed so far, one can consider that the following issues have failed or were wrongly attributed a joint character:</p> <ul class="wp-block-list"> <li>The 150th anniversary of the relationship between Japan and Peru translated in a miniature sheet with 10 different stamps issued on August 21, 2023 by Japan and a pair of se-tenant stamps from Peru, supposed to be released by end of October 2023. The bilateral treaty was signed on August 21, 1873. In absence of common date of issue, common design and no announcement of collaboration for the creation of these stamps, they cannot be considered as joint. This is simply a set of stamps celebrating the same event without joint character (<em>information provided by Kenneth Sequeira, Singapore</em>).</li> </ul> <ul class="wp-block-list"> <li>The expected French – Poland 100th anniversary of Polish immigration to France stamps were limited to the French stamp issued on September 4, 2023. No link with Poland was created at this occasion. <ul class="wp-block-list"> <li><em>Additional information posted 20230929: Poland issued on September 29, 2023, a stamp related to this topic, with a different design, and Polish postal administration confirmed this is not to be considered as joint.</em></li> </ul> </li> </ul> <p>We are still waiting for information regarding the following issues, but there is a great doubt that they will really materialize:</p> <ul class="wp-block-list"> <li>No news from the India Vietnam ‘Fighting Sports’ joint issue originally to be released on April 23, 2023. Actually, the Vietnamese stamps were released on that date, but rapidly retrieved from sale after about 4,000 samples went on the market. No information is available from the Indian side.</li> <li>No news from this other Vietnam stamps supposed to become a joint issue with Uruguay. The Uruguay souvenir sheet was released on April 27, 2023</li> <li>Morocco and Oman did not issue a common stamp in May 2023 as previously announced</li> <li>No news from the India Mauritius joint issue supposed to be released on August 25, 2023</li> </ul> <p>The few joint issues that became available at post offices are reported in the catalogue. The catalogue was updated with all this information and the information is available in <a href="https://www.calameo.com/read/0065557309c4bd60ebbfe" target="_blank" rel="noreferrer noopener">Vol XV – V07</a>. Additional information introduced in the catalogue include the following:</p> <ul class="wp-block-list"> <li>In the <strong>T20230509</strong> PostEurop series, the <strong>Nagorno Karabagh</strong> stamps are also described as non-perforated (<em>Information provided by Kay Sorensen, Germany</em>). We are still missing information from <strong>Albania</strong> and apparently Armenia will not participate this year (<em>to be confirmed</em>).</li> <li><strong>SEPAC</strong> stamps are not anymore joint issues (only the topic is common) but all stamps, mint, are presented in a yearly folder that is described in <a href="https://www.calameo.com/read/0065557302e3de8c3b42d" target="_blank" rel="noreferrer noopener">Vol I – V06</a>, chapter “Folders and Booklets”</li> </ul> <p>Eventually Ali Ahmed Med Achour (Algeria) signaled an error on the <strong>Algerian</strong> stamp from the <strong>T20230902</strong> PAPU series. Within the stamp, the Arabic words refer to the town of Arusha and do not mention the PAPU tower. The complete Arabic text should look like the one printed on the Moroccan or the Egyptian stamps (<em>see illustrations below</em>). On the margin of the sheet, there is also a single Arabic word next to the English title, that simply means “inauguration”.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2023\/09\/21\/summer-2023-summary\/"}' 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.10906%"><figure class="tiled-gallery__item"><img data-attachment-id="2884" data-permalink="https://philarz.com/2023/09/21/summer-2023-summary/20230902algeriae1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae1.jpg" data-orig-size="496,551" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902algeriae1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae1.jpg?w=270" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae1.jpg?w=496" data-attachment-id="2884" data-permalink="https://philarz.com/2023/09/21/summer-2023-summary/20230902algeriae1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae1.jpg" data-orig-size="496,551" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902algeriae1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae1.jpg?w=270" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae1.jpg?w=496" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae1.jpg?strip=info&w=496 496w" alt="" data-height="551" data-id="2884" data-link="https://philarz.com/?attachment_id=2884" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae1.jpg?w=496" data-width="496" src="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae1.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:60.89094%"><figure class="tiled-gallery__item"><img data-attachment-id="2883" data-permalink="https://philarz.com/2023/09/21/summer-2023-summary/20230902algeria-1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeria-1.jpg" data-orig-size="1096,781" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902algeria-1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeria-1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeria-1.jpg?w=605" data-attachment-id="2883" data-permalink="https://philarz.com/2023/09/21/summer-2023-summary/20230902algeria-1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeria-1.jpg" data-orig-size="1096,781" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902algeria-1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeria-1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeria-1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902algeria-1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/09/20230902algeria-1.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2023/09/20230902algeria-1.jpg?strip=info&w=1096 1096w" alt="" data-height="781" data-id="2883" data-link="https://philarz.com/?attachment_id=2883" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902algeria-1.jpg?w=1024" data-width="1096" src="https://philarz.com/wp-content/uploads/2023/09/20230902algeria-1.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="2885" data-permalink="https://philarz.com/2023/09/21/summer-2023-summary/20230902algeriae2/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae2.jpg" data-orig-size="444,66" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902algeriae2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae2.jpg?w=444" data-attachment-id="2885" data-permalink="https://philarz.com/2023/09/21/summer-2023-summary/20230902algeriae2/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae2.jpg" data-orig-size="444,66" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902algeriae2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae2.jpg?w=444" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae2.jpg?strip=info&w=444 444w" alt="" data-height="66" data-id="2885" data-link="https://philarz.com/?attachment_id=2885" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae2.jpg?w=444" data-width="444" src="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae2.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="2887" data-permalink="https://philarz.com/2023/09/21/summer-2023-summary/20230902algeriae4/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae4.jpg" data-orig-size="642,85" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902algeriae4" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae4.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae4.jpg?w=605" data-attachment-id="2887" data-permalink="https://philarz.com/2023/09/21/summer-2023-summary/20230902algeriae4/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae4.jpg" data-orig-size="642,85" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902algeriae4" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae4.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae4.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae4.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/09/20230902algeriae4.jpg?strip=info&w=642 642w" alt="" data-height="85" data-id="2887" data-link="https://philarz.com/?attachment_id=2887" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae4.jpg?w=642" data-width="642" src="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae4.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="2890" data-permalink="https://philarz.com/2023/09/21/summer-2023-summary/20230902algeriae3-1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae3-1.jpg" data-orig-size="202,26" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902algeriae3-1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae3-1.jpg?w=202" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae3-1.jpg?w=202" data-attachment-id="2890" data-permalink="https://philarz.com/2023/09/21/summer-2023-summary/20230902algeriae3-1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae3-1.jpg" data-orig-size="202,26" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902algeriae3-1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae3-1.jpg?w=202" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae3-1.jpg?w=202" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae3-1.jpg?strip=info&w=202 202w" alt="" data-height="26" data-id="2890" data-link="https://philarz.com/?attachment_id=2890" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae3-1.jpg?w=202" data-width="202" src="https://philarz.com/wp-content/uploads/2023/09/20230902algeriae3-1.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/ji-general/catalogue/" rel="category tag">Catalogue</a> <a href="https://philarz.com/category/topics/europa-cept-posteurop/" rel="category tag">Europa - CEPT - PostEurop</a> <a href="https://philarz.com/category/ji-general/general-news/" rel="category tag">General news</a> <a href="https://philarz.com/category/topics/papu/" rel="category tag">PAPU</a> <a href="https://philarz.com/category/topics/sepac/" rel="category tag">SEPAC</a></span></div><span class="comments-link"><a href="https://philarz.com/2023/09/21/summer-2023-summary/#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> <article id="post-2836" class="post-2836 post type-post status-publish format-standard has-post-thumbnail hentry category-algeria category-architecture category-egypt category-elephant category-lion category-mammals category-morocco category-mountain category-nigeria category-papu category-sculpture category-senegal category-tanzania category-zebra category-zimbabwe"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2023/09/05/papu-2023/" rel="bookmark">PAPU 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/09/05/papu-2023/" rel="bookmark"><time class="entry-date published updated" datetime="2023-09-05T07:36:49+02:00">5 September 2023</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Our friend Med Achour Ali Ahmed (Algeria) was the first to report about this unexpected joint issue: The 41st ordinary session of the Board of Directors of the Pan African Postal Union (PAPU), a specialized agency of the African Union responsible for the coordination and development of postal services in Africa, took place between August 24 and 30, 2023 in Arusha, the Tanzanian city. This meeting was followed by the festivities linked to the inauguration by President Samia Suluhu Hassan of the new PAPU headquarters called “PAPU Tower” on September 2, 2023.<br>To mark the commissioning of this emblematic 17-story building, PAPU proposed the issue on this date of a common commemorative stamp “presenting the image of the PAPU tower, juxtaposed with an emblematic place, an artifact national or natural at the choice of each participating Member State”.<br>The <strong>Tanzanian</strong> Post was the first showing the design of its stamps and souvenir sheets that were issued on September 2, 2023. At the same time we learned about the first stamps issued by other countries including so far <strong>Algeria, Egypt, Morocco, Nigeria, Senegal</strong> and <strong>Zimbabwe</strong>. As the PAPU involves 45 countries, there are high expectations that other African countries will join over the following weeks. So, at this stage, we just confirm that this issue has to be considered as a Twin issue under the entry code <strong>T20230902</strong>. Additional countries will be reported later in the catalogue and for the time being we are just providing illustrations from the first identified products.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2023\/09\/05\/papu-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:65.93830%"><figure class="tiled-gallery__item"><img data-attachment-id="2841" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902egyptss/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902egyptss.jpg" data-orig-size="550,432" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902egyptss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902egyptss.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902egyptss.jpg?w=550" data-attachment-id="2841" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902egyptss/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902egyptss.jpg" data-orig-size="550,432" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902egyptss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902egyptss.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902egyptss.jpg?w=550" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902egyptss.jpg?strip=info&w=550 550w" alt="" data-height="432" data-id="2841" data-link="https://philarz.com/?attachment_id=2841" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902egyptss.jpg?w=550" data-width="550" src="https://philarz.com/wp-content/uploads/2023/09/20230902egyptss.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:34.06170%"><figure class="tiled-gallery__item"><img data-attachment-id="2839" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeria.jpg" data-orig-size="1096,781" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeria.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeria.jpg?w=605" data-attachment-id="2839" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeria.jpg" data-orig-size="1096,781" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeria.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902algeria.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902algeria.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/09/20230902algeria.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2023/09/20230902algeria.jpg?strip=info&w=1096 1096w" alt="" data-height="781" data-id="2839" data-link="https://philarz.com/?attachment_id=2839" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902algeria.jpg?w=1024" data-width="1096" src="https://philarz.com/wp-content/uploads/2023/09/20230902algeria.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="2840" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902egypt.jpg" data-orig-size="396,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="20230902egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902egypt.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902egypt.jpg?w=396" data-attachment-id="2840" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902egypt.jpg" data-orig-size="396,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="20230902egypt" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902egypt.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902egypt.jpg?w=396" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902egypt.jpg?strip=info&w=396 396w" alt="" data-height="317" data-id="2840" data-link="https://philarz.com/?attachment_id=2840" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902egypt.jpg?w=396" data-width="396" src="https://philarz.com/wp-content/uploads/2023/09/20230902egypt.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:37.79506%"><figure class="tiled-gallery__item"><img data-attachment-id="2842" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902morocco1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902morocco1.jpg" data-orig-size="354,263" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902morocco1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902morocco1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902morocco1.jpg?w=354" data-attachment-id="2842" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902morocco1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902morocco1.jpg" data-orig-size="354,263" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902morocco1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902morocco1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902morocco1.jpg?w=354" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902morocco1.jpg?strip=info&w=354 354w" alt="" data-height="263" data-id="2842" data-link="https://philarz.com/?attachment_id=2842" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902morocco1.jpg?w=354" data-width="354" src="https://philarz.com/wp-content/uploads/2023/09/20230902morocco1.jpg" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="2843" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902nigeriaa/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902nigeriaa.jpg" data-orig-size="343,217" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902nigeriaa" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902nigeriaa.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902nigeriaa.jpg?w=343" data-attachment-id="2843" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902nigeriaa/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902nigeriaa.jpg" data-orig-size="343,217" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902nigeriaa" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902nigeriaa.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902nigeriaa.jpg?w=343" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902nigeriaa.jpg?strip=info&w=343 343w" alt="" data-height="217" data-id="2843" data-link="https://philarz.com/?attachment_id=2843" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902nigeriaa.jpg?w=343" data-width="343" src="https://philarz.com/wp-content/uploads/2023/09/20230902nigeriaa.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:62.20494%"><figure class="tiled-gallery__item"><img data-attachment-id="2845" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902tanzaniams/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniams.jpg" data-orig-size="590,496" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902tanzaniams" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniams.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniams.jpg?w=590" data-attachment-id="2845" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902tanzaniams/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniams.jpg" data-orig-size="590,496" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902tanzaniams" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniams.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniams.jpg?w=590" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniams.jpg?strip=info&w=590 590w" alt="" data-height="496" data-id="2845" data-link="https://philarz.com/?attachment_id=2845" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniams.jpg?w=590" data-width="590" src="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniams.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="2846" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902tanzaniass1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass1.jpg" data-orig-size="1024,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":"1"}" data-image-title="20230902tanzaniass1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass1.jpg?w=605" data-attachment-id="2846" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902tanzaniass1/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass1.jpg" data-orig-size="1024,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":"1"}" data-image-title="20230902tanzaniass1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass1.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass1.jpg?strip=info&w=1024 1024w" alt="" data-height="1024" data-id="2846" data-link="https://philarz.com/?attachment_id=2846" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass1.jpg?w=1024" data-width="1024" src="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass1.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:50.00000%"><figure class="tiled-gallery__item"><img data-attachment-id="2847" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902tanzaniass2/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass2.jpg" data-orig-size="1024,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":"1"}" data-image-title="20230902tanzaniass2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass2.jpg?w=605" data-attachment-id="2847" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902tanzaniass2/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass2.jpg" data-orig-size="1024,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":"1"}" data-image-title="20230902tanzaniass2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass2.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass2.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass2.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass2.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass2.jpg?strip=info&w=1024 1024w" alt="" data-height="1024" data-id="2847" data-link="https://philarz.com/?attachment_id=2847" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass2.jpg?w=1024" data-width="1024" src="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass2.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:36.24164%"><figure class="tiled-gallery__item"><img data-attachment-id="2844" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902senegal/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902senegal.jpg" data-orig-size="327,246" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902senegal" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902senegal.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902senegal.jpg?w=327" data-attachment-id="2844" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902senegal/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902senegal.jpg" data-orig-size="327,246" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902senegal" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902senegal.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902senegal.jpg?w=327" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902senegal.jpg?strip=info&w=327 327w" alt="" data-height="246" data-id="2844" data-link="https://philarz.com/?attachment_id=2844" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902senegal.jpg?w=327" data-width="327" src="https://philarz.com/wp-content/uploads/2023/09/20230902senegal.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:27.30109%"><figure class="tiled-gallery__item"><img data-attachment-id="2848" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902tanzaniass3/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass3.jpg" data-orig-size="1024,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":"1"}" data-image-title="20230902tanzaniass3" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass3.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass3.jpg?w=605" data-attachment-id="2848" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902tanzaniass3/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass3.jpg" data-orig-size="1024,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":"1"}" data-image-title="20230902tanzaniass3" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass3.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass3.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass3.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass3.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass3.jpg?strip=info&w=1024 1024w" alt="" data-height="1024" data-id="2848" data-link="https://philarz.com/?attachment_id=2848" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass3.jpg?w=1024" data-width="1024" src="https://philarz.com/wp-content/uploads/2023/09/20230902tanzaniass3.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:36.45726%"><figure class="tiled-gallery__item"><img data-attachment-id="2849" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902zimbabwea/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902zimbabwea.jpg" data-orig-size="345,258" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902zimbabwea" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902zimbabwea.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902zimbabwea.jpg?w=345" data-attachment-id="2849" data-permalink="https://philarz.com/2023/09/05/papu-2023/20230902zimbabwea/" data-orig-file="https://philarz.com/wp-content/uploads/2023/09/20230902zimbabwea.jpg" data-orig-size="345,258" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20230902zimbabwea" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2023/09/20230902zimbabwea.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2023/09/20230902zimbabwea.jpg?w=345" srcset="https://philarz.com/wp-content/uploads/2023/09/20230902zimbabwea.jpg?strip=info&w=345 345w" alt="" data-height="258" data-id="2849" data-link="https://philarz.com/?attachment_id=2849" data-url="https://philarz.com/wp-content/uploads/2023/09/20230902zimbabwea.jpg?w=345" data-width="345" src="https://philarz.com/wp-content/uploads/2023/09/20230902zimbabwea.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/architecture/" rel="category tag">Architecture</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/topics/elephant/" rel="category tag">Elephant</a> <a href="https://philarz.com/category/topics/lion/" rel="category tag">Lion</a> <a href="https://philarz.com/category/topics/mammals/" rel="category tag">Mammals</a> <a href="https://philarz.com/category/countries/morocco/" rel="category tag">Morocco</a> <a href="https://philarz.com/category/topics/mountain/" rel="category tag">Mountain</a> <a href="https://philarz.com/category/countries/nigeria/" rel="category tag">Nigeria</a> <a href="https://philarz.com/category/topics/papu/" rel="category tag">PAPU</a> <a href="https://philarz.com/category/topics/sculpture/" rel="category tag">Sculpture</a> <a href="https://philarz.com/category/countries/senegal/" rel="category tag">Senegal</a> <a href="https://philarz.com/category/countries/tanzania/" rel="category tag">Tanzania</a> <a href="https://philarz.com/category/topics/zebra/" rel="category tag">Zebra</a> <a href="https://philarz.com/category/countries/zimbabwe/" rel="category tag">Zimbabwe</a></span></div><span class="comments-link"><a href="https://philarz.com/2023/09/05/papu-2023/#comments">1 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-1887" class="post-1887 post type-post status-publish format-standard hentry category-algeria category-architecture category-armenia category-belarus category-cambodia category-europa-cept-posteurop category-flag category-joint-issue category-kazakhstan category-kyrgyzstan category-laos category-post category-russia category-tiger category-upu"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/" rel="bookmark">Miscellaneous from October 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/24/miscellaneous-from-october-2022/" rel="bookmark"><time class="entry-date published" datetime="2022-10-24T07:35:02+02:00">24 October 2022</time><time class="updated" datetime="2022-10-27T08:59:50+02:00">27 October 2022</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>Marci Jarvis (USA) could provide additional information related to the Tiger Forum joint issue from <strong>September 5, 2022</strong>. Indeed, <strong>Laos </strong>issued two stamps representing felines (Clouded leopard and Asian golden cat) but no tiger, however with the forum logo. These two stamps became also available in a special souvenir sheet which is illustrated with a tiger and a cub. Stamps in panes and souvenir sheets are available as perforated and imperforated. The date of issue of the Laos stamps is <strong>September 1, 2022</strong>. In the meantime, we are still missing information from Nepal stamps related to the Tiger forum.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img data-attachment-id="1891" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220905laosss/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220905laosss.jpg" data-orig-size="861,847" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666425870","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220905laosss" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220905laosss.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220905laosss.jpg?w=605" loading="lazy" width="861" height="847" src="https://philarz.com/wp-content/uploads/2022/10/20220905laosss.jpg?w=861" alt="" class="wp-image-1891" srcset="https://philarz.com/wp-content/uploads/2022/10/20220905laosss.jpg 861w, https://philarz.com/wp-content/uploads/2022/10/20220905laosss.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2022/10/20220905laosss.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2022/10/20220905laosss.jpg?w=768 768w" sizes="(max-width: 861px) 100vw, 861px" /></figure></div> <p>Don Birschel (USA) provided the illustrations of the stamps issued by <strong>Cambodia</strong>, which, on the contrary to what was reported so far, bear the logo of the forum, in both stamps and souvenir sheet, . These stamps were issued on <strong>September 22, 2022</strong>.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/10\/24\/miscellaneous-from-october-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:32.68471%;"><figure class="tiled-gallery__item"><img data-attachment-id="1900" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220922cambodiast/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiast.jpg" data-orig-size="329,445" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220922cambodiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiast.jpg?w=222" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiast.jpg?w=329" data-attachment-id="1900" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220922cambodiast/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiast.jpg" data-orig-size="329,445" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220922cambodiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiast.jpg?w=222" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiast.jpg?w=329" srcset="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiast.jpg?strip=info&w=329 329w" alt="" data-height="445" data-id="1900" data-link="https://philarz.com/?attachment_id=1900" data-url="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiast.jpg?w=329" data-width="329" src="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiast.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:67.31529%;"><figure class="tiled-gallery__item"><img data-attachment-id="1901" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220922cambodiass/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiass.jpg" data-orig-size="676,443" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220922cambodiass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiass.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiass.jpg?w=605" data-attachment-id="1901" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220922cambodiass/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiass.jpg" data-orig-size="676,443" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220922cambodiass" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiass.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiass.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiass.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20220922cambodiass.jpg?strip=info&w=676 676w" alt="" data-height="443" data-id="1901" data-link="https://philarz.com/?attachment_id=1901" data-url="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiass.jpg?w=676" data-width="676" src="https://philarz.com/wp-content/uploads/2022/10/20220922cambodiass.jpg" /></figure></div></div></div></div> <p>Med Achour Ali Ahmed (Algeria) <a rel="noreferrer noopener" href="https://www.facebook.com/PhilnewsAlgeria" target="_blank">reported</a> that the <strong>Algeria</strong> Post, next to the UPU World Post Day stamp from <strong>October 9, 2022</strong> created also a Postage Meter Imprint with the same topic. However, he noticed that the design contains two hashtag addresses that are erroneous. Hashtags are reference words that allow to find all the information that was exchanged using this specific word. However, to be usable, they need to follow precise rules in particular no white space is allowed. In order to separate words, if this is needed, at least a dash or underscore dash has to be used. This rule applies for latin and arabic characters and both hashtags represented in the meter print are wrong and unusable. Corrected hastags are represented here, below the imprint.</p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img data-attachment-id="1893" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20221009flammealger/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20221009flammealger.jpg" data-orig-size="2643,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="20221009flammealger" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20221009flammealger.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20221009flammealger.jpg?w=605" loading="lazy" width="1024" height="566" src="https://philarz.com/wp-content/uploads/2022/10/20221009flammealger.jpg?w=1024" alt="" class="wp-image-1893" srcset="https://philarz.com/wp-content/uploads/2022/10/20221009flammealger.jpg?w=1024 1024w, https://philarz.com/wp-content/uploads/2022/10/20221009flammealger.jpg?w=2046 2046w, https://philarz.com/wp-content/uploads/2022/10/20221009flammealger.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2022/10/20221009flammealger.jpg?w=300 300w, https://philarz.com/wp-content/uploads/2022/10/20221009flammealger.jpg?w=768 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div> <p>Rindert Paalman (The Netherlands) reported the decision taken during the PostEurop General Assembly in Dublin on 5 October 2022. A common design will be used on all 2023 Europa stamps (probably to be released in May 2023) on the theme “PEACE – the highest value of humanity”. 29 entries were submitted for the design competition and 44 postal companies participated in the voting. The winning motif is the one submitted by Luxembourg : “The New Peace Symbol”. </p> <div class="wp-block-image"> <figure class="aligncenter size-large"><img data-attachment-id="1897" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/europa2023/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/europa2023.jpg" data-orig-size="321,258" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="europa2023" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/europa2023.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/europa2023.jpg?w=321" loading="lazy" width="321" height="258" src="https://philarz.com/wp-content/uploads/2022/10/europa2023.jpg?w=321" alt="" class="wp-image-1897" srcset="https://philarz.com/wp-content/uploads/2022/10/europa2023.jpg 321w, https://philarz.com/wp-content/uploads/2022/10/europa2023.jpg?w=150 150w, https://philarz.com/wp-content/uploads/2022/10/europa2023.jpg?w=300 300w" sizes="(max-width: 321px) 100vw, 321px" /></figure></div> <p>From Kenneth Sequeira (Singapore), a question related to stamps issued by Mongolia on May 19, 2022 and Japan, souvenir sheet with 10 stamps released on June 15, 2022. The topic refers to the 50th anniversary of relationship. As dates of issue are different, design are different and none of the postal administrations are refering to any collaboration in producing these items, we have to consider that these stamps are just celebrating the same event, but these stamps cannot be considered as joint.</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/10\/24\/miscellaneous-from-october-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:50.60344%;"><figure class="tiled-gallery__item"><img data-attachment-id="1905" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220615japan-2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/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/10/20220615japan.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220615japan.jpg?w=605" data-attachment-id="1905" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220615japan-2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/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/10/20220615japan.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220615japan.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20220615japan.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20220615japan.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2022/10/20220615japan.jpg?strip=info&w=1024 1024w" alt="" data-height="695" data-id="1905" data-link="https://philarz.com/?attachment_id=1905" data-url="https://philarz.com/wp-content/uploads/2022/10/20220615japan.jpg?w=1024" data-width="1024" src="https://philarz.com/wp-content/uploads/2022/10/20220615japan.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:49.39656%;"><figure class="tiled-gallery__item"><img data-attachment-id="1906" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220615mongoliass-2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/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/10/20220615mongoliass.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220615mongoliass.jpg?w=581" data-attachment-id="1906" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220615mongoliass-2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/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/10/20220615mongoliass.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220615mongoliass.jpg?w=581" srcset="https://philarz.com/wp-content/uploads/2022/10/20220615mongoliass.jpg?strip=info&w=581 581w" alt="" data-height="404" data-id="1906" data-link="https://philarz.com/?attachment_id=1906" data-url="https://philarz.com/wp-content/uploads/2022/10/20220615mongoliass.jpg?w=581" data-width="581" src="https://philarz.com/wp-content/uploads/2022/10/20220615mongoliass.jpg" /></figure></div></div></div></div> <p>From Cesar Ittmann (the Netherlands), reporting about the stamps celebrating the 10th anniversary of the Eurasian Economic Commission. EAU began its operations on February 2, 2012, but the treaty was signed only on May 29, 2014. The five involved countries participated to this issue with different designs, but four of them were released on the same date of issue: <strong>Armenia </strong>(<strong>August 25, 2022</strong>), <strong>Belarus </strong>(<strong>August 26, 2022</strong>), <strong>Kazakhstan </strong>(<strong>August 26, 202</strong>2), <strong>Kyrgyzstan </strong>(<strong>August 26, 2022</strong>) and <strong>Russia</strong> (<strong>July 29, 2022</strong>). On this basis, this issue has to be reported as a parallel joint issue [<strong>P1</strong>] under the entry code [<strong>P20220826</strong>]. The 5th anniversary of the Eurasian Economic Union Treaty (and not operation initiation) was celebrated by the same five countries on <strong>August 9, 2019</strong> with identical stamps showing the flags of the countries . It was described in the catalogue under [<strong>T20190809</strong>]. </p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/10\/24\/miscellaneous-from-october-2022\/"}' 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.25668%;"><figure class="tiled-gallery__item"><img data-attachment-id="1912" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220826armeniast1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220826armeniast1.jpg" data-orig-size="948,946" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666594346","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220826armeniast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220826armeniast1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220826armeniast1.jpg?w=605" data-attachment-id="1912" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220826armeniast1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220826armeniast1.jpg" data-orig-size="948,946" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666594346","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220826armeniast1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220826armeniast1.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220826armeniast1.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20220826armeniast1.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20220826armeniast1.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2022/10/20220826armeniast1.jpg?strip=info&w=948 948w" alt="" data-height="946" data-id="1912" data-link="https://philarz.com/?attachment_id=1912" data-url="https://philarz.com/wp-content/uploads/2022/10/20220826armeniast1.jpg?w=948" data-width="948" src="https://philarz.com/wp-content/uploads/2022/10/20220826armeniast1.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:49.74332%;"><figure class="tiled-gallery__item"><img data-attachment-id="1916" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220826russiast/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220826russiast.jpg" data-orig-size="974,982" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666594248","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220826russiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220826russiast.jpg?w=298" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220826russiast.jpg?w=605" data-attachment-id="1916" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220826russiast/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220826russiast.jpg" data-orig-size="974,982" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666594248","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220826russiast" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220826russiast.jpg?w=298" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220826russiast.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20220826russiast.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20220826russiast.jpg?strip=info&w=900 900w,https://philarz.com/wp-content/uploads/2022/10/20220826russiast.jpg?strip=info&w=974 974w" alt="" data-height="982" data-id="1916" data-link="https://philarz.com/?attachment_id=1916" data-url="https://philarz.com/wp-content/uploads/2022/10/20220826russiast.jpg?w=974" data-width="974" src="https://philarz.com/wp-content/uploads/2022/10/20220826russiast.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:100%;"><figure class="tiled-gallery__item"><img data-attachment-id="1913" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220826belarus/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220826belarus.jpg" data-orig-size="425,199" data-comments-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="20220826belarus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220826belarus.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220826belarus.jpg?w=425" data-attachment-id="1913" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220826belarus/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220826belarus.jpg" data-orig-size="425,199" data-comments-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="20220826belarus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220826belarus.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220826belarus.jpg?w=425" srcset="https://philarz.com/wp-content/uploads/2022/10/20220826belarus.jpg?strip=info&w=425 425w" alt="" data-height="199" data-id="1913" data-link="https://philarz.com/?attachment_id=1913" data-url="https://philarz.com/wp-content/uploads/2022/10/20220826belarus.jpg?w=425" data-width="425" src="https://philarz.com/wp-content/uploads/2022/10/20220826belarus.jpg" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:37.08642%;"><figure class="tiled-gallery__item"><img data-attachment-id="1914" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220826kazakhstan/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220826kazakhstan.jpg" data-orig-size="893,1017" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666594504","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220826kazakhstan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220826kazakhstan.jpg?w=263" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220826kazakhstan.jpg?w=605" data-attachment-id="1914" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220826kazakhstan/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220826kazakhstan.jpg" data-orig-size="893,1017" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666594504","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220826kazakhstan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220826kazakhstan.jpg?w=263" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220826kazakhstan.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/10/20220826kazakhstan.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/10/20220826kazakhstan.jpg?strip=info&w=893 893w" alt="" data-height="1017" data-id="1914" data-link="https://philarz.com/?attachment_id=1914" data-url="https://philarz.com/wp-content/uploads/2022/10/20220826kazakhstan.jpg?w=893" data-width="893" src="https://philarz.com/wp-content/uploads/2022/10/20220826kazakhstan.jpg" /></figure></div><div class="tiled-gallery__col" style="flex-basis:62.91358%;"><figure class="tiled-gallery__item"><img data-attachment-id="1915" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220826kyrgyzstan/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220826kyrgyzstan.jpg" data-orig-size="370,248" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666593211","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220826kyrgyzstan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220826kyrgyzstan.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220826kyrgyzstan.jpg?w=370" data-attachment-id="1915" data-permalink="https://philarz.com/2022/10/24/miscellaneous-from-october-2022/20220826kyrgyzstan/" data-orig-file="https://philarz.com/wp-content/uploads/2022/10/20220826kyrgyzstan.jpg" data-orig-size="370,248" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1666593211","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220826kyrgyzstan" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/10/20220826kyrgyzstan.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/10/20220826kyrgyzstan.jpg?w=370" srcset="https://philarz.com/wp-content/uploads/2022/10/20220826kyrgyzstan.jpg?strip=info&w=370 370w" alt="" data-height="248" data-id="1915" data-link="https://philarz.com/?attachment_id=1915" data-url="https://philarz.com/wp-content/uploads/2022/10/20220826kyrgyzstan.jpg?w=370" data-width="370" src="https://philarz.com/wp-content/uploads/2022/10/20220826kyrgyzstan.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/architecture/" rel="category tag">Architecture</a> <a href="https://philarz.com/category/countries/armenia/" rel="category tag">Armenia</a> <a href="https://philarz.com/category/countries/belarus/" rel="category tag">Belarus</a> <a href="https://philarz.com/category/countries/cambodia/" rel="category tag">Cambodia</a> <a href="https://philarz.com/category/topics/europa-cept-posteurop/" rel="category tag">Europa - CEPT - PostEurop</a> <a href="https://philarz.com/category/topics/flag/" rel="category tag">Flag</a> <a href="https://philarz.com/category/joint-issue/" rel="category tag">Joint Issue</a> <a href="https://philarz.com/category/countries/kazakhstan/" rel="category tag">Kazakhstan</a> <a href="https://philarz.com/category/countries/kyrgyzstan/" rel="category tag">Kyrgyzstan</a> <a href="https://philarz.com/category/countries/laos/" rel="category tag">Laos</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/topics/tiger/" rel="category tag">Tiger</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/24/miscellaneous-from-october-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-1144" class="post-1144 post type-post status-publish format-standard hentry category-algeria category-belarus category-china-pr category-czech-republic category-egypt category-erithrea category-france category-ivory-coast category-joint-issue category-monaco category-not-approved category-vietnam"> <header class="entry-header"> <h1 class="entry-title"><a href="https://philarz.com/2022/01/27/failed-opportunities/" rel="bookmark">Failed opportunities</a></h1> <div class="entry-meta"> <span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://philarz.com/author/zzymm/">Richard Zimmermann</a></span></span><span class="posted-on"><a href="https://philarz.com/2022/01/27/failed-opportunities/" rel="bookmark"><time class="entry-date published updated" datetime="2022-01-27T16:38:06+01:00">27 January 2022</time></a></span> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <p>The programme of new stamps from Belarus included a potential joint issue with China and another with Vietnam, both expected to be released during the month of January at the occasion of the 30th anniversary of diplomatic relationships. The Belarus stamps were issued respectively on January 12, 2022 and January 24, 2022, but there is absolutely no news from either China PR nor Vietnam for event-associated stamps. There are great chances that these issues will remain unilateral and that the entries will have to be removed from the list described in the catalogue (Vol 15). At least, here are the pictures of the Belarus stamps.</p> <div class="wp-block-image"><figure class="aligncenter"><img data-attachment-id="1154" data-permalink="https://philarz.com/20220112belarus/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220112belarus.jpg" data-orig-size="199,142" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"\u0426\u044b\u0440\u0443\u043b\u0438\u043a \u0421\u0432\u0435\u0442\u043b\u0430\u043d\u0430 \u0410\u043d\u0430\u0442\u043e\u043b\u044c\u0435\u0432\u043d\u0430","camera":"","caption":"","created_timestamp":"1641210028","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220112belarus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220112belarus.jpg?w=199" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220112belarus.jpg?w=199" loading="lazy" width="199" height="142" src="https://philarz.com/wp-content/uploads/2022/01/20220112belarus.jpg?w=199" alt="" class="wp-image-1154" srcset="https://philarz.com/wp-content/uploads/2022/01/20220112belarus.jpg 199w, https://philarz.com/wp-content/uploads/2022/01/20220112belarus.jpg?w=150 150w" sizes="(max-width: 199px) 100vw, 199px" /></figure></div> <div class="wp-block-image"><figure class="aligncenter"><img data-attachment-id="1155" data-permalink="https://philarz.com/20220124belarus/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220124belarus.jpg" data-orig-size="199,142" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"\u0426\u044b\u0440\u0443\u043b\u0438\u043a \u0421\u0432\u0435\u0442\u043b\u0430\u043d\u0430 \u0410\u043d\u0430\u0442\u043e\u043b\u044c\u0435\u0432\u043d\u0430","camera":"","caption":"","created_timestamp":"1640012706","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220124belarus" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220124belarus.jpg?w=199" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220124belarus.jpg?w=199" loading="lazy" width="199" height="142" src="https://philarz.com/wp-content/uploads/2022/01/20220124belarus.jpg?w=199" alt="" class="wp-image-1155" srcset="https://philarz.com/wp-content/uploads/2022/01/20220124belarus.jpg 199w, https://philarz.com/wp-content/uploads/2022/01/20220124belarus.jpg?w=150 150w" sizes="(max-width: 199px) 100vw, 199px" /></figure></div> <p>An other opportunity was mentioned by Cesar Ittman (The Netherlands). During the year 2022, France celebrates the 200th anniversary of the death of the famous author Moliere. France issued a first stamp on January 17, 2022, at the same time as Monaco, while Czech Republic issued a stamp on January 20, 2022. There is absolutely no claim from one of these countries for a joint issue. These are just stamps issued at the occasion of an anniversary and it would not be surprising to see much more other stamps released to honor Moliere during this year without any joint character. </p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/01\/27\/failed-opportunities\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:18.15084%;"><figure class="tiled-gallery__item"><img data-attachment-id="1150" data-permalink="https://philarz.com/20220115monaco/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg" data-orig-size="150,180" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1643297340","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220115monaco" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg?w=150" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg?w=150" data-attachment-id="1150" data-permalink="https://philarz.com/20220115monaco/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg" data-orig-size="150,180" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1643297340","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220115monaco" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg?w=150" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg?w=150" srcset="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg?strip=info&w=150 150w" alt="" data-height="180" data-id="1150" data-link="https://philarz.com/20220115monaco/" data-url="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg?w=150" data-width="150" src="https://philarz.com/wp-content/uploads/2022/01/20220115monaco.jpg" data-amp-layout="responsive" /></figure></div><div class="tiled-gallery__col" style="flex-basis:46.63231%;"><figure class="tiled-gallery__item"><img data-attachment-id="1151" data-permalink="https://philarz.com/20220115france/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg" data-orig-size="237,110" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1643297340","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220115france" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg?w=237" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg?w=237" data-attachment-id="1151" data-permalink="https://philarz.com/20220115france/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg" data-orig-size="237,110" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1643297340","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="20220115france" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg?w=237" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg?w=237" srcset="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg?strip=info&w=237 237w" alt="" data-height="110" data-id="1151" data-link="https://philarz.com/20220115france/" data-url="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg?w=237" data-width="237" src="https://philarz.com/wp-content/uploads/2022/01/20220115france.jpg" data-amp-layout="responsive" /></figure></div><div class="tiled-gallery__col" style="flex-basis:35.21686%;"><figure class="tiled-gallery__item"><img data-attachment-id="1152" data-permalink="https://philarz.com/20220128czech/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg" data-orig-size="260,160" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220128czech" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg?w=260" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg?w=260" data-attachment-id="1152" data-permalink="https://philarz.com/20220128czech/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg" data-orig-size="260,160" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="20220128czech" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg?w=260" data-large-file="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg?w=260" srcset="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg?strip=info&w=260 260w" alt="" data-height="160" data-id="1152" data-link="https://philarz.com/20220128czech/" data-url="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg?w=260" data-width="260" src="https://philarz.com/wp-content/uploads/2022/01/20220128czech.jpg" data-amp-layout="responsive" /></figure></div></div></div></div> <p>The first true joint issue to be released this year is scheduled for February 14, 2022, not earlier. This is quite late compared to previous years.</p> <p>Don Birschel (USA) explored older issues and asked about the relevance of some 2006 China-Africa Forum stamps as joint. Indeed, some of these stamps show the same design, but this is a logo and none of the countries have claimed a joint issue character. So again, this is an exemple of a non-approved joint issue. Here are the pictures of the stamps from countries that celebrated this event: Algeria (November 6, 2006), China (November 3), Egypt (November 5), Eritrea (November 3) and Ivory Coast (November 28).</p> <div data-carousel-extra='{"blog_id":200033749,"permalink":"https:\/\/philarz.com\/2022\/01\/27\/failed-opportunities\/"}' class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:100%;"><figure class="tiled-gallery__item"><img data-attachment-id="1157" data-permalink="https://philarz.com/2006_1103_egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg" data-orig-size="708,192" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"?????????????????????????????????????????????????????????","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_egypt" data-image-description="" data-image-caption="<p>?????????????????????????????????????????????????????????</p> " data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?w=605" data-attachment-id="1157" data-permalink="https://philarz.com/2006_1103_egypt/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg" data-orig-size="708,192" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"?????????????????????????????????????????????????????????","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_egypt" data-image-description="" data-image-caption="<p>?????????????????????????????????????????????????????????</p> " data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?strip=info&w=708 708w" alt="" data-height="192" data-id="1157" data-link="https://philarz.com/2006_1103_egypt/" data-url="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg?w=708" data-width="708" src="https://philarz.com/wp-content/uploads/2022/01/2006_1103_egypt.jpg" data-amp-layout="responsive" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:60.75107%;"><figure class="tiled-gallery__item"><img data-attachment-id="1160" data-permalink="https://philarz.com/2006_1103_algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg" data-orig-size="394,524" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg?w=394" data-attachment-id="1160" data-permalink="https://philarz.com/2006_1103_algeria/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg" data-orig-size="394,524" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_algeria" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg?w=226" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg?w=394" srcset="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg?strip=info&w=394 394w" alt="" data-height="524" data-id="1160" data-link="https://philarz.com/2006_1103_algeria/" data-url="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg?w=394" data-width="394" src="https://philarz.com/wp-content/uploads/2022/01/2006_1103_algeria.jpg" data-amp-layout="responsive" /></figure></div><div class="tiled-gallery__col" style="flex-basis:39.24893%;"><figure class="tiled-gallery__item"><img data-attachment-id="1161" data-permalink="https://philarz.com/2006_1103_china/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg" data-orig-size="526,532" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_china" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg?w=297" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg?w=526" data-attachment-id="1161" data-permalink="https://philarz.com/2006_1103_china/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg" data-orig-size="526,532" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_china" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg?w=297" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg?w=526" srcset="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg?strip=info&w=526 526w" alt="" data-height="532" data-id="1161" data-link="https://philarz.com/2006_1103_china/" data-url="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg?w=526" data-width="526" src="https://philarz.com/wp-content/uploads/2022/01/2006_1103_china.jpg" data-amp-layout="responsive" /></figure><figure class="tiled-gallery__item"><img data-attachment-id="1158" data-permalink="https://philarz.com/2006_1103_ivorycoast_1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg" data-orig-size="514,534" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_ivorycoast_1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg?w=289" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg?w=514" data-attachment-id="1158" data-permalink="https://philarz.com/2006_1103_ivorycoast_1/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg" data-orig-size="514,534" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_ivorycoast_1" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg?w=289" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg?w=514" srcset="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg?strip=info&w=514 514w" alt="" data-height="534" data-id="1158" data-link="https://philarz.com/2006_1103_ivorycoast_1/" data-url="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg?w=514" data-width="514" src="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_1.jpg" data-amp-layout="responsive" /></figure></div></div><div class="tiled-gallery__row"><div class="tiled-gallery__col" style="flex-basis:42.19474%;"><figure class="tiled-gallery__item"><img data-attachment-id="1159" data-permalink="https://philarz.com/2006_1103_ivorycoast_2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg" data-orig-size="517,535" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_ivorycoast_2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg?w=290" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg?w=517" data-attachment-id="1159" data-permalink="https://philarz.com/2006_1103_ivorycoast_2/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg" data-orig-size="517,535" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_ivorycoast_2" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg?w=290" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg?w=517" srcset="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg?strip=info&w=517 517w" alt="" data-height="535" data-id="1159" data-link="https://philarz.com/2006_1103_ivorycoast_2/" data-url="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg?w=517" data-width="517" src="https://philarz.com/wp-content/uploads/2022/01/2006_1103_ivorycoast_2.jpg" data-amp-layout="responsive" /></figure></div><div class="tiled-gallery__col" style="flex-basis:57.80526%;"><figure class="tiled-gallery__item"><img data-attachment-id="1162" data-permalink="https://philarz.com/2006_1103_eritrea/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg" data-orig-size="693,523" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_eritrea" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?w=605" data-attachment-id="1162" data-permalink="https://philarz.com/2006_1103_eritrea/" data-orig-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg" data-orig-size="693,523" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="2006_1103_eritrea" data-image-description="" data-image-caption="" data-medium-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?w=300" data-large-file="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?w=605" srcset="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?strip=info&w=600 600w,https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?strip=info&w=693 693w" alt="" data-height="523" data-id="1162" data-link="https://philarz.com/2006_1103_eritrea/" data-url="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg?w=693" data-width="693" src="https://philarz.com/wp-content/uploads/2022/01/2006_1103_eritrea.jpg" data-amp-layout="responsive" /></figure></div></div></div></div> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="categories-and-tags"><span class="cat-links"><a href="https://philarz.com/category/countries/algeria/" rel="category tag">Algeria</a> <a href="https://philarz.com/category/countries/belarus/" rel="category tag">Belarus</a> <a href="https://philarz.com/category/countries/china-pr/" rel="category tag">China PR</a> <a href="https://philarz.com/category/countries/czech-republic/" rel="category tag">Czech Republic</a> <a href="https://philarz.com/category/countries/egypt/" rel="category tag">Egypt</a> <a href="https://philarz.com/category/countries/erithrea/" rel="category tag">Erithrea</a> <a href="https://philarz.com/category/countries/france/" rel="category tag">France</a> <a href="https://philarz.com/category/countries/ivory-coast/" rel="category tag">Ivory Coast</a> <a href="https://philarz.com/category/joint-issue/" rel="category tag">Joint Issue</a> <a href="https://philarz.com/category/countries/monaco/" rel="category tag">Monaco</a> <a href="https://philarz.com/category/ji-sub-types/not-approved/" rel="category tag">Not-approved</a> <a href="https://philarz.com/category/countries/vietnam/" rel="category tag">Vietnam</a></span></div><span class="comments-link"><a href="https://philarz.com/2022/01/27/failed-opportunities/#respond">Leave a comment</a></span> </footer><!-- .entry-footer --> </article><!-- #post-## --> </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-1" >Recherche</label><div class="wp-block-search__inside-wrapper " ><input class="wp-block-search__input" id="wp-block-search__input-1" placeholder="" value="" type="search" name="s" required /><button aria-label="Search" class="wp-block-search__button wp-element-button" type="submit" >Search</button></div></form></aside><aside id="google_translate_widget-3" class="widget widget_google_translate_widget"><h1 class="widget-title">Translate</h1><div id="google_translate_element"></div></aside><aside id="block-6" class="widget widget_block widget_text"> <p style="font-size:24px"><strong>Latest news</strong></p> </aside><aside id="block-10" class="widget widget_block widget_recent_entries"><ul class="wp-block-latest-posts__list has-dates wp-block-latest-posts"><li><a class="wp-block-latest-posts__post-title" href="https://philarz.com/2025/02/16/access-to-archive-pages/">Access to archive pages</a><time datetime="2025-02-16T07:55:07+01:00" class="wp-block-latest-posts__post-date">16 February 2025</time><div class="wp-block-latest-posts__post-excerpt">Following the creation of this blog providing on-line access to the updated Catalogue 2022+, the original web pages http://www.philarz.net became obsolete. Over time, this old web site which is not supported/updated anymore is bound to disappear. For collectors interested in… <a class="wp-block-latest-posts__read-more" href="https://philarz.com/2025/02/16/access-to-archive-pages/" rel="noopener noreferrer">Read more<span class="screen-reader-text">: Access to archive pages</span></a></div></li> <li><a class="wp-block-latest-posts__post-title" href="https://philarz.com/2025/02/15/new-discovery-from-2023/">New discovery from 2023</a><time datetime="2025-02-15T07:13:43+01:00" class="wp-block-latest-posts__post-date">15 February 2025</time><div class="wp-block-latest-posts__post-excerpt">To our great surprise, George Adi reported a joint issue that was not described so far and dated back 2023. At the occasion of the 50th anniversary of their diplomatic relationship, Türkiye (Turkey) and Qatar issued the same stamp representing… <a class="wp-block-latest-posts__read-more" href="https://philarz.com/2025/02/15/new-discovery-from-2023/" rel="noopener noreferrer">Read more<span class="screen-reader-text">: New discovery from 2023</span></a></div></li> <li><a class="wp-block-latest-posts__post-title" href="https://philarz.com/2025/02/13/india-israel-eventually/">India – Israel, eventually</a><time datetime="2025-02-13T07:24:54+01:00" class="wp-block-latest-posts__post-date">13 February 2025</time><div class="wp-block-latest-posts__post-excerpt">The Holi (India) and Purim (Israel) Festivals’ stamps involving India and Israel were originally scheduled to be released on February 13, 2024, but India was not ready to participate at that time. The new date of May 7, 2024 was… <a class="wp-block-latest-posts__read-more" href="https://philarz.com/2025/02/13/india-israel-eventually/" rel="noopener noreferrer">Read more<span class="screen-reader-text">: India – Israel, eventually</span></a></div></li> </ul></aside><aside id="block-8" class="widget widget_block widget_categories"><div class="wp-block-categories-dropdown wp-block-categories"><label class="wp-block-categories__label" for="wp-block-categories-1">Categories</label><select name='category_name' id='wp-block-categories-1' class='postform'> <option value='-1'>Select Category</option> <option class="level-0" value="countries">Countries (160)</option> <option class="level-1" value="albania"> Albania (8)</option> <option class="level-1" value="alderney"> Alderney (1)</option> <option class="level-1" value="algeria"> Algeria (11)</option> <option class="level-1" value="andorra-french"> Andorra (French) (1)</option> <option class="level-1" value="andorra-spanish"> Andorra (Spanish) (1)</option> <option class="level-1" value="angola"> Angola (3)</option> <option class="level-1" value="antigua-barbuda"> Antigua Barbuda (1)</option> <option class="level-1" value="argentina"> Argentina (9)</option> <option class="level-1" value="armenia"> Armenia (10)</option> <option class="level-1" value="ascension"> Ascension (6)</option> <option class="level-1" value="australia"> Australia (2)</option> <option class="level-1" value="austria"> Austria (9)</option> <option class="level-1" value="azerbaijan"> Azerbaijan (9)</option> <option class="level-1" value="bahamas"> Bahamas (2)</option> <option class="level-1" value="bahrein"> Bahrein (1)</option> <option class="level-1" value="bangladesh"> Bangladesh (5)</option> <option class="level-1" value="belarus"> Belarus (18)</option> <option class="level-1" value="belgium"> Belgium (1)</option> <option class="level-1" value="bosnia-serbia"> Bosnia (Serbia) (1)</option> <option class="level-1" value="bosnia-herzegovina"> Bosnia Herzegovina (8)</option> <option class="level-1" value="botswana"> Botswana (1)</option> <option class="level-1" value="brazil"> Brazil (5)</option> <option class="level-1" value="british-antarctic-territory"> British Antarctic Territory (7)</option> <option class="level-1" value="brunei"> Brunei (4)</option> <option class="level-1" value="bulgaria"> Bulgaria (2)</option> <option class="level-1" value="burundi"> Burundi (3)</option> <option class="level-1" value="cambodia"> Cambodia (7)</option> <option class="level-1" value="cape-verde"> Cape Verde (4)</option> <option class="level-1" value="central-african-republic"> Central African Republic (4)</option> <option class="level-1" value="chile"> Chile (2)</option> <option class="level-1" value="china-pr"> China PR (14)</option> <option class="level-1" value="colombia"> Colombia (3)</option> <option class="level-1" value="croatia"> Croatia (14)</option> <option class="level-1" value="cuba"> Cuba (1)</option> <option class="level-1" value="cyprus"> Cyprus (5)</option> <option class="level-1" value="czech-republic"> Czech Republic (6)</option> <option class="level-1" value="denmark"> Denmark (5)</option> <option class="level-1" value="djibouti"> Djibouti (7)</option> <option class="level-1" value="dominica"> Dominica (1)</option> <option class="level-1" value="dominican-republic"> Dominican Republic (4)</option> <option class="level-1" value="ecuador"> Ecuador (3)</option> <option class="level-1" value="egypt"> Egypt (20)</option> <option class="level-1" value="erithrea"> Erithrea (1)</option> <option class="level-1" value="estonia"> Estonia (1)</option> <option class="level-1" value="falkland"> Falkland (5)</option> <option class="level-1" value="faroe"> Faroe (6)</option> <option class="level-1" value="fiji"> Fiji (1)</option> <option class="level-1" value="france"> France (10)</option> <option class="level-1" value="french-polynesia"> French Polynesia (1)</option> <option class="level-1" value="georgia"> Georgia (7)</option> <option class="level-1" value="germany"> Germany (4)</option> <option class="level-1" value="ghana"> Ghana (1)</option> <option class="level-1" value="gibraltar"> Gibraltar (1)</option> <option class="level-1" value="great-britain"> Great Britain (1)</option> <option class="level-1" value="greece"> Greece (5)</option> <option class="level-1" value="greenland"> Greenland (7)</option> <option class="level-1" value="grenada"> Grenada (2)</option> <option class="level-1" value="guatemala"> Guatemala (5)</option> <option class="level-1" value="guernsey"> Guernsey (3)</option> <option class="level-1" value="guinea"> Guinea (4)</option> <option class="level-1" value="guinea-bissau"> Guinea Bissau (4)</option> <option class="level-1" value="honduras"> Honduras (1)</option> <option class="level-1" value="hong-kong"> Hong Kong (3)</option> <option class="level-1" value="hungary"> Hungary (7)</option> <option class="level-1" value="india"> India (26)</option> <option class="level-1" value="indonesia"> Indonesia (9)</option> <option class="level-1" value="iran"> Iran (5)</option> <option class="level-1" value="iraq"> Iraq (4)</option> <option class="level-1" value="isle-of-man"> Isle of Man (4)</option> <option class="level-1" value="israel"> Israel (15)</option> <option class="level-1" value="italy"> Italy (18)</option> <option class="level-1" value="ivory-coast"> Ivory Coast (2)</option> <option class="level-1" value="japan"> Japan (6)</option> <option class="level-1" value="jersey"> Jersey (1)</option> <option class="level-1" value="jordan"> Jordan (9)</option> <option class="level-1" value="kazakhstan"> Kazakhstan (9)</option> <option class="level-1" value="korea-north"> Korea (North) (3)</option> <option class="level-1" value="korea-south"> Korea (South) (6)</option> <option class="level-1" value="kosovo"> Kosovo (2)</option> <option class="level-1" value="kuwait"> Kuwait (2)</option> <option class="level-1" value="kyrgyzstan"> Kyrgyzstan (6)</option> <option class="level-1" value="laos"> Laos (7)</option> <option class="level-1" value="latvia"> Latvia (2)</option> <option class="level-1" value="lebanon"> Lebanon (1)</option> <option class="level-1" value="liberia"> Liberia (3)</option> <option class="level-1" value="libya"> Libya (3)</option> <option class="level-1" value="liechtenstein"> Liechtenstein (8)</option> <option class="level-1" value="lithuania"> Lithuania (2)</option> <option class="level-1" value="luxembourg"> Luxembourg (7)</option> <option class="level-1" value="macau"> Macau (5)</option> <option class="level-1" value="macedonia-north"> Macedonia (North) (1)</option> <option class="level-1" value="malaysia"> Malaysia (7)</option> <option class="level-1" value="mali"> Mali (2)</option> <option class="level-1" value="malta"> Malta (4)</option> <option class="level-1" value="mauritius"> Mauritius (3)</option> <option class="level-1" value="mexico"> Mexico (16)</option> <option class="level-1" value="moldova"> Moldova (3)</option> <option class="level-1" value="monaco"> Monaco (3)</option> <option class="level-1" value="mongolia"> Mongolia (3)</option> <option class="level-1" value="montenegro"> Montenegro (4)</option> <option class="level-1" value="morocco"> Morocco (15)</option> <option class="level-1" value="mozambique"> Mozambique (1)</option> <option class="level-1" value="myanmar"> Myanmar (4)</option> <option class="level-1" value="nepal"> Nepal (3)</option> <option class="level-1" value="netherlands"> Netherlands (8)</option> <option class="level-1" value="niger"> Niger (2)</option> <option class="level-1" value="nigeria"> Nigeria (2)</option> <option class="level-1" value="oman"> Oman (11)</option> <option class="level-1" value="pakistan"> Pakistan (6)</option> <option class="level-1" value="palau"> Palau (1)</option> <option class="level-1" value="palestine"> Palestine (4)</option> <option class="level-1" value="panama"> Panama (2)</option> <option class="level-1" value="paraguay"> Paraguay (1)</option> <option class="level-1" value="peru"> Peru (6)</option> <option class="level-1" value="philippines"> Philippines (3)</option> <option class="level-1" value="poland"> Poland (11)</option> <option class="level-1" value="portugal"> Portugal (12)</option> <option class="level-1" value="qatar"> Qatar (8)</option> <option class="level-1" value="romania"> Romania (8)</option> <option class="level-1" value="russia"> Russia (19)</option> <option class="level-1" value="saarland"> Saarland (1)</option> <option class="level-1" value="salvador"> Salvador (1)</option> <option class="level-1" value="san-marino"> San Marino (5)</option> <option class="level-1" value="sao-tome-e-principe"> Sao Tome e Principe (1)</option> <option class="level-1" value="saudi-arabia"> Saudi Arabia (5)</option> <option class="level-1" value="senegal"> Senegal (1)</option> <option class="level-1" value="serbia"> Serbia (8)</option> <option class="level-1" value="seychelles"> Seychelles (1)</option> <option class="level-1" value="sierra-leone"> Sierra Leone (4)</option> <option class="level-1" value="singapore"> Singapore (7)</option> <option class="level-1" value="slovakia"> Slovakia (8)</option> <option class="level-1" value="slovenia"> Slovenia (10)</option> <option class="level-1" value="smom"> SMOM (10)</option> <option class="level-1" value="south-georgia"> South Georgia (7)</option> <option class="level-1" value="spain"> Spain (6)</option> <option class="level-1" value="sri-lanka"> Sri Lanka (6)</option> <option class="level-1" value="st-kitts-nevis"> St Kitts Nevis (1)</option> <option class="level-1" value="st-lucia"> St Lucia (1)</option> <option class="level-1" value="st-vincent-and-grenadines"> St Vincent and Grenadines (1)</option> <option class="level-1" value="switzerland"> Switzerland (9)</option> <option class="level-1" value="syria"> Syria (4)</option> <option class="level-1" value="taaf"> TAAF (2)</option> <option class="level-1" value="taiwan"> Taiwan (1)</option> <option class="level-1" value="tajikistan"> Tajikistan (2)</option> <option class="level-1" value="tanzania"> Tanzania (2)</option> <option class="level-1" value="turkiye"> Türkiye (2)</option> <option class="level-1" value="thailand"> Thailand (10)</option> <option class="level-1" value="timor-leste"> Timor Leste (1)</option> <option class="level-1" value="togo"> Togo (4)</option> <option class="level-1" value="trieste"> Trieste (1)</option> <option class="level-1" value="tristan-da-cunha"> Tristan da Cunha (6)</option> <option class="level-1" value="tunisia"> Tunisia (13)</option> <option class="level-1" value="turkey"> Turkey (8)</option> <option class="level-1" value="turkmenistan"> Turkmenistan (3)</option> <option class="level-1" value="ukraine"> Ukraine (3)</option> <option class="level-1" value="united-arab-emirates"> United Arab Emirates (8)</option> <option class="level-1" value="united-nations"> United Nations (1)</option> <option class="level-1" value="uruguay"> Uruguay (7)</option> <option class="level-1" value="usa"> USA (1)</option> <option class="level-1" value="uzbekistan"> Uzbekistan (2)</option> <option class="level-1" value="vatican"> Vatican (16)</option> <option class="level-1" value="venezuela"> Venezuela (1)</option> <option class="level-1" value="vietnam"> Vietnam (11)</option> <option class="level-1" value="wallis-and-futuna"> Wallis and Futuna (1)</option> <option class="level-1" value="zimbabwe"> Zimbabwe (1)</option> <option class="level-0" value="ji-general">JI General (15)</option> <option class="level-1" value="awards"> Awards (1)</option> <option class="level-1" value="blackprint"> Blackprint (1)</option> <option class="level-1" value="cancellations"> Cancellations (1)</option> <option class="level-1" value="catalogue"> Catalogue (7)</option> <option class="level-1" value="cinderella"> Cinderella (1)</option> <option class="level-1" value="coins-joint"> Coins (Joint) (1)</option> <option class="level-1" value="figures"> Figures (1)</option> <option class="level-1" value="general-news"> General news (6)</option> <option class="level-1" value="mixed-fdc"> Mixed FDC (2)</option> <option class="level-1" value="statistics"> Statistics (2)</option> <option class="level-0" value="ji-sub-types">JI Sub-types (37)</option> <option class="level-1" value="borrowed"> Borrowed (1)</option> <option class="level-1" value="concerted"> Concerted (6)</option> <option class="level-1" value="not-approved"> Not-approved (10)</option> <option class="level-1" value="omnibus"> Omnibus (3)</option> <option class="level-1" value="parallel"> Parallel (4)</option> <option class="level-1" value="questionable"> Questionable (1)</option> <option class="level-1" value="se-tenant"> Se-tenant (4)</option> <option class="level-1" value="territorial"> Territorial (3)</option> <option class="level-1" value="twin"> Twin (5)</option> <option class="level-1" value="unilateral"> Unilateral (4)</option> <option class="level-0" value="joint-issue">Joint Issue (29)</option> <option class="level-0" value="references">References (2)</option> <option class="level-0" value="topics">Topics (150)</option> <option class="level-1" value="aicep"> AICEP (1)</option> <option class="level-1" value="arab-postal-union"> Arab Postal Union (6)</option> <option class="level-1" value="archeology"> Archeology (1)</option> <option class="level-1" value="architecture"> Architecture (35)</option> <option class="level-1" value="art"> Art (10)</option> <option class="level-1" value="asean"> ASEAN (3)</option> <option class="level-1" value="astronomy"> Astronomy (3)</option> <option class="level-1" value="bank"> Bank (1)</option> <option class="level-1" value="bird"> Bird (12)</option> <option class="level-1" value="bridge"> Bridge (5)</option> <option class="level-1" value="bull"> Bull (1)</option> <option class="level-1" value="cactus"> Cactus (1)</option> <option class="level-1" value="capital-city-of-culture"> Capital City of Culture (1)</option> <option class="level-1" value="castle"> Castle (3)</option> <option class="level-1" value="church"> Church (13)</option> <option class="level-1" value="congress"> Congress (2)</option> <option class="level-1" value="crafts"> Crafts (3)</option> <option class="level-1" value="cryptostamp"> Cryptostamp (5)</option> <option class="level-1" value="dance"> Dance (8)</option> <option class="level-1" value="dragon"> Dragon (1)</option> <option class="level-1" value="drawing"> Drawing (1)</option> <option class="level-1" value="eaeu"> EAEU (1)</option> <option class="level-1" value="elephant"> Elephant (2)</option> <option class="level-1" value="euromed"> Euromed (6)</option> <option class="level-1" value="europa-cept-posteurop"> Europa – CEPT – PostEurop (8)</option> <option class="level-1" value="fair"> Fair (2)</option> <option class="level-1" value="festival"> Festival (1)</option> <option class="level-1" value="film"> Film (1)</option> <option class="level-1" value="fireworks"> Fireworks (1)</option> <option class="level-1" value="fish"> Fish (1)</option> <option class="level-1" value="flag"> Flag (16)</option> <option class="level-1" value="flower"> Flower (7)</option> <option class="level-1" value="folk-costume"> Folk costume (1)</option> <option class="level-1" value="food"> Food (3)</option> <option class="level-1" value="hand"> Hand (2)</option> <option class="level-1" value="head-of-state"> Head of State (12)</option> <option class="level-1" value="history"> History (25)</option> <option class="level-1" value="humanitarian"> Humanitarian (3)</option> <option class="level-1" value="lake"> Lake (5)</option> <option class="level-1" value="landscape"> Landscape (3)</option> <option class="level-1" value="legend"> Legend (1)</option> <option class="level-1" value="lion"> Lion (2)</option> <option class="level-1" value="literature"> Literature (4)</option> <option class="level-1" value="lunar-calendar"> Lunar calendar (2)</option> <option class="level-1" value="mammals"> Mammals (7)</option> <option class="level-1" value="map"> Map (1)</option> <option class="level-1" value="medicine"> Medicine (1)</option> <option class="level-1" value="mining"> Mining (1)</option> <option class="level-1" value="monument"> Monument (14)</option> <option class="level-1" value="mountain"> Mountain (6)</option> <option class="level-1" value="music"> Music (5)</option> <option class="level-1" value="natural-park"> Natural Park (2)</option> <option class="level-1" value="nature"> Nature (10)</option> <option class="level-1" value="nobel-prize"> Nobel prize (1)</option> <option class="level-1" value="painting"> Painting (7)</option> <option class="level-1" value="papu"> PAPU (4)</option> <option class="level-1" value="peace"> Peace (5)</option> <option class="level-1" value="philatelic-exhibition"> Philatelic Exhibition (3)</option> <option class="level-1" value="photography"> Photography (1)</option> <option class="level-1" value="plane"> Plane (4)</option> <option class="level-1" value="polar"> Polar (3)</option> <option class="level-1" value="post"> Post (13)</option> <option class="level-1" value="red-cross"> Red Cross (2)</option> <option class="level-1" value="religion"> Religion (12)</option> <option class="level-1" value="river"> River (2)</option> <option class="level-1" value="road"> Road (2)</option> <option class="level-1" value="science"> Science (1)</option> <option class="level-1" value="sculpture"> Sculpture (8)</option> <option class="level-1" value="sea"> Sea (2)</option> <option class="level-1" value="sepac"> SEPAC (1)</option> <option class="level-1" value="shark"> Shark (1)</option> <option class="level-1" value="ship"> Ship (5)</option> <option class="level-1" value="signature"> Signature (1)</option> <option class="level-1" value="soccer"> Soccer (2)</option> <option class="level-1" value="space"> Space (1)</option> <option class="level-1" value="sport"> Sport (5)</option> <option class="level-1" value="telecommunication"> Telecommunication (2)</option> <option class="level-1" value="theater"> Theater (3)</option> <option class="level-1" value="tiger"> Tiger (7)</option> <option class="level-1" value="train"> Train (5)</option> <option class="level-1" value="transport"> Transport (3)</option> <option class="level-1" value="tree"> Tree (1)</option> <option class="level-1" value="turtle-turtoise"> Turtle – Turtoise (2)</option> <option class="level-1" value="unesco"> UNESCO (5)</option> <option class="level-1" value="upu"> UPU (11)</option> <option class="level-1" value="vip"> VIP (7)</option> <option class="level-1" value="whale"> Whale (1)</option> <option class="level-1" value="wine"> Wine (1)</option> <option class="level-1" value="writer-poet"> Writer – Poet (2)</option> <option class="level-1" value="wwi-wwii"> WWI/WWII (1)</option> <option class="level-1" value="zebra"> Zebra (2)</option> </select><script type="text/javascript"> /* <![CDATA[ */ ( function() { var dropdown = document.getElementById( 'wp-block-categories-1' ); function gutenberg_onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== -1 ) { location.href = "https://philarz.com/?" + dropdown.name + '=' + dropdown.options[ dropdown.selectedIndex ].value; } } dropdown.onchange = gutenberg_onCatChange; })(); /* ]]> */ </script> </div></aside> </div><!-- #secondary --> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="sidebar-footer"> <aside id="block-9" class="widget widget_block widget_text"> <p class="has-text-align-right has-small-font-size"><em>© 2023 - Joint Stamp Issues Society</em></p> </aside> </div> <div class="site-info"> <a href="https://wordpress.com/?ref=footer_custom_svg" title="Create a website or blog at WordPress.com" rel="nofollow"><svg style="fill: currentColor; position: relative; top: 1px;" width="14px" height="15px" viewBox="0 0 14 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-labelledby="title" role="img"> <desc id="title">Create a website or blog at WordPress.com</desc> <path d="M12.5225848,4.97949746 C13.0138466,5.87586309 13.2934037,6.90452431 13.2934037,7.99874074 C13.2934037,10.3205803 12.0351007,12.3476807 10.1640538,13.4385638 L12.0862862,7.88081544 C12.4453251,6.98296834 12.5648813,6.26504621 12.5648813,5.62667922 C12.5648813,5.39497674 12.549622,5.17994084 12.5225848,4.97949746 L12.5225848,4.97949746 Z M7.86730089,5.04801561 C8.24619178,5.02808979 8.58760099,4.98823815 8.58760099,4.98823815 C8.9267139,4.94809022 8.88671369,4.44972248 8.54745263,4.46957423 C8.54745263,4.46957423 7.52803983,4.54957381 6.86996227,4.54957381 C6.25158863,4.54957381 5.21247202,4.46957423 5.21247202,4.46957423 C4.87306282,4.44972248 4.83328483,4.96816418 5.17254589,4.98823815 C5.17254589,4.98823815 5.49358462,5.02808979 5.83269753,5.04801561 L6.81314716,7.73459399 L5.43565839,11.8651647 L3.14394256,5.04801561 C3.52312975,5.02808979 3.86416859,4.98823815 3.86416859,4.98823815 C4.20305928,4.94809022 4.16305906,4.44972248 3.82394616,4.46957423 C3.82394616,4.46957423 2.80475558,4.54957381 2.14660395,4.54957381 C2.02852925,4.54957381 1.88934333,4.54668493 1.74156477,4.54194422 C2.86690406,2.83350881 4.80113651,1.70529256 6.99996296,1.70529256 C8.638342,1.70529256 10.1302017,2.33173369 11.2498373,3.35765419 C11.222726,3.35602457 11.1962815,3.35261718 11.1683554,3.35261718 C10.5501299,3.35261718 10.1114609,3.89113285 10.1114609,4.46957423 C10.1114609,4.98823815 10.4107217,5.42705065 10.7296864,5.94564049 C10.969021,6.36482346 11.248578,6.90326506 11.248578,7.68133501 C11.248578,8.21992476 11.0413918,8.84503256 10.7696866,9.71584277 L10.1417574,11.8132391 L7.86730089,5.04801561 Z M6.99996296,14.2927074 C6.38218192,14.2927074 5.78595654,14.2021153 5.22195356,14.0362644 L7.11048207,8.54925635 L9.04486267,13.8491542 C9.05760348,13.8802652 9.07323319,13.9089317 9.08989995,13.9358945 C8.43574834,14.1661896 7.73285573,14.2927074 6.99996296,14.2927074 L6.99996296,14.2927074 Z M0.706448182,7.99874074 C0.706448182,7.08630113 0.902152921,6.22015756 1.25141403,5.43749503 L4.25357806,13.6627848 C2.15393732,12.6427902 0.706448182,10.4898387 0.706448182,7.99874074 L0.706448182,7.99874074 Z M6.99996296,0.999 C3.14016476,0.999 0,4.13905746 0,7.99874074 C0,11.8585722 3.14016476,14.999 6.99996296,14.999 C10.8596871,14.999 14,11.8585722 14,7.99874074 C14,4.13905746 10.8596871,0.999 6.99996296,0.999 L6.99996296,0.999 Z" id="wordpress-logo-simplified-cmyk" stroke="none" fill=“currentColor” fill-rule="evenodd"></path> </svg></a> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <!-- --> <script type="text/javascript" src="//0.gravatar.com/js/hovercards/hovercards.min.js?ver=2025087d8bf6c02970a26c6b0c26b0fcfc89796aa30f84307cffd8fd28d2bcca53dd7a" id="grofiles-cards-js"></script> <script type="text/javascript" id="wpgroho-js-extra"> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script> <script> // Initialize and attach hovercards to all gravatars ( function() { function init() { if ( typeof Gravatar === 'undefined' ) { return; } if ( typeof Gravatar.init !== 'function' ) { return; } Gravatar.profile_cb = function ( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account', { i18n: { 'Edit your profile →': 'Edit your profile →', 'View profile →': 'View profile →', 'Contact': 'Contact', 'Send money': 'Send money', 'Sorry, we are unable to load this Gravatar profile.': 'Sorry, we are unable to load this Gravatar profile.', 'Profile not found.': 'Profile not found.', 'Too Many Requests.': 'Too Many Requests.', 'Internal Server Error.': 'Internal Server Error.', }, } ); } if ( document.readyState !== 'loading' ) { init(); } else { document.addEventListener( 'DOMContentLoaded', init ); } } )(); </script> <div style="display:none"> </div> <div id="actionbar" dir="ltr" style="display: none;" class="actnbr-pub-capoverso actnbr-has-follow actnbr-has-actions"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://philarz.com"> <img loading='lazy' alt='' src='https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=50' srcset='https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=50 1x, https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=75 1.5x, https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=100 2x, https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=150 3x, https://philarz.com/wp-content/uploads/2021/11/cropped-logo1.jpg?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Joint Stamp Issues </a> </li> <div class="actnbr-message no-display"></div> <form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Join 100 other subscribers</div> <div> <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address" /> </div> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="blog_id" value="200033749" /> <input type="hidden" name="source" value="https://philarz.com/category/countries/algeria/" /> <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://s2.wp.com/_static/??-eJydjEEKgCAQAD+UrR6KLtFbTJfQdJXWxe9HUB/oOMMw0KtyhRpSgyyqJjkCMURs1brzZWAhyMVLQgZnryKMCbiHipfahXzC0TEP8H/2NZ94fltezbxMxkx61vEGx+U/hQ==&cssminify=yes' type='text/css' media='all' /> <style id='core-block-supports-inline-css'> .wp-elements-4727f08c3da5b0e569ae230a0a653226 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--black);} </style> <script type="text/javascript" src="https://s1.wp.com/wp-content/js/mobile-useragent-info.js?m=1609849039i&ver=20241018" id="mobile-useragent-info-js" defer="defer" data-wp-strategy="defer"></script> <script type="text/javascript" id="custom-content-types-data-js-before"> /* <![CDATA[ */ var CUSTOM_CONTENT_TYPE__INITIAL_STATE; typeof CUSTOM_CONTENT_TYPE__INITIAL_STATE === "object" || (CUSTOM_CONTENT_TYPE__INITIAL_STATE = JSON.parse(decodeURIComponent("%7B%22active%22%3Atrue%2C%22over_ride%22%3Afalse%2C%22should_show_testimonials%22%3Atrue%2C%22should_show_portfolios%22%3Atrue%7D"))); /* ]]> */ </script> <script type="text/javascript" id="jetpack-blocks-assets-base-url-js-before"> /* <![CDATA[ */ var Jetpack_Block_Assets_Base_Url="https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/sun/_inc/blocks/"; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/wp-content/themes/pub/capoverso/js/skip-link-focus-fix.js?m=1416423735i'></script> <script type="text/javascript" crossorigin='anonymous' src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v20.0.2/build/dom-ready/index.min.js?m=1740004117i&ver=222ad38e3e5e302c8bbf" id="wp-dom-ready-js"></script> <script type="text/javascript" id="jetpack-carousel-js-extra"> /* <![CDATA[ */ var jetpackSwiperLibraryPath = {"url":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/sun\/_inc\/build\/carousel\/swiper-bundle.min.js"}; var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/philarz.com\/wp-admin\/admin-ajax.php","nonce":"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://s0.wp.com/_static/??-eJydjtEOgjAMRX/I2RCCxgfjp5i51aVQumXdIPy9aNAX33jsue25hTkZEsfVo0Kv4EkLTCg+ZlijFHl5EvNxJDn2engzF6WgFBirSVwDyXqIJVk3bDNoFbivVnhwdINCIUZvgmXGvMBEOO9xVWIPzuZYFfm39gV7P/xYZ/IBi0KIMTCakq0o24J/YGu5jdfm3LaX5tS1Xf8C0w95MQ=='></script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&ver=14.4-a.6" id="google-translate-js"></script> <script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/wp-content/mu-plugins/carousel-wpcom/carousel-wpcom.js?m=1620989527i'></script> <script type="text/javascript"> (function () { var wpcom_reblog = { source: 'toolbar', toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + '?url=' + encodeURIComponent( originalURL ) + '&is_post_share=true' + '&v=5'; const redirect = function () { if ( ! window.open( url, '_blank' ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); </script> <script src="//stats.wp.com/w.js?68" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'200033749','blog_tz':'1','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'200033749','v':'wpcom','tz':'1','user_id':'0','subd':'philarz'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1mNzc2NTVTamdsd0xoLz9RQkM2K298TXY9bERQMXc2MjhEaVZfb2wwakRoSj0mUkp1THptM1NdbkV1WjZIcU9mVWQmPUIvMlN6Jk8wW3NYVEJ3dWZOWExuWD8laDJ0ckZ0YVdjOWx3PTh1dy1PJUZOR1RDaVExfi9zMl1vd2xnaWVrLFVnTmM/dWJMbUx+XWJwVEtdTlc1Sy1kOHVWRlVuWnRGTlNIWUsvWk8rJTFbfERMRWwseURtd01yYT1PLE1nJUpvRX5zWUI1VF0yVjVOZnV2ZVpDQz1HWUQvWF8wOFZSXW05SUhEc3hLOG4xPTcsQiZ8UkZhb1VJWHpPbFlLRC5DfFdfcWtQVGMlZ11QVltwNnp2PVlyWUZETFN1YUxxdWlVLHY='}]); _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>