for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Fisharebest\Localization\Script;
/**
* Class ScriptCakm - Representation of the Chakma script.
*
* @author Greg Roach <[email protected]>
* @copyright (c) 2018 Greg Roach
* @license GPLv3+
*/
class ScriptCakm extends AbstractScript implements ScriptInterface
{
public function code()
return 'Cakm';
}
public function numerals()
return array('𑄶', '𑄷', '𑄸', '𑄹', '𑄺', '𑄻', '𑄼', '𑄽', '𑄾', '𑄿');
public function number()
return '349';
public function unicodeName()
return 'Chakma';