Unicode Finder

"攵" U+6535(CJK UNIFIED IDEOGRAPH-6535)

U+6535
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-6535

Programming

C
\u6535
JavaScript
\u6535
Java
\u6535
Json
\u6535
Python
\u6535
Perl
\x{6535}
PHP
\x{6535}
Ruby
\u{6535}
Rust
\u{6535}
Go
\u6535

Web

CSS
\006535
HtmlDecimal
攵
HtmlHexadecimal
攵
Url
%E6%94%B5

Code

MD5
f139917c8c1a7a9056370985c4a97573
Sha1
03fb875abd2ee136016a20a6fdcdcf5b5f4265b2
Base64
5pS1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6535';
console.log(char);  // Output: 攵

Java:

char c = '\u6535';
System.out.println(c);  // Output: 攵

JSON:

{"text": "\u6535"}  // Value: 攵

Python:

char = '\u6535'
print(char)  # Output: 攵

Perl:

my $char = "\x{6535}";
print $char;  # Output: 攵

PHP:

$char = "\x{6535}";
echo $char;  // Output: 攵

Ruby:

char = "\u{6535}"
puts char  # Output: 攵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006535";  /* Display: 攵 */
}

HTML Decimal:

<p>HTML decimal: &#25909;</p>  <!-- Display: 攵 -->

HTML Hexadecimal:

<p>HTML hex: &#x6535;</p>  <!-- Display: 攵 -->

URL Encoding:

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

Encodings

MD5:

f139917c8c1a7a9056370985c4a97573

SHA1:

03fb875abd2ee136016a20a6fdcdcf5b5f4265b2

Base64:

5pS1