Unicode Finder

"尌" U+5C0C(CJK UNIFIED IDEOGRAPH-5C0C)

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

Programming

C
\u5C0C
JavaScript
\u5C0C
Java
\u5C0C
Json
\u5C0C
Python
\u5C0C
Perl
\x{5C0C}
PHP
\x{5C0C}
Ruby
\u{5C0C}
Rust
\u{5C0C}
Go
\u5C0C

Web

CSS
\005C0C
HtmlDecimal
尌
HtmlHexadecimal
尌
Url
%E5%B0%8C

Code

MD5
f0a5cfbd35824345ad69edf2e38395c5
Sha1
ecb53bef214f46198bf6999b065e078c30492502
Base64
5bCM

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5C0C';
console.log(char);  // Output: 尌

Java:

char c = '\u5C0C';
System.out.println(c);  // Output: 尌

JSON:

{"text": "\u5C0C"}  // Value: 尌

Python:

char = '\u5C0C'
print(char)  # Output: 尌

Perl:

my $char = "\x{5C0C}";
print $char;  # Output: 尌

PHP:

$char = "\x{5C0C}";
echo $char;  // Output: 尌

Ruby:

char = "\u{5C0C}"
puts char  # Output: 尌

Rust:

let c = '\u{5C0C}';
println!("{}", c);  // Output: 尌

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005C0C";  /* Display: 尌 */
}

HTML Decimal:

<p>HTML decimal: &#23564;</p>  <!-- Display: 尌 -->

HTML Hexadecimal:

<p>HTML hex: &#x5C0C;</p>  <!-- Display: 尌 -->

URL Encoding:

// 尌 URL encoding
https://unicodefinder.com/search.php?query=%E5%B0%8C

Encodings

MD5:

f0a5cfbd35824345ad69edf2e38395c5

SHA1:

ecb53bef214f46198bf6999b065e078c30492502

Base64:

5bCM

© 2025 Unicode Finder

尌 U+5C0C CJK UNIFIED IDEOGRAPH-5C0C Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me