unitsml 0.5.1 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rake.yml +8 -0
  3. data/.github/workflows/release.yml +7 -1
  4. data/.gitmodules +0 -3
  5. data/.rubocop.yml +18 -0
  6. data/.rubocop_todo.yml +495 -0
  7. data/Gemfile +8 -3
  8. data/Rakefile +3 -1
  9. data/bin/console +1 -0
  10. data/docs/README.adoc +2 -2
  11. data/lib/unitsml/dimension.rb +48 -34
  12. data/lib/unitsml/errors/base_error.rb +8 -0
  13. data/lib/unitsml/errors/plurimath_load_error.rb +1 -1
  14. data/lib/unitsml/errors.rb +8 -0
  15. data/lib/unitsml/extender.rb +16 -11
  16. data/lib/unitsml/fenced.rb +28 -8
  17. data/lib/unitsml/fenced_numeric.rb +13 -0
  18. data/lib/unitsml/formula.rb +35 -26
  19. data/lib/unitsml/intermediate_exp_rules.rb +68 -17
  20. data/lib/unitsml/model/dimension.rb +4 -14
  21. data/lib/unitsml/model/dimension_quantities/quantity.rb +2 -0
  22. data/lib/unitsml/model/dimension_quantities.rb +21 -0
  23. data/lib/unitsml/model/prefix.rb +4 -8
  24. data/lib/unitsml/model/prefixes/name.rb +5 -4
  25. data/lib/unitsml/model/prefixes/symbol.rb +3 -2
  26. data/lib/unitsml/model/prefixes.rb +10 -0
  27. data/lib/unitsml/model/quantities/name.rb +4 -3
  28. data/lib/unitsml/model/quantities.rb +9 -0
  29. data/lib/unitsml/model/quantity.rb +4 -6
  30. data/lib/unitsml/model/unit.rb +4 -9
  31. data/lib/unitsml/model/units/enumerated_root_unit.rb +1 -0
  32. data/lib/unitsml/model/units/name.rb +4 -3
  33. data/lib/unitsml/model/units/root_units.rb +3 -2
  34. data/lib/unitsml/model/units/symbol.rb +5 -2
  35. data/lib/unitsml/model/units/system.rb +4 -3
  36. data/lib/unitsml/model/units.rb +13 -0
  37. data/lib/unitsml/model.rb +15 -0
  38. data/lib/unitsml/namespace.rb +8 -0
  39. data/lib/unitsml/number.rb +79 -0
  40. data/lib/unitsml/parse.rb +31 -19
  41. data/lib/unitsml/parser.rb +5 -6
  42. data/lib/unitsml/prefix.rb +11 -9
  43. data/lib/unitsml/sqrt.rb +3 -3
  44. data/lib/unitsml/transform.rb +117 -55
  45. data/lib/unitsml/unit.rb +43 -33
  46. data/lib/unitsml/unitsdb/dimension.rb +5 -3
  47. data/lib/unitsml/unitsdb/dimensions.rb +6 -4
  48. data/lib/unitsml/unitsdb/prefixes.rb +0 -2
  49. data/lib/unitsml/unitsdb/quantities.rb +0 -2
  50. data/lib/unitsml/unitsdb/units.rb +6 -4
  51. data/lib/unitsml/unitsdb.rb +17 -23
  52. data/lib/unitsml/utility.rb +91 -42
  53. data/lib/unitsml/version.rb +3 -1
  54. data/lib/unitsml.rb +56 -38
  55. data/unitsml.gemspec +24 -19
  56. metadata +29 -35
  57. data/lib/unitsml/error.rb +0 -8
  58. data/unitsdb/LICENSE.md +0 -53
  59. data/unitsdb/README.adoc +0 -1071
  60. data/unitsdb/RELEASE-NOTES.adoc +0 -269
  61. data/unitsdb/dimensions.yaml +0 -1512
  62. data/unitsdb/prefixes.yaml +0 -774
  63. data/unitsdb/quantities.yaml +0 -3113
  64. data/unitsdb/scales.yaml +0 -97
  65. data/unitsdb/schemas/README.md +0 -159
  66. data/unitsdb/schemas/dimensions-schema.yaml +0 -157
  67. data/unitsdb/schemas/prefixes-schema.yaml +0 -159
  68. data/unitsdb/schemas/quantities-schema.yaml +0 -120
  69. data/unitsdb/schemas/scales-schema.yaml +0 -109
  70. data/unitsdb/schemas/unit_systems-schema.yaml +0 -120
  71. data/unitsdb/schemas/units-schema.yaml +0 -219
  72. data/unitsdb/spec/units_spec.rb +0 -20
  73. data/unitsdb/unit_systems.yaml +0 -74
  74. data/unitsdb/units.yaml +0 -13101
  75. data/unitsdb/validate_schemas.rb +0 -208
@@ -1,774 +0,0 @@
1
- # yaml-language-server: $schema=schemas/prefixes-schema.yaml
2
- ---
3
- schema_version: 2.0.0
4
- prefixes:
5
- - base: 10
6
- identifiers:
7
- - type: nist
8
- id: NISTp10_-1
9
- - type: unitsml
10
- id: p:deci
11
- names:
12
- - value: deci
13
- lang: en
14
- power: -1
15
- references:
16
- - type: normative
17
- authority: si-digital-framework
18
- uri: http://si-digital-framework.org/SI/prefixes/deci
19
- - type: informative
20
- authority: ucum
21
- uri: ucum:prefix:code:d
22
- short: deci
23
- symbols:
24
- - latex: d
25
- unicode: d
26
- ascii: d
27
- html: d
28
- id: deci
29
- mathml: "<mi>d</mi>"
30
- - base: 10
31
- identifiers:
32
- - type: nist
33
- id: NISTp10_-12
34
- - type: unitsml
35
- id: p:pico
36
- names:
37
- - value: pico
38
- lang: en
39
- power: -12
40
- references:
41
- - type: normative
42
- authority: si-digital-framework
43
- uri: http://si-digital-framework.org/SI/prefixes/pico
44
- - type: informative
45
- authority: ucum
46
- uri: ucum:prefix:code:p
47
- short: pico
48
- symbols:
49
- - latex: p
50
- unicode: p
51
- ascii: p
52
- html: p
53
- id: pico
54
- mathml: "<mi>p</mi>"
55
- - base: 10
56
- identifiers:
57
- - type: nist
58
- id: NISTp10_-15
59
- - type: unitsml
60
- id: p:femto
61
- names:
62
- - value: femto
63
- lang: en
64
- power: -15
65
- references:
66
- - type: normative
67
- authority: si-digital-framework
68
- uri: http://si-digital-framework.org/SI/prefixes/femto
69
- - type: informative
70
- authority: ucum
71
- uri: ucum:prefix:code:f
72
- short: femto
73
- symbols:
74
- - latex: f
75
- unicode: f
76
- ascii: f
77
- html: f
78
- id: femto
79
- mathml: "<mi>f</mi>"
80
- - base: 10
81
- identifiers:
82
- - type: nist
83
- id: NISTp10_-18
84
- - type: unitsml
85
- id: p:atto
86
- names:
87
- - value: atto
88
- lang: en
89
- power: -18
90
- references:
91
- - type: normative
92
- authority: si-digital-framework
93
- uri: http://si-digital-framework.org/SI/prefixes/atto
94
- - type: informative
95
- authority: ucum
96
- uri: ucum:prefix:code:a
97
- short: atto
98
- symbols:
99
- - latex: a
100
- unicode: a
101
- ascii: a
102
- html: a
103
- id: atto
104
- mathml: "<mi>a</mi>"
105
- - base: 10
106
- identifiers:
107
- - type: nist
108
- id: NISTp10_-2
109
- - type: unitsml
110
- id: p:centi
111
- names:
112
- - value: centi
113
- lang: en
114
- power: -2
115
- references:
116
- - type: normative
117
- authority: si-digital-framework
118
- uri: http://si-digital-framework.org/SI/prefixes/centi
119
- - type: informative
120
- authority: ucum
121
- uri: ucum:prefix:code:c
122
- short: centi
123
- symbols:
124
- - latex: c
125
- unicode: c
126
- ascii: c
127
- html: c
128
- id: centi
129
- mathml: "<mi>c</mi>"
130
- - base: 10
131
- identifiers:
132
- - type: nist
133
- id: NISTp10_-21
134
- - type: unitsml
135
- id: p:zepto
136
- names:
137
- - value: zepto
138
- lang: en
139
- power: -21
140
- references:
141
- - type: normative
142
- authority: si-digital-framework
143
- uri: http://si-digital-framework.org/SI/prefixes/zepto
144
- - type: informative
145
- authority: ucum
146
- uri: ucum:prefix:code:z
147
- short: zepto
148
- symbols:
149
- - latex: z
150
- unicode: z
151
- ascii: z
152
- html: z
153
- id: zepto
154
- mathml: "<mi>z</mi>"
155
- - base: 10
156
- identifiers:
157
- - type: nist
158
- id: NISTp10_-24
159
- - type: unitsml
160
- id: p:yocto
161
- names:
162
- - value: yocto
163
- lang: en
164
- power: -24
165
- references:
166
- - type: normative
167
- authority: si-digital-framework
168
- uri: http://si-digital-framework.org/SI/prefixes/yocto
169
- - type: informative
170
- authority: ucum
171
- uri: ucum:prefix:code:y
172
- short: yocto
173
- symbols:
174
- - latex: "y"
175
- unicode: "y"
176
- ascii: "y"
177
- html: "y"
178
- id: yocto
179
- mathml: "<mi>y</mi>"
180
- - base: 10
181
- identifiers:
182
- - type: nist
183
- id: NISTp10_-27
184
- - type: unitsml
185
- id: p:ronto
186
- names:
187
- - value: ronto
188
- lang: en
189
- power: -27
190
- references:
191
- - type: normative
192
- authority: si-digital-framework
193
- uri: http://si-digital-framework.org/SI/prefixes/ronto
194
- short: ronto
195
- symbols:
196
- - latex: r
197
- unicode: r
198
- ascii: r
199
- html: r
200
- id: ronto
201
- mathml: "<mi>r</mi>"
202
- - base: 10
203
- identifiers:
204
- - type: nist
205
- id: NISTp10_-3
206
- - type: unitsml
207
- id: p:milli
208
- names:
209
- - value: milli
210
- lang: en
211
- power: -3
212
- references:
213
- - type: normative
214
- authority: si-digital-framework
215
- uri: http://si-digital-framework.org/SI/prefixes/milli
216
- - type: informative
217
- authority: ucum
218
- uri: ucum:prefix:code:m
219
- short: milli
220
- symbols:
221
- - latex: m
222
- unicode: m
223
- ascii: m
224
- html: m
225
- id: milli
226
- mathml: "<mi>m</mi>"
227
- - base: 10
228
- identifiers:
229
- - type: nist
230
- id: NISTp10_-30
231
- - type: unitsml
232
- id: p:quecto
233
- names:
234
- - value: quecto
235
- lang: en
236
- power: -30
237
- references:
238
- - type: normative
239
- authority: si-digital-framework
240
- uri: http://si-digital-framework.org/SI/prefixes/quecto
241
- short: quecto
242
- symbols:
243
- - latex: q
244
- unicode: q
245
- ascii: q
246
- html: q
247
- id: quecto
248
- mathml: "<mi>q</mi>"
249
- - base: 10
250
- identifiers:
251
- - type: nist
252
- id: NISTp10_-6
253
- - type: unitsml
254
- id: p:micro
255
- names:
256
- - value: micro
257
- lang: en
258
- power: -6
259
- references:
260
- - type: normative
261
- authority: si-digital-framework
262
- uri: http://si-digital-framework.org/SI/prefixes/micro
263
- - type: informative
264
- authority: ucum
265
- uri: ucum:prefix:code:u
266
- short: micro
267
- symbols:
268
- - latex: "$mu$"
269
- unicode: μ
270
- ascii: u
271
- html: "&micro;"
272
- id: micro
273
- mathml: "<mi>&micro;</mi>"
274
- - base: 10
275
- identifiers:
276
- - type: nist
277
- id: NISTp10_-9
278
- - type: unitsml
279
- id: p:nano
280
- names:
281
- - value: nano
282
- lang: en
283
- power: -9
284
- references:
285
- - type: normative
286
- authority: si-digital-framework
287
- uri: http://si-digital-framework.org/SI/prefixes/nano
288
- - type: informative
289
- authority: ucum
290
- uri: ucum:prefix:code:n
291
- short: nano
292
- symbols:
293
- - latex: "n"
294
- unicode: "n"
295
- ascii: "n"
296
- html: "n"
297
- id: nano
298
- mathml: "<mi>n</mi>"
299
- - base: 10
300
- identifiers:
301
- - type: nist
302
- id: NISTp10_0
303
- - type: unitsml
304
- id: p:none
305
- names:
306
- - value: none
307
- lang: en
308
- power: 0
309
- references:
310
- - type: normative
311
- authority: si-digital-framework
312
- uri: http://si-digital-framework.org/SI/prefixes/none
313
- short: none
314
- symbols:
315
- - latex: '1'
316
- unicode: '1'
317
- ascii: '1'
318
- html: '1'
319
- id: unity
320
- mathml: "<mn>1</mn>"
321
- - base: 10
322
- identifiers:
323
- - type: nist
324
- id: NISTp10_1
325
- - type: unitsml
326
- id: p:deka
327
- names:
328
- - value: deka
329
- lang: en
330
- power: 1
331
- references:
332
- - type: normative
333
- authority: si-digital-framework
334
- uri: http://si-digital-framework.org/SI/prefixes/deca
335
- - type: informative
336
- authority: ucum
337
- uri: ucum:prefix:code:da
338
- short: deka
339
- symbols:
340
- - latex: da
341
- unicode: da
342
- ascii: da
343
- html: da
344
- id: deka
345
- mathml: "<mi>da</mi>"
346
- - base: 10
347
- identifiers:
348
- - type: nist
349
- id: NISTp10_12
350
- - type: unitsml
351
- id: p:tera
352
- names:
353
- - value: tera
354
- lang: en
355
- power: 12
356
- references:
357
- - type: normative
358
- authority: si-digital-framework
359
- uri: http://si-digital-framework.org/SI/prefixes/tera
360
- - type: informative
361
- authority: ucum
362
- uri: ucum:prefix:code:T
363
- short: tera
364
- symbols:
365
- - latex: T
366
- unicode: T
367
- ascii: T
368
- html: T
369
- id: tera
370
- mathml: "<mi>T</mi>"
371
- - base: 10
372
- identifiers:
373
- - type: nist
374
- id: NISTp10_15
375
- - type: unitsml
376
- id: p:peta
377
- names:
378
- - value: peta
379
- lang: en
380
- power: 15
381
- references:
382
- - type: normative
383
- authority: si-digital-framework
384
- uri: http://si-digital-framework.org/SI/prefixes/peta
385
- - type: informative
386
- authority: ucum
387
- uri: ucum:prefix:code:P
388
- short: peta
389
- symbols:
390
- - latex: P
391
- unicode: P
392
- ascii: P
393
- html: P
394
- id: peta
395
- mathml: "<mi>P</mi>"
396
- - base: 10
397
- identifiers:
398
- - type: nist
399
- id: NISTp10_18
400
- - type: unitsml
401
- id: p:exa
402
- names:
403
- - value: exa
404
- lang: en
405
- power: 18
406
- references:
407
- - type: normative
408
- authority: si-digital-framework
409
- uri: http://si-digital-framework.org/SI/prefixes/exa
410
- - type: informative
411
- authority: ucum
412
- uri: ucum:prefix:code:E
413
- short: exa
414
- symbols:
415
- - latex: E
416
- unicode: E
417
- ascii: E
418
- html: E
419
- id: exa
420
- mathml: "<mi>E</mi>"
421
- - base: 10
422
- identifiers:
423
- - type: nist
424
- id: NISTp10_2
425
- - type: unitsml
426
- id: p:hecto
427
- names:
428
- - value: hecto
429
- lang: en
430
- power: 2
431
- references:
432
- - type: normative
433
- authority: si-digital-framework
434
- uri: http://si-digital-framework.org/SI/prefixes/hecto
435
- - type: informative
436
- authority: ucum
437
- uri: ucum:prefix:code:h
438
- short: hecto
439
- symbols:
440
- - latex: h
441
- unicode: h
442
- ascii: h
443
- html: h
444
- id: hecto
445
- mathml: "<mi>h</mi>"
446
- - base: 10
447
- identifiers:
448
- - type: nist
449
- id: NISTp10_21
450
- - type: unitsml
451
- id: p:zetta
452
- names:
453
- - value: zetta
454
- lang: en
455
- power: 21
456
- references:
457
- - type: normative
458
- authority: si-digital-framework
459
- uri: http://si-digital-framework.org/SI/prefixes/zetta
460
- - type: informative
461
- authority: ucum
462
- uri: ucum:prefix:code:Z
463
- short: zetta
464
- symbols:
465
- - latex: Z
466
- unicode: Z
467
- ascii: Z
468
- html: Z
469
- id: zetta
470
- mathml: "<mi>Z</mi>"
471
- - base: 10
472
- identifiers:
473
- - type: nist
474
- id: NISTp10_24
475
- - type: unitsml
476
- id: p:yotta
477
- names:
478
- - value: yotta
479
- lang: en
480
- power: 24
481
- references:
482
- - type: normative
483
- authority: si-digital-framework
484
- uri: http://si-digital-framework.org/SI/prefixes/yotta
485
- - type: informative
486
- authority: ucum
487
- uri: ucum:prefix:code:Y
488
- short: yotta
489
- symbols:
490
- - latex: "Y"
491
- unicode: "Y"
492
- ascii: "Y"
493
- html: "Y"
494
- id: yotta
495
- mathml: "<mi>Y</mi>"
496
- - base: 10
497
- identifiers:
498
- - type: nist
499
- id: NISTp10_27
500
- - type: unitsml
501
- id: p:ronna
502
- names:
503
- - value: ronna
504
- lang: en
505
- power: 27
506
- references:
507
- - type: normative
508
- authority: si-digital-framework
509
- uri: http://si-digital-framework.org/SI/prefixes/ronna
510
- short: ronna
511
- symbols:
512
- - latex: R
513
- unicode: R
514
- ascii: R
515
- html: R
516
- id: ronna
517
- mathml: "<mi>R</mi>"
518
- - base: 10
519
- identifiers:
520
- - type: nist
521
- id: NISTp10_3
522
- - type: unitsml
523
- id: p:kilo
524
- names:
525
- - value: kilo
526
- lang: en
527
- power: 3
528
- references:
529
- - type: normative
530
- authority: si-digital-framework
531
- uri: http://si-digital-framework.org/SI/prefixes/kilo
532
- - type: informative
533
- authority: ucum
534
- uri: ucum:prefix:code:k
535
- short: kilo
536
- symbols:
537
- - latex: k
538
- unicode: k
539
- ascii: k
540
- html: k
541
- id: kilo
542
- mathml: "<mi>k</mi>"
543
- - base: 10
544
- identifiers:
545
- - type: nist
546
- id: NISTp10_30
547
- - type: unitsml
548
- id: p:quetta
549
- names:
550
- - value: quetta
551
- lang: en
552
- power: 30
553
- references:
554
- - type: normative
555
- authority: si-digital-framework
556
- uri: http://si-digital-framework.org/SI/prefixes/quetta
557
- short: quetta
558
- symbols:
559
- - latex: Q
560
- unicode: Q
561
- ascii: Q
562
- html: Q
563
- id: quetta
564
- mathml: "<mi>Q</mi>"
565
- - base: 10
566
- identifiers:
567
- - type: nist
568
- id: NISTp10_6
569
- - type: unitsml
570
- id: p:mega
571
- names:
572
- - value: mega
573
- lang: en
574
- power: 6
575
- references:
576
- - type: normative
577
- authority: si-digital-framework
578
- uri: http://si-digital-framework.org/SI/prefixes/mega
579
- - type: informative
580
- authority: ucum
581
- uri: ucum:prefix:code:M
582
- short: mega
583
- symbols:
584
- - latex: M
585
- unicode: M
586
- ascii: M
587
- html: M
588
- id: mega
589
- mathml: "<mi>M</mi>"
590
- - base: 10
591
- identifiers:
592
- - type: nist
593
- id: NISTp10_9
594
- - type: unitsml
595
- id: p:giga
596
- names:
597
- - value: giga
598
- lang: en
599
- power: 9
600
- references:
601
- - type: normative
602
- authority: si-digital-framework
603
- uri: http://si-digital-framework.org/SI/prefixes/giga
604
- - type: informative
605
- authority: ucum
606
- uri: ucum:prefix:code:G
607
- short: giga
608
- symbols:
609
- - latex: G
610
- unicode: G
611
- ascii: G
612
- html: G
613
- id: giga
614
- mathml: "<mi>G</mi>"
615
- - base: 2
616
- identifiers:
617
- - type: nist
618
- id: NISTp2_10
619
- - type: unitsml
620
- id: p:kibi
621
- names:
622
- - value: kibi
623
- lang: en
624
- power: 10
625
- references:
626
- - type: informative
627
- authority: ucum
628
- uri: ucum:prefix:code:Ki
629
- short: kibi
630
- symbols:
631
- - latex: Ki
632
- unicode: Ki
633
- ascii: Ki
634
- html: Ki
635
- id: kibi
636
- mathml: "<mi>Ki</mi>"
637
- - base: 2
638
- identifiers:
639
- - type: nist
640
- id: NISTp2_20
641
- - type: unitsml
642
- id: p:mebi
643
- names:
644
- - value: mebi
645
- lang: en
646
- power: 20
647
- references:
648
- - type: informative
649
- authority: ucum
650
- uri: ucum:prefix:code:Mi
651
- short: mebi
652
- symbols:
653
- - latex: Mi
654
- unicode: Mi
655
- ascii: Mi
656
- html: Mi
657
- id: mebi
658
- mathml: "<mi>Mi</mi>"
659
- - base: 2
660
- identifiers:
661
- - type: nist
662
- id: NISTp2_30
663
- - type: unitsml
664
- id: p:gibi
665
- names:
666
- - value: gibi
667
- lang: en
668
- power: 30
669
- references:
670
- - type: informative
671
- authority: ucum
672
- uri: ucum:prefix:code:Gi
673
- short: gibi
674
- symbols:
675
- - latex: Gi
676
- unicode: Gi
677
- ascii: Gi
678
- html: Gi
679
- id: gibi
680
- mathml: "<mi>Gi</mi>"
681
- - base: 2
682
- identifiers:
683
- - type: nist
684
- id: NISTp2_40
685
- - type: unitsml
686
- id: p:tebi
687
- names:
688
- - value: tebi
689
- lang: en
690
- power: 40
691
- references:
692
- - type: informative
693
- authority: ucum
694
- uri: ucum:prefix:code:Ti
695
- short: tebi
696
- symbols:
697
- - latex: Ti
698
- unicode: Ti
699
- ascii: Ti
700
- html: Ti
701
- id: tebi
702
- mathml: "<mi>Ti</mi>"
703
- - base: 2
704
- identifiers:
705
- - type: nist
706
- id: NISTp2_50
707
- - type: unitsml
708
- id: p:pebi
709
- names:
710
- - value: pebi
711
- lang: en
712
- power: 50
713
- short: pebi
714
- symbols:
715
- - latex: Pi
716
- unicode: Pi
717
- ascii: Pi
718
- html: Pi
719
- id: pebi
720
- mathml: "<mi>Pi</mi>"
721
- - base: 2
722
- identifiers:
723
- - type: nist
724
- id: NISTp2_60
725
- - type: unitsml
726
- id: p:exbi
727
- names:
728
- - value: exbi
729
- lang: en
730
- power: 60
731
- short: exbi
732
- symbols:
733
- - latex: Ei
734
- unicode: Ei
735
- ascii: Ei
736
- html: Ei
737
- id: exbi
738
- mathml: "<mi>Ei</mi>"
739
- - base: 2
740
- identifiers:
741
- - type: nist
742
- id: NISTp2_70
743
- - type: unitsml
744
- id: p:zebi
745
- names:
746
- - value: zebi
747
- lang: en
748
- power: 70
749
- short: zebi
750
- symbols:
751
- - latex: Zi
752
- unicode: Zi
753
- ascii: Zi
754
- html: Zi
755
- id: zebi
756
- mathml: "<mi>Zi</mi>"
757
- - base: 2
758
- identifiers:
759
- - type: nist
760
- id: NISTp2_80
761
- - type: unitsml
762
- id: p:yobi
763
- names:
764
- - value: yobi
765
- lang: en
766
- power: 80
767
- short: yobi
768
- symbols:
769
- - latex: Yi
770
- unicode: Yi
771
- ascii: Yi
772
- html: Yi
773
- id: yobi
774
- mathml: "<mi>Yi</mi>"