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

What is Unicode character 𦟅?

The Unicode character 𦟅 U+267C5 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+267C5.

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!