Unicode Finder

"敠" U+6560(CJK UNIFIED IDEOGRAPH-6560)

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

Programming

C
\u6560
JavaScript
\u6560
Java
\u6560
Json
\u6560
Python
\u6560
Perl
\x{6560}
PHP
\x{6560}
Ruby
\u{6560}
Rust
\u{6560}
Go
\u6560

Web

CSS
\006560
HtmlDecimal
敠
HtmlHexadecimal
敠
Url
%E6%95%A0

Code

MD5
a393309f3a59477cea6b459d6b09eb2e
Sha1
3963bde4b0e1a20ea231ff9567007e7faa1dc8a8
Base64
5pWg

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6560';
console.log(char);  // Output: 敠

Java:

char c = '\u6560';
System.out.println(c);  // Output: 敠

JSON:

{"text": "\u6560"}  // Value: 敠

Python:

char = '\u6560'
print(char)  # Output: 敠

Perl:

my $char = "\x{6560}";
print $char;  # Output: 敠

PHP:

$char = "\x{6560}";
echo $char;  // Output: 敠

Ruby:

char = "\u{6560}"
puts char  # Output: 敠

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006560";  /* Display: 敠 */
}

HTML Decimal:

<p>HTML decimal: &#25952;</p>  <!-- Display: 敠 -->

HTML Hexadecimal:

<p>HTML hex: &#x6560;</p>  <!-- Display: 敠 -->

URL Encoding:

// 敠 URL encoding
https://unicodefinder.com/search.php?query=%E6%95%A0

Encodings

MD5:

a393309f3a59477cea6b459d6b09eb2e

SHA1:

3963bde4b0e1a20ea231ff9567007e7faa1dc8a8

Base64:

5pWg