web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Generating hexagon sha...
Power Apps
Answered

Generating hexagon shape using html text

(0) ShareShare
ReportReport
Posted on by 35

Hi All,

PowerApps doesn't have hexagon shape available. I am trying to generate a hexagon shape using html code which will be embedded in HTML text input. I am not sure if PowerApps supports such functionality. By applying this code in HTML Text even though there is no error generated by the app maker but still I am not able to see the result. Can anybody help me what's wrong.

 

Following is the code:

 

"<!DOCTYPE html>"&

"<html lang=""en"">"&

"<head>"&

"<meta charset=""UTF-8"">"&


"<style>"&
"
body {

margin: 0;

display: flex;

height: 100vh;

align-items: center;

justify-content: flex-start;

background-color: #f0f0f0;

}
"&
"

.hexagon {

position: relative;

width: 100px;

height: 58px;

top: -420px;

right: -10px;


background-color: #3498db;

transform: rotate(90deg); /* Rotate 60 degrees for a right-facing hexagon */

}
"&
"

.hexagon:before,
"&
"
.hexagon:after {

content: '';

position: absolute;

width: 0;

border-left: 50px solid transparent;

border-right: 50px solid transparent;

}
"&
"

.hexagon:before {

top: -28px;

border-bottom: 29px solid #3498db;

}
"&
"

.hexagon:after {

bottom: -28px;

border-top: 29px solid #3498db;

}
"&

"</style>"&

"</head>"&

"<body>"&

"<div class=""hexagon"">"&"</div>"&
"</body>"&

"</html>"

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @adi123456 ,

     

    Unfortunately, the HTML control doesn't support the addition of CSS classes inside a style tag. 

    If you want to display hexagons in HTML text controls, I recommend using SVG images.

     

    Best Regards,

    Bof

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 181 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 112 Super User 2026 Season 2

Last 30 days Overall leaderboard