コンテンツへスキップ
初心者 5 min リファレンスカード

ルービックキューブ記号ガイド

キューブの言語を学びましょう。R、U、L、D、F、Bの意味を理解します。

アルゴリズムを読み、キューブを解くには、標準的な記号を理解する必要があります。各文字はキューブの面と、その回し方を表します。

Hold the cube the same way every time

Before any letter means anything, agree on how you are holding the cube. Pick up the cube with one colour on top (this becomes U, Up) and one colour facing you (this becomes F, Front). The other four faces fall into place: the face on your right is R, on your left L, away from you B (Back), and underneath D (Down). Hold it like this and the six letters never change meaning, no matter how scrambled the cube is.

The standard view: U on top, F toward you, R on your right. Every algorithm assumes you are holding the cube this way.

基本の回転

文字単独は時計回りに90度回すことを意味します。文字の後にアポストロフィ(例:R')は反時計回りに90度回すことを意味します。文字の後に「2」(例:R2)は180度回すことを意味します。

R
右面を時計回りに回します。
R' 反時計回り
R2 180°
L
左面を時計回りに回します。
L' 反時計回り
L2 180°
U
上面(トップ)を時計回りに回します。
U' 反時計回り
U2 180°
D
下面(ボトム)を時計回りに回します。
D' 反時計回り
D2 180°
F
前面を時計回りに回します。
F' 反時計回り
F2 180°
B
後面を時計回りに回します。
B' 反時計回り
B2 180°

修飾子

R
修飾子なし
時計回り90度
R'
反時計回り(アポストロフィ)— 例:R'
反時計回り90度
R2
180度回転 — 例:R2
180度(どちらの方向でも)

A single R turn, looping. Watch the top-right edge swing away from you — that is clockwise.

Read a real algorithm

Reading an algorithm is just two questions, one move at a time: which layer (the letter) and how does it turn (the symbol). Nothing more. Let's decode the most famous beginner trigger on the cube — the Sune, named by Swedish speedcuber Lars Petrus. It twists three corners and reads like this:

Watch it run, then read the seven tokens left to right against the list.

  1. R — no symbol, so turn the right layer 90° clockwise.
  2. U — no symbol, turn the up layer clockwise.
  3. R' — the prime means turn the right layer 90° counter-clockwise.
  4. U — up layer clockwise again.
  5. R — right layer clockwise.
  6. U2 — the 2 means a 180° turn of the up layer.
  7. R' — right layer counter-clockwise to finish.

Naming pieces and slots

The same six letters name the pieces too, by listing the faces a piece touches. An edge touches two faces (the edge between U and F is UF); a corner touches three (the corner of U, R and F is URF). For a piece, order doesn't matter — FR and RF are the same edge. But corner names are read clockwise, so URF, RFU and FUR all name the same corner. When you need to talk about a single sticker, the first letter is the face you are looking at: the U-sticker of that corner leads with U.

UF edge — touches 2 faces (order doesn't matter)
URF corner — touches 3 faces, read clockwise

ワイド回転

小文字または「w」の接尾辞は、その面と隣接する内側の層を一緒に動かすことを意味します。

Rw 右面 + 中央層(rと同じ)。
Uw 上面 + 第2層(uと同じ)。

スライス回転

外側の面に触れない、単一の内側層。

M 中央層、Lと同じ方向。
E 赤道層、Dと同じ方向。
S 立て層、Fと同じ方向。

キューブの回転

どの面も回さずにキューブ全体を回します。

x R軸を中心にキューブ全体を回します(Rの回転のように)。
y U軸を中心にキューブ全体を回します(Uの回転のように)。
z F軸を中心にキューブ全体を回します(Fの回転のように)。

The three notation mix-ups everyone hits

  • M “looks backwards.” The middle slice M follows the L face, not R — so an M turn goes the opposite way to what you'd expect from R. Judge slice direction by the left face.
  • Lowercase isn't a secret move. On a 3×3, u and Uw are the same thing (a wide turn). It only changes meaning on bigger cubes.
  • A double turn has no “wrong” direction. R2 and R2' end in the same state; the prime only tells your hands which way to spin.