at at

Based on PHP intl data: ICU 75.1. Data 75.1.

General Information #

Code Name (en-US) Name (at)
Language at at at
Region none none none
Script none none none
Default Currency ¤¤ (¤) - -

ICU Data #

ExemplarCharactersNumbers #

<?php
'[‑ % + , \\- . / 0 1 2 3 4 5 6 7 8 9]'

NumberElements #

<?php
[
    'latn' => [
        'patterns' => [
            'currencyFormat' => '¤ 0.00'
            'decimalFormat' => '0.######'
            'percentFormat' => '0%'
            'scientificFormat' => '0.000000E+000'
        ]
        'symbols' => [
            'infinity' => 'INF'
            'perMille' => '0/00'
        ]
    ]
]