Unicode Finder

"戗" U+6217(CJK UNIFIED IDEOGRAPH-6217)

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

Programming

C
\u6217
JavaScript
\u6217
Java
\u6217
Json
\u6217
Python
\u6217
Perl
\x{6217}
PHP
\x{6217}
Ruby
\u{6217}
Rust
\u{6217}
Go
\u6217

Web

CSS
\006217
HtmlDecimal
戗
HtmlHexadecimal
戗
Url
%E6%88%97

Code

MD5
b2c4f9c296df1e40397040aba740f4c2
Sha1
1ee9295978d32b0470a28a316a9dc0cd9b13fbd4
Base64
5oiX

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6217';
console.log(char);  // Output: 戗

Java:

char c = '\u6217';
System.out.println(c);  // Output: 戗

JSON:

{"text": "\u6217"}  // Value: 戗

Python:

char = '\u6217'
print(char)  # Output: 戗

Perl:

my $char = "\x{6217}";
print $char;  # Output: 戗

PHP:

$char = "\x{6217}";
echo $char;  // Output: 戗

Ruby:

char = "\u{6217}"
puts char  # Output: 戗

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006217";  /* Display: 戗 */
}

HTML Decimal:

<p>HTML decimal: &#25111;</p>  <!-- Display: 戗 -->

HTML Hexadecimal:

<p>HTML hex: &#x6217;</p>  <!-- Display: 戗 -->

URL Encoding:

// 戗 URL encoding
https://unicodefinder.com/search.php?query=%E6%88%97

Encodings

MD5:

b2c4f9c296df1e40397040aba740f4c2

SHA1:

1ee9295978d32b0470a28a316a9dc0cd9b13fbd4

Base64:

5oiX