How to send super large Chinese characters using QQ_PHP tutorial

WBOY
Release: 2016-07-13 16:54:16
Original
1419 people have browsed it

I believe everyone is very familiar with QQ, but have you ever tried using QQ to send super large Chinese characters? Using this trick will definitely impress your Q friends.
First of all, make sure your QQ version is 0630 or above, which is the version that can change the text size. Enter the following code in the text field:
 {tf1ansiansicpg1252deff0{fonttbl{f0fnilfprq2fcharset2 Wingdings;}}
 {colortbl ;ed255green0 lue255;}
 viewkind4uc1pardcf1lang1033kerning2f0fs100 Acf0fs52
par}
After pressing send What will the other party receive? It is a small hand (Figure 1). It turns out that this code is the internal test code of QQ. You can use this to send some weird symbols. Pay attention to "fs100 A" in line 4 of the code. Change the "A" in it to get other identifiers. It should be noted that the characters in the "A" position are case-sensitive. Entering uppercase and lowercase will produce different results. The "100" represents the size of the character and can be changed at will. "{colortbl ;ed255green0 lue255;}" in the code is the adjustment of the logo color. It is divided into red, green and blue. Each one has a number behind it, ranging from 0 to 255. Different combinations can get different colors.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/631778.htmlTechArticleI believe everyone is already very familiar with QQ, but have you ever tried using QQ to send super large Chinese characters? Using this trick will definitely impress your Q friends. First of all, make sure your QQ version is 06...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template