# 鍵盤符號中英文

| 符號  | 英文                    | 中文       |
| --- | --------------------- | -------- |
| &   | ampersand(And)        | 和        |
| \*　 | asterisk              | 星號       |
| @   | commercial at(簡稱 at)  | 在        |
| \　  | backslash             | 反斜線      |
| ^   | caret                 | 插入號      |
| \[　 | open bracket          | 左中括號     |
| ]   | close bracket         | 右中括號     |
| (   | open parenthesis      | 左圓括號     |
| )　  | close parenthesis     | 右圓括號     |
| –   | dash                  | 破折號      |
| —   | double dash           | 雙破折號     |
| -   | hyphen                | 連字號      |
| \_  | underscore            | 底線       |
| :   | colon                 | 冒號       |
| ,   | comma                 | 逗號       |
| $   | dollar sign           | 金錢符號     |
| '   | single quotation mark | 單引號      |
| "   | double quotation mark | 雙引號      |
| =   | equals                | 等號       |
| +   | plus sign             | 加號       |
| !   | exclamation point     | 驚歎號      |
| >   | greater than          | 大於       |
| <   | less than             | 小於       |
| #   | pound sign            | 井字號      |
| ?   | question mark ()      | 問號       |
| .   | period, dot           | 句號，點     |
| …   | ellipsis              | 省略符號     |
| ;   | semicolon             | 分號       |
| \|  | vertical bar          | 垂直線      |
| {   | open brace            | 左大括號     |
| }   | close brace           | 右大括號     |
| %   | percent sign          | 百分比符號    |
| /   | Slash                 | 斜線       |
| //  | Double slash          | 雙斜線      |
| \~  | Tilde                 | 取代符號、波浪號 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kanneg881.gitbook.io/workspace/qi-ta/jian-pan-fu-hao-zhong-ying-wen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
