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

What is Unicode character 𦟍?

The Unicode character 𦟍 U+267CD 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+267CD.

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!