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

What is Unicode character 𦧺?

The Unicode character 𦧺 U+269FA 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+269FA.

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!