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>&#181886;</p>
📋
CSS .selector { content: '\2C67E' };
📋
JS var unicodeA = '\u2C67E ';
📋
CPP char unicodeA = ' \u2C67E ';
📋
Java char unicodeA = '\u2C67E';
📋
Python unicodeA = '\u2C67E'
📋

What is Unicode character 𬙾?

The Unicode character 𬙾 U+2C67E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C67E.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!