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

What is Unicode character 𦦪?

The Unicode character 𦦪 U+269AA 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+269AA.

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!