Unicode Finder

"攴" U+6534(CJK UNIFIED IDEOGRAPH-6534)

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

Programming

C
\u6534
JavaScript
\u6534
Java
\u6534
Json
\u6534
Python
\u6534
Perl
\x{6534}
PHP
\x{6534}
Ruby
\u{6534}
Rust
\u{6534}
Go
\u6534

Web

CSS
\006534
HtmlDecimal
攴
HtmlHexadecimal
攴
Url
%E6%94%B4

Code

MD5
8db0507b97564cbea02a42dd659e685d
Sha1
74574d93798f7b4b8fef461a858adb02de32ac02
Base64
5pS0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6534';
console.log(char);  // Output: 攴

Java:

char c = '\u6534';
System.out.println(c);  // Output: 攴

JSON:

{"text": "\u6534"}  // Value: 攴

Python:

char = '\u6534'
print(char)  # Output: 攴

Perl:

my $char = "\x{6534}";
print $char;  # Output: 攴

PHP:

$char = "\x{6534}";
echo $char;  // Output: 攴

Ruby:

char = "\u{6534}"
puts char  # Output: 攴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006534";  /* Display: 攴 */
}

HTML Decimal:

<p>HTML decimal: &#25908;</p>  <!-- Display: 攴 -->

HTML Hexadecimal:

<p>HTML hex: &#x6534;</p>  <!-- Display: 攴 -->

URL Encoding:

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

Encodings

MD5:

8db0507b97564cbea02a42dd659e685d

SHA1:

74574d93798f7b4b8fef461a858adb02de32ac02

Base64:

5pS0