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

What is Unicode character 𦟊?

The Unicode character 𦟊 U+267CA 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+267CA.

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!