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

What is Unicode character 𦦢?

The Unicode character 𦦢 U+269A2 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+269A2.

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!