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

What is Unicode character 𦟂?

The Unicode character 𦟂 U+267C2 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+267C2.

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!