Unicode Finder

"收" U+6536(CJK UNIFIED IDEOGRAPH-6536)

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

Programming

C
\u6536
JavaScript
\u6536
Java
\u6536
Json
\u6536
Python
\u6536
Perl
\x{6536}
PHP
\x{6536}
Ruby
\u{6536}
Rust
\u{6536}
Go
\u6536

Web

CSS
\006536
HtmlDecimal
收
HtmlHexadecimal
收
Url
%E6%94%B6

Code

MD5
aded5d5ba0a0c66f0be4a119febfc045
Sha1
59a684eebe3306cc913146abb75fecc0dea70900
Base64
5pS2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6536';
console.log(char);  // Output: 收

Java:

char c = '\u6536';
System.out.println(c);  // Output: 收

JSON:

{"text": "\u6536"}  // Value: 收

Python:

char = '\u6536'
print(char)  # Output: 收

Perl:

my $char = "\x{6536}";
print $char;  # Output: 收

PHP:

$char = "\x{6536}";
echo $char;  // Output: 收

Ruby:

char = "\u{6536}"
puts char  # Output: 收

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006536";  /* Display: 收 */
}

HTML Decimal:

<p>HTML decimal: &#25910;</p>  <!-- Display: 收 -->

HTML Hexadecimal:

<p>HTML hex: &#x6536;</p>  <!-- Display: 收 -->

URL Encoding:

// 收 URL encoding
https://unicodefinder.com/search.php?query=%E6%94%B6

Encodings

MD5:

aded5d5ba0a0c66f0be4a119febfc045

SHA1:

59a684eebe3306cc913146abb75fecc0dea70900

Base64:

5pS2