Phone Number
<\/script>\n';
},
get iframeSnippet() {
const domain = 'qrcodefyi.com';
const type = 'entity';
const slug = 'phone';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
Encodes a telephone number using the tel: URI scheme (RFC 3966). Scanning initiates a phone call to the encoded number, making it ideal for business cards, customer service signs, and emergency contact displays.
Phone Number
2D MATRIX
Encoding Prefix
tel:
Max Characters
50
Featured
No