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>&#157678;</p>
📋
CSS .selector { content: '\267EE' };
📋
JS var unicodeA = '\u267EE ';
📋
CPP char unicodeA = ' \u267EE ';
📋
Java char unicodeA = '\u267EE';
📋
Python unicodeA = '\u267EE'
📋

What is Unicode character 𦟮?

The Unicode character 𦟮 U+267EE 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+267EE.

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!