Searched refs:codepoint (Results 1 – 6 of 6) sorted by relevance
217 $codepoint = mb_ord($char, 'UTF-8');218 if (0x10000 > $codepoint) {219 return \sprintf('\u%04X', $codepoint);224 $u = $codepoint - 0x10000;
126 …function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } argument
122 …function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_c… argument
2116 @each $icon, $codepoint in $bootstrap-icons-map {2117 .bi-#{$icon}::before { content: $codepoint; }