#! /usr/bin/perl -l use strict; use warnings; use utf8; my $str = "aƤ"; my @chrs = split //, $str; print scalar @chrs;