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

What is Unicode character 𦟎?

The Unicode character 𦟎 U+267CE 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+267CE.

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!