Unicode Finder

"數" U+6578(CJK UNIFIED IDEOGRAPH-6578)

U+6578
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6578

Programming

C
\u6578
JavaScript
\u6578
Java
\u6578
Json
\u6578
Python
\u6578
Perl
\x{6578}
PHP
\x{6578}
Ruby
\u{6578}
Rust
\u{6578}
Go
\u6578

Web

CSS
\006578
HtmlDecimal
數
HtmlHexadecimal
數
Url
%E6%95%B8

Code

MD5
0aeeebc0fc186b30f95c35c4c85e6fa4
Sha1
2824e22ea9862a3baba01ac3cd83ab9e5e8fb47d
Base64
5pW4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6578';
console.log(char);  // Output: 數

Java:

char c = '\u6578';
System.out.println(c);  // Output: 數

JSON:

{"text": "\u6578"}  // Value: 數

Python:

char = '\u6578'
print(char)  # Output: 數

Perl:

my $char = "\x{6578}";
print $char;  # Output: 數

PHP:

$char = "\x{6578}";
echo $char;  // Output: 數

Ruby:

char = "\u{6578}"
puts char  # Output: 數

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006578";  /* Display: 數 */
}

HTML Decimal:

<p>HTML decimal: &#25976;</p>  <!-- Display: 數 -->

HTML Hexadecimal:

<p>HTML hex: &#x6578;</p>  <!-- Display: 數 -->

URL Encoding:

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

Encodings

MD5:

0aeeebc0fc186b30f95c35c4c85e6fa4

SHA1:

2824e22ea9862a3baba01ac3cd83ab9e5e8fb47d

Base64:

5pW4