# NOT RUN {
if (interactive()) {
library(dash)
app <- Dash$new()
app$layout(
htmlDiv(list(
htmlRuby(list(
"\U{6f22}",
htmlRp("("),
htmlRt("kan"),
htmlRp(")")
)),
htmlRuby(list(
"\U{5b57}",
htmlRp("("),
htmlRt("ji"),
htmlRp(")")
))
))
)
app$run_server()
}
# }
Run the code above in your browser using DataLab