Unicode Finder

"長" U+9577(CJK UNIFIED IDEOGRAPH-9577)

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

Programming

C
\u9577
JavaScript
\u9577
Java
\u9577
Json
\u9577
Python
\u9577
Perl
\x{9577}
PHP
\x{9577}
Ruby
\u{9577}
Rust
\u{9577}
Go
\u9577

Web

CSS
\009577
HtmlDecimal
長
HtmlHexadecimal
長
Url
%E9%95%B7

Code

MD5
8d226db0350e423eee0ca372e00d7493
Sha1
4d2263f112664a13d4cbf19f03c6e3230da6b0eb
Base64
6ZW3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u9577';
console.log(char);  // Output: 長

Java:

char c = '\u9577';
System.out.println(c);  // Output: 長

JSON:

{"text": "\u9577"}  // Value: 長

Python:

char = '\u9577'
print(char)  # Output: 長

Perl:

my $char = "\x{9577}";
print $char;  # Output: 長

PHP:

$char = "\x{9577}";
echo $char;  // Output: 長

Ruby:

char = "\u{9577}"
puts char  # Output: 長

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009577";  /* Display: 長 */
}

HTML Decimal:

<p>HTML decimal: &#38263;</p>  <!-- Display: 長 -->

HTML Hexadecimal:

<p>HTML hex: &#x9577;</p>  <!-- Display: 長 -->

URL Encoding:

// 長 URL encoding
https://unicodefinder.com/search.php?query=%E9%95%B7

Encodings

MD5:

8d226db0350e423eee0ca372e00d7493

SHA1:

4d2263f112664a13d4cbf19f03c6e3230da6b0eb

Base64:

6ZW3