Firefoxだと家族くっつくなあ

$ bundle exec ruby show-unicode-name.rb 👨‍👩‍👦‍👦
"👨" MAN
"‍" ZERO WIDTH JOINER
"👩" WOMAN
"‍" ZERO WIDTH JOINER
"👦" BOY
"‍" ZERO WIDTH JOINER
"👦" BOY
$ cat show-unicode-name.rb
#!/usr/bin/ruby
#
# usage: ruby show-unicoce-name.rb Ʊ”−ʓ
#
require "unicode/name"

str = ARGV.first
unless str
str = $stdin.read.chomp
end

str.chars.each do |c|
puts "#{c.inspect}\t#{Unicode::Name.of c}"
end

xfce4-tereminalで表示したばらばらの家族。フォントはたぶんRicty Diminished Regular 11。Firefoxの文字入力欄にひとまとまりで表示された家族。フォントはたぶんNoto Sans。
0

If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.zunda.ninja/users/zundan/statuses/114199349471055404 on your instance and quote it. (Note that quoting is not supported in Mastodon.)