gpt4 book ai didi

html - 增加 Unicode 字符 'BULLET OPERATOR' (U+2219) 的大小

转载 作者:太空宇宙 更新时间:2023-11-03 23:05:22 25 4
gpt4 key购买 nike

我正在尝试使用 font-size 增加元素符号运算符的大小,但结果是它变成了方形而不是圆形。

任何人都可以建议:

  1. 为什么会这样?是否可以在保持形状的同时增加 unicode 字符的大小?

我用以下片段复制了这个问题:

.first {
width:30%;
min-height: 40px;
background-color: grey;
text-align: center;
}

.first:after {
content: "\2219";
font-size:70px;
}
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" type="text/css" />
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>



<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="first">

<p>This is test</p>

</div>
</div>
</div>
</div>

</body>
</html>

最佳答案

您可能要找的 Angular 色是

.first::after {
content: "\2022";
}

查看十六进制列,这看起来像是一个有用的引用站点。

http://www.ascii.cl/htmlcodes.htm

关于html - 增加 Unicode 字符 'BULLET OPERATOR' (U+2219) 的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34937636/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com