Unicode Finder

"倅" U+5005(CJK UNIFIED IDEOGRAPH-5005)

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

Programming

C
\u5005
JavaScript
\u5005
Java
\u5005
Json
\u5005
Python
\u5005
Perl
\x{5005}
PHP
\x{5005}
Ruby
\u{5005}
Rust
\u{5005}
Go
\u5005

Web

CSS
\005005
HtmlDecimal
倅
HtmlHexadecimal
倅
Url
%E5%80%85

Code

MD5
ba4e9aa0712eb57bab6595cba71971d8
Sha1
5f67a547e0f09f23688d10a3e833e0432fec8cc4
Base64
5YCF

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5005';
console.log(char);  // Output: 倅

Java:

char c = '\u5005';
System.out.println(c);  // Output: 倅

JSON:

{"text": "\u5005"}  // Value: 倅

Python:

char = '\u5005'
print(char)  # Output: 倅

Perl:

my $char = "\x{5005}";
print $char;  # Output: 倅

PHP:

$char = "\x{5005}";
echo $char;  // Output: 倅

Ruby:

char = "\u{5005}"
puts char  # Output: 倅

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005005";  /* Display: 倅 */
}

HTML Decimal:

<p>HTML decimal: &#20485;</p>  <!-- Display: 倅 -->

HTML Hexadecimal:

<p>HTML hex: &#x5005;</p>  <!-- Display: 倅 -->

URL Encoding:

// 倅 URL encoding
https://unicodefinder.com/search.php?query=%E5%80%85

Encodings

MD5:

ba4e9aa0712eb57bab6595cba71971d8

SHA1:

5f67a547e0f09f23688d10a3e833e0432fec8cc4

Base64:

5YCF

© 2025 Unicode Finder

倅 U+5005 CJK UNIFIED IDEOGRAPH-5005 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me