Unicode Finder

"瘸" U+7638(CJK UNIFIED IDEOGRAPH-7638)

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

Programming

C
\u7638
JavaScript
\u7638
Java
\u7638
Json
\u7638
Python
\u7638
Perl
\x{7638}
PHP
\x{7638}
Ruby
\u{7638}
Rust
\u{7638}
Go
\u7638

Web

CSS
\007638
HtmlDecimal
瘸
HtmlHexadecimal
瘸
Url
%E7%98%B8

Code

MD5
39733e6ed877574a6777b1e0c5af4e16
Sha1
850ac440d80c4cf57de248eeec1b8879c247b8ea
Base64
55i4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7638';
console.log(char);  // Output: 瘸

Java:

char c = '\u7638';
System.out.println(c);  // Output: 瘸

JSON:

{"text": "\u7638"}  // Value: 瘸

Python:

char = '\u7638'
print(char)  # Output: 瘸

Perl:

my $char = "\x{7638}";
print $char;  # Output: 瘸

PHP:

$char = "\x{7638}";
echo $char;  // Output: 瘸

Ruby:

char = "\u{7638}"
puts char  # Output: 瘸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007638";  /* Display: 瘸 */
}

HTML Decimal:

<p>HTML decimal: &#30264;</p>  <!-- Display: 瘸 -->

HTML Hexadecimal:

<p>HTML hex: &#x7638;</p>  <!-- Display: 瘸 -->

URL Encoding:

// 瘸 URL encoding
https://unicodefinder.com/search.php?query=%E7%98%B8

Encodings

MD5:

39733e6ed877574a6777b1e0c5af4e16

SHA1:

850ac440d80c4cf57de248eeec1b8879c247b8ea

Base64:

55i4