Unicode Finder

"匕" U+5315(CJK UNIFIED IDEOGRAPH-5315)

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

Programming

C
\u5315
JavaScript
\u5315
Java
\u5315
Json
\u5315
Python
\u5315
Perl
\x{5315}
PHP
\x{5315}
Ruby
\u{5315}
Rust
\u{5315}
Go
\u5315

Web

CSS
\005315
HtmlDecimal
匕
HtmlHexadecimal
匕
Url
%E5%8C%95

Code

MD5
e9cd925fec6994e0cf185e49a37e2bd3
Sha1
82975fac8f2078818db88a013e5cf780eeb2fe98
Base64
5YyV

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5315';
console.log(char);  // Output: 匕

Java:

char c = '\u5315';
System.out.println(c);  // Output: 匕

JSON:

{"text": "\u5315"}  // Value: 匕

Python:

char = '\u5315'
print(char)  # Output: 匕

Perl:

my $char = "\x{5315}";
print $char;  # Output: 匕

PHP:

$char = "\x{5315}";
echo $char;  // Output: 匕

Ruby:

char = "\u{5315}"
puts char  # Output: 匕

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005315";  /* Display: 匕 */
}

HTML Decimal:

<p>HTML decimal: &#21269;</p>  <!-- Display: 匕 -->

HTML Hexadecimal:

<p>HTML hex: &#x5315;</p>  <!-- Display: 匕 -->

URL Encoding:

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

Encodings

MD5:

e9cd925fec6994e0cf185e49a37e2bd3

SHA1:

82975fac8f2078818db88a013e5cf780eeb2fe98

Base64:

5YyV

© 2025 Unicode Finder

匕 U+5315 CJK UNIFIED IDEOGRAPH-5315 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me