Css Styling

Size
𦟯
15px
𦟯
18px
𦟯
21px
𦟯
24px
𦟯
27px
𦟯
30px
𦟯
33px
𦟯
36px
𦟯
42px
𦟯
48px
𦟯
54px
𦟯
60px
𦟯
66px
𦟯
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𦟯
Bold
𦟯
Italic
𦟯
Underline
𦟯
Strikethrough
𦟯
UpperCase
𦟯
LowerCase
𦟯
Oblique
A 𦟯
Subscript
A 𦟯
Superscript
𦟯
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𦟯
Arial
𦟯
Times New Roman
𦟯
Verdana
𦟯
Courier New
𦟯
Garamond
𦟯
Georgia
𦟯
Trebuchet MS
𦟯
Tahoma
𦟯
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𦟯
White
𦟯
Brown
𦟯
Maroon
𦟯
Magenta
𦟯
Red
𦟯
Orange
𦟯
Yellow
𦟯
Green
𦟯
Teal
𦟯
Cyan
𦟯
Blue
𦟯
Violet
𦟯
Purple
𦟯
Indigo
𦟯
Gray
𦟯
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𦟯
White
𦟯
Brown
𦟯
Maroon
𦟯
Magenta
𦟯
Red
𦟯
Orange
𦟯
Yellow
𦟯
Green
𦟯
Teal
𦟯
Cyan
𦟯
Blue
𦟯
Violet
𦟯
Purple
𦟯
Indigo
𦟯
Gray
𦟯
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#157679;</p>
📋
CSS .selector { content: '\267EF' };
📋
JS var unicodeA = '\u267EF ';
📋
CPP char unicodeA = ' \u267EF ';
📋
Java char unicodeA = '\u267EF';
📋
Python unicodeA = '\u267EF'
📋

What is Unicode character 𦟯?

The Unicode character 𦟯 U+267EF is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B block.

What does the Unicode character 𦟯 represent?

The Unicode character 𦟯 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𦟯?

The Unicode code point for 𦟯 is U+267EF.

Is the appearance of the 𦟯 character consistent across all platforms?

The appearance of the 𦟯 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𦟯 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𦟯 character.

In which version was Unicode character 𦟯 released, and to which block of characters does it belong?

Unicode character 𦟯 was first introduced in Unicode Version 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!