Difference between revisions of "Aops font"

(Full List)
(47 intermediate revisions by 16 users not shown)
Line 1: Line 1:
The Aops font is a font that can be used to make special symbols in the forum. You enclose some text inside [aops] and [/aops] and the text is rendered in the aops font.
+
<center>{{BBCode}}</center>
 +
 
 +
The AoPS font is a font that can be used to make certain special symbols in the forum. You enclose some text inside [aops] and [/aops] and the text is rendered in the aops font.
  
 
= Purpose=
 
= Purpose=
 
The [aops][/aops] tags allow you to render items from the custom font that AoPS uses -- you'll recognize these icons from the rest of the site.
 
The [aops][/aops] tags allow you to render items from the custom font that AoPS uses -- you'll recognize these icons from the rest of the site.
  
For example, to type the symbol for the edit post button  <span class="aops-font">L</span>, you would type  
+
For example, to type the symbol for the re-sort button  <span class="aops-font">|</span>, you would type  
:[aops]L[/aops]
+
:[aops]|[/aops]
 +
It is also okay to use [AoPS][/AoPS].
  
 
=Use=
 
=Use=
 
== In the Forums==
 
== In the Forums==
 
To use the font in the forums, simply put [aops] before your text and [/aops] after it. The text will be converted as described in the tables below.
 
To use the font in the forums, simply put [aops] before your text and [/aops] after it. The text will be converted as described in the tables below.
 +
 +
Note that some may count as characters that are not allowed.
 
== In the Wiki==
 
== In the Wiki==
Because bbcode does not work in the AoPS wiki, you need to use the following HTML code:
+
Because BBCode does not work in the AoPS wiki, you need to use the following HTML code:
 
:<code> <nowiki><span class="aops-font">text here!</span></nowiki></code>
 
:<code> <nowiki><span class="aops-font">text here!</span></nowiki></code>
 +
or
 +
:<code> <nowiki><span style="font-family:AoPS;">text here!</span></nowiki></code>
 +
 +
They both give:
 +
 +
<span class="aops-font">text here!</span>
  
 
=Characters=
 
=Characters=
Line 19: Line 30:
 
{| class="wikitable"
 
{| class="wikitable"
 
! Symbol
 
! Symbol
! What to type
+
! Character
 
|-
 
|-
 
| <span class="aops-font">Y</span>
 
| <span class="aops-font">Y</span>
 
| Y
 
| Y
 
|-
 
|-
|  <span class="aops-font">_</span>
+
|  <span class="aops-font">V</span>
| _
+
| V
 +
|-
 +
|  <span class="aops-font">a</span>
 +
| a
 
|-
 
|-
 
| <span class="aops-font">f</span>
 
| <span class="aops-font">f</span>
Line 51: Line 65:
 
| k
 
| k
 
|}
 
|}
 +
</div>
 +
 
==Full List==
 
==Full List==
 
<div style="font-size:large;">
 
<div style="font-size:large;">
Line 274: Line 290:
 
| <span class="aops-font">"</span>
 
| <span class="aops-font">"</span>
 
|-
 
|-
|\
 
| <span class="aops-font">\</span>
 
| [
 
| <span class="aops-font">[</span>
 
|-
 
| ]
 
| <span class="aops-font">]</span>
 
 
| {
 
| {
 
| <span class="aops-font">{</span>
 
| <span class="aops-font">{</span>
|-
 
 
| }
 
| }
 
| <span class="aops-font">}</span>
 
| <span class="aops-font">}</span>
| `
 
| <span class="aops-font">`</span>
 
 
|-
 
|-
| ~
+
|
| <span class="aops-font">~</span>
+
| <span class="aops-font">–</span>
 +
| —
 +
| <span class="aops-font">—</span>
 +
|-
 +
| €
 +
| <span class="aops-font">€</span>
 +
| ·
 +
| <span class="aops-font">·</span>
 +
|-
 +
| ∂
 +
| <span class="aops-font">∂</span>
 +
| ∆
 +
| <span class="aops-font">∆</span>
 +
|-
 +
| ‹
 +
| <span class="aops-font">‹</span>
 +
| ›
 +
| <span class="aops-font">›</span>
 +
|-
 +
| ¥
 +
| <span class="aops-font">¥</span>
 +
| †
 +
| <span class="aops-font">†</span>
 +
|-
 +
| „
 +
| <span class="aops-font">„</span>
 +
| £
 +
| <span class="aops-font">£</span>
 +
|-
 +
| ˜
 +
| <span class="aops-font">˜</span>
 +
| ₧
 +
| <span class="aops-font">₧</span>
 +
|-
 +
| ‘
 +
| <span class="aops-font">‘</span>
 +
| ’
 +
| <span class="aops-font">’</span>
 +
|-
 +
| ‚
 +
| <span class="aops-font">‚</span>
 +
| “
 +
| <span class="aops-font">“</span>
 +
|-
 +
| ”
 +
| <span class="aops-font">”</span>
 +
| ₣
 +
| <span class="aops-font">₣</span>
 +
|-
 +
| 
 +
| <span class="aops-font"></span>
 +
| 
 +
| <span class="aops-font"></span>
 
|}
 
|}
</div>
+
There's more font characters! We can't name them all, but you can find them yourself! Have fun!
[[Category:AoPS forums]]
+
</div>  
 +
 
 +
[[Category:AoPS forums]] [[Category:BBCode]]

Revision as of 20:08, 26 October 2020

BBCode
BBCode - Tutorial - List of BBCodes - AoPS Font

The AoPS font is a font that can be used to make certain special symbols in the forum. You enclose some text inside [aops] and [/aops] and the text is rendered in the aops font.

Purpose

The [aops][/aops] tags allow you to render items from the custom font that AoPS uses -- you'll recognize these icons from the rest of the site.

For example, to type the symbol for the re-sort button |, you would type

[aops]|[/aops]

It is also okay to use [AoPS][/AoPS].

Use

In the Forums

To use the font in the forums, simply put [aops] before your text and [/aops] after it. The text will be converted as described in the tables below.

Note that some may count as characters that are not allowed.

In the Wiki

Because BBCode does not work in the AoPS wiki, you need to use the following HTML code:

<span class="aops-font">text here!</span>

or

<span style="font-family:AoPS;">text here!</span>

They both give:

text here!

Characters

Commonly Used

Symbol Character
Y Y
V V
a a
f f
h h
j j
3 3
i i
X X
9 9
k k

Full List

Character Aops font Character Aops font
a a A A
b b B B
c c C C
d d D D
e e E E
f f F F
g g G G
h h H H
i i I I
j j J J
k k K K
l l L L
m m M M
n n N N
o o O O
p p P P
q q Q Q
r r R R
s s S S
t t T T
u u U U
v v V V
w w W W
x x X X
y y Y Y
z z Z Z
1 1 ! !
2 2 @ @
3 3 # #
4 4 $ $
5 5 % %
6 6 ^ ^
7 7 & &
8 8 * *
9 9 ( (
0 0 ) )
- - _ _
= = + +
, , . .
/ / ? ?
< < > >
; ; : :
' ' " "
{ { } }
· ·
¥ ¥
£ £
˜ ˜

There's more font characters! We can't name them all, but you can find them yourself! Have fun!