Re: OT What is this symbol?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



As an information point, there are three vertical bar characters that have
been mentioned in this thread. Their Unicode code points and names can be
seen as follows:

$ perl -le 'use utf8;print ord "|"'
124
$ perl -le 'use utf8;print ord "¦"'
166
$ perl -le 'use utf8;print ord "│"'
9474
$
$ perl -le 'use charnames();print charnames::viacode(124)'
VERTICAL LINE
$ perl -le 'use charnames();print charnames::viacode(166)'
BROKEN BAR
$ perl -le 'use charnames();print charnames::viacode(9474)'
BOX DRAWINGS LIGHT VERTICAL
$

On my UK keyboard, I can get the first with Shift-\, the second with
AltGr-Shift-\, and I have no idea how to get the third.

-- 
The Enterprise's efficient long-range scanners detect a temporal vortex
distortion in good time, allowing it to be safely avoided via a minor
course correction.
    -- Things That Never Happen in "Star Trek" #21

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux