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

What is Unicode character 𦧊?

The Unicode character 𦧊 U+269CA 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+269CA.

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!