Unicode Finder

"楸" U+6978(CJK UNIFIED IDEOGRAPH-6978)

U+6978
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-6978

Programming

C
\u6978
JavaScript
\u6978
Java
\u6978
Json
\u6978
Python
\u6978
Perl
\x{6978}
PHP
\x{6978}
Ruby
\u{6978}
Rust
\u{6978}
Go
\u6978

Web

CSS
\006978
HtmlDecimal
楸
HtmlHexadecimal
楸
Url
%E6%A5%B8

Code

MD5
c06a8c233e9b0a3bcd366b89a005de4e
Sha1
e3eefd4d20bd370d909ef18245b2b81bbb9c038d
Base64
5qW4

使用例

Programming Languages

C:

char c = '\u6978';
printf("%c\n", c);  // Output: 楸

JavaScript:

const char = '\u6978';
console.log(char);  // Output: 楸

Java:

char c = '\u6978';
System.out.println(c);  // Output: 楸

JSON:

{"text": "\u6978"}  // Value: 楸

Python:

char = '\u6978'
print(char)  # Output: 楸

Perl:

my $char = "\x{6978}";
print $char;  # Output: 楸

PHP:

$char = "\x{6978}";
echo $char;  // Output: 楸

Ruby:

char = "\u{6978}"
puts char  # Output: 楸

Rust:

let c = '\u{6978}';
println!("{}", c);  // Output: 楸

Go:

char := '\u6978'
fmt.Printf("%c\n", char)  // Output: 楸

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006978";  /* Display: 楸 */
}

HTML Decimal:

<p>HTML decimal: &#27000;</p>  <!-- Display: 楸 -->

HTML Hexadecimal:

<p>HTML hex: &#x6978;</p>  <!-- Display: 楸 -->

URL Encoding:

// 楸 URL encoding
https://unicodefinder.com/search.php?query=%E6%A5%B8

Encodings

MD5:

c06a8c233e9b0a3bcd366b89a005de4e

SHA1:

e3eefd4d20bd370d909ef18245b2b81bbb9c038d

Base64:

5qW4