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

What is Unicode character 𦟋?

The Unicode character 𦟋 U+267CB 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+267CB.

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!