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

What is Unicode character 𦧎?

The Unicode character 𦧎 U+269CE 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+269CE.

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!