Difference between revisions of "Aops font"

(Full List)
 
(75 intermediate revisions by 24 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>
  
letters:
+
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  <span class="aops-font">|</span>, you would type:
 +
:<code>[aops]|[/aops]</code>
 +
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:
 +
:<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=
 +
==Commonly Used==
 +
<div style="font-size:large;">
 +
{| class="wikitable"
 +
! Symbol
 +
! Character
 +
|-
 +
| <span class="aops-font">Y</span>
 +
| Y
 +
|-
 +
|  <span class="aops-font">V</span>
 +
| V
 +
|-
 +
|  <span class="aops-font">a</span>
 +
| a
 +
|-
 +
| <span class="aops-font">f</span>
 +
| f
 +
|-
 +
| <span class="aops-font">h</span>
 +
| h
 +
|-
 +
| <span class="aops-font">j</span>
 +
| j
 +
|-
 +
| <span class="aops-font">3</span>
 +
| 3
 +
|-
 +
| <span class="aops-font">i</span>
 +
| i
 +
|-
 +
| <span class="aops-font">X</span>
 +
| X
 +
|-
 +
| <span class="aops-font">9</span>
 +
| 9
 +
|-
 +
| <span class="aops-font">k</span>
 +
| k
 +
|}
 +
</div>
 +
 
 +
==Full List==
 +
<div style="font-size:large;">
 
{| class="wikitable"
 
{| class="wikitable"
 
! Character
 
! Character
! Aops FONT
+
! Aops font
! character
+
! Character
 
! Aops font
 
! Aops font
 
|-
 
|-
Line 116: Line 183:
 
| <span class="aops-font">v</span>
 
| <span class="aops-font">v</span>
 
| V
 
| V
| <span class="aops-font">V</span>
+
| <span class="aops-font">_</span>
 
|-
 
|-
 
| w
 
| w
Line 137: Line 204:
 
| Z
 
| Z
 
| <span class="aops-font">Z</span>
 
| <span class="aops-font">Z</span>
 +
|-
 +
| 1
 +
| <span class="aops-font">1</span>
 +
| !
 +
| <span class="aops-font">!</span>
 +
|-
 +
| 2
 +
| <span class="aops-font">2</span>
 +
| @
 +
| <span class="aops-font">@</span>
 +
|-
 +
| 3
 +
| <span class="aops-font">3</span>
 +
| #
 +
| <span class="aops-font">#</span>
 +
|-
 +
| 4
 +
| <span class="aops-font">4</span>
 +
| &#36;
 +
| <span class="aops-font">&#36;</span>
 +
|-
 +
| 5
 +
| <span class="aops-font">5</span>
 +
| %
 +
|  <span class="aops-font">%</span>
 +
|-
 +
| 6
 +
|  <span class="aops-font">6</span>
 +
| ^
 +
|  <span class="aops-font">^</span>
 +
|-
 +
| 7
 +
|  <span class="aops-font">7</span>
 +
| &
 +
|  <span class="aops-font">&</span>
 +
|-
 +
| 8
 +
|  <span class="aops-font">8</span>
 +
| *
 +
|  <span class="aops-font">*</span>
 +
|-
 +
| 9
 +
|  <span class="aops-font">9</span>
 +
| (
 +
|  <span class="aops-font">(</span>
 +
|-
 +
| 0
 +
|  <span class="aops-font">0</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">&lt;</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>
 
|}
 
|}
 +
There are more font characters! We can't name them all, but you can find them yourself! Have fun!
 +
</div>
 +
 +
[[Category:AoPS forums]] [[Category:BBCode]]

Latest revision as of 21:31, 22 February 2024

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 _
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 are more font characters! We can't name them all, but you can find them yourself! Have fun!