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>&#158178;</p>
📋
CSS .selector { content: '\269E2' };
📋
JS var unicodeA = '\u269E2 ';
📋
CPP char unicodeA = ' \u269E2 ';
📋
Java char unicodeA = '\u269E2';
📋
Python unicodeA = '\u269E2'
📋

What is Unicode character 𦧢?

The Unicode character 𦧢 U+269E2 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+269E2.

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!