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

What is Unicode character 𦟌?

The Unicode character 𦟌 U+267CC 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+267CC.

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!