Unicode Finder

"戄" U+6204(CJK UNIFIED IDEOGRAPH-6204)

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

Programming

C
\u6204
JavaScript
\u6204
Java
\u6204
Json
\u6204
Python
\u6204
Perl
\x{6204}
PHP
\x{6204}
Ruby
\u{6204}
Rust
\u{6204}
Go
\u6204

Web

CSS
\006204
HtmlDecimal
戄
HtmlHexadecimal
戄
Url
%E6%88%84

Code

MD5
488f3255c8d281c2edf9b3d39e4dd742
Sha1
65e0dec40ee98d8825a77aa472688394c29566eb
Base64
5oiE

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6204';
console.log(char);  // Output: 戄

Java:

char c = '\u6204';
System.out.println(c);  // Output: 戄

JSON:

{"text": "\u6204"}  // Value: 戄

Python:

char = '\u6204'
print(char)  # Output: 戄

Perl:

my $char = "\x{6204}";
print $char;  # Output: 戄

PHP:

$char = "\x{6204}";
echo $char;  // Output: 戄

Ruby:

char = "\u{6204}"
puts char  # Output: 戄

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006204";  /* Display: 戄 */
}

HTML Decimal:

<p>HTML decimal: &#25092;</p>  <!-- Display: 戄 -->

HTML Hexadecimal:

<p>HTML hex: &#x6204;</p>  <!-- Display: 戄 -->

URL Encoding:

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

Encodings

MD5:

488f3255c8d281c2edf9b3d39e4dd742

SHA1:

65e0dec40ee98d8825a77aa472688394c29566eb

Base64:

5oiE