Unicode Finder

"腼" U+817C(CJK UNIFIED IDEOGRAPH-817C)

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

Programming

C
\u817C
JavaScript
\u817C
Java
\u817C
Json
\u817C
Python
\u817C
Perl
\x{817C}
PHP
\x{817C}
Ruby
\u{817C}
Rust
\u{817C}
Go
\u817C

Web

CSS
\00817C
HtmlDecimal
腼
HtmlHexadecimal
腼
Url
%E8%85%BC

Code

MD5
c71c1c3d8e5d0afc71492a5e55a4d2bb
Sha1
c1c0f185c23d6d344ea4b369aff570407ba242b0
Base64
6IW8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u817C';
console.log(char);  // Output: 腼

Java:

char c = '\u817C';
System.out.println(c);  // Output: 腼

JSON:

{"text": "\u817C"}  // Value: 腼

Python:

char = '\u817C'
print(char)  # Output: 腼

Perl:

my $char = "\x{817C}";
print $char;  # Output: 腼

PHP:

$char = "\x{817C}";
echo $char;  // Output: 腼

Ruby:

char = "\u{817C}"
puts char  # Output: 腼

Rust:

let c = '\u{817C}';
println!("{}", c);  // Output: 腼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00817C";  /* Display: 腼 */
}

HTML Decimal:

<p>HTML decimal: &#33148;</p>  <!-- Display: 腼 -->

HTML Hexadecimal:

<p>HTML hex: &#x817C;</p>  <!-- Display: 腼 -->

URL Encoding:

// 腼 URL encoding
https://unicodefinder.com/search.php?query=%E8%85%BC

Encodings

MD5:

c71c1c3d8e5d0afc71492a5e55a4d2bb

SHA1:

c1c0f185c23d6d344ea4b369aff570407ba242b0

Base64:

6IW8