Unicode Finder

"从" U+4ECE(CJK UNIFIED IDEOGRAPH-4ECE)

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

Programming

C
\u4ECE
JavaScript
\u4ECE
Java
\u4ECE
Json
\u4ECE
Python
\u4ECE
Perl
\x{4ECE}
PHP
\x{4ECE}
Ruby
\u{4ECE}
Rust
\u{4ECE}
Go
\u4ECE

Web

CSS
\004ECE
HtmlDecimal
从
HtmlHexadecimal
从
Url
%E4%BB%8E

Code

MD5
0cc05f4268b0fc5da732e98536e26ed6
Sha1
8ab977960a698140cf24810d2f39a66d082d6f16
Base64
5LuO

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u4ECE';
console.log(char);  // Output: 从

Java:

char c = '\u4ECE';
System.out.println(c);  // Output: 从

JSON:

{"text": "\u4ECE"}  // Value: 从

Python:

char = '\u4ECE'
print(char)  # Output: 从

Perl:

my $char = "\x{4ECE}";
print $char;  # Output: 从

PHP:

$char = "\x{4ECE}";
echo $char;  // Output: 从

Ruby:

char = "\u{4ECE}"
puts char  # Output: 从

Rust:

let c = '\u{4ECE}';
println!("{}", c);  // Output: 从

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\004ECE";  /* Display: 从 */
}

HTML Decimal:

<p>HTML decimal: &#20174;</p>  <!-- Display: 从 -->

HTML Hexadecimal:

<p>HTML hex: &#x4ECE;</p>  <!-- Display: 从 -->

URL Encoding:

// 从 URL encoding
https://unicodefinder.com/search.php?query=%E4%BB%8E

Encodings

MD5:

0cc05f4268b0fc5da732e98536e26ed6

SHA1:

8ab977960a698140cf24810d2f39a66d082d6f16

Base64:

5LuO