Unicode Finder

"成" U+6210(CJK UNIFIED IDEOGRAPH-6210)

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

Programming

C
\u6210
JavaScript
\u6210
Java
\u6210
Json
\u6210
Python
\u6210
Perl
\x{6210}
PHP
\x{6210}
Ruby
\u{6210}
Rust
\u{6210}
Go
\u6210

Web

CSS
\006210
HtmlDecimal
成
HtmlHexadecimal
成
Url
%E6%88%90

Code

MD5
3fe84c082f2e49786540466c86adf59b
Sha1
bb3578629d93a23670186ff588e43a70bdf1a422
Base64
5oiQ

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6210';
console.log(char);  // Output: 成

Java:

char c = '\u6210';
System.out.println(c);  // Output: 成

JSON:

{"text": "\u6210"}  // Value: 成

Python:

char = '\u6210'
print(char)  # Output: 成

Perl:

my $char = "\x{6210}";
print $char;  # Output: 成

PHP:

$char = "\x{6210}";
echo $char;  // Output: 成

Ruby:

char = "\u{6210}"
puts char  # Output: 成

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006210";  /* Display: 成 */
}

HTML Decimal:

<p>HTML decimal: &#25104;</p>  <!-- Display: 成 -->

HTML Hexadecimal:

<p>HTML hex: &#x6210;</p>  <!-- Display: 成 -->

URL Encoding:

// 成 URL encoding
https://unicodefinder.com/search.php?query=%E6%88%90

Encodings

MD5:

3fe84c082f2e49786540466c86adf59b

SHA1:

bb3578629d93a23670186ff588e43a70bdf1a422

Base64:

5oiQ