Unicode Finder

"戙" U+6219(CJK UNIFIED IDEOGRAPH-6219)

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

Programming

C
\u6219
JavaScript
\u6219
Java
\u6219
Json
\u6219
Python
\u6219
Perl
\x{6219}
PHP
\x{6219}
Ruby
\u{6219}
Rust
\u{6219}
Go
\u6219

Web

CSS
\006219
HtmlDecimal
戙
HtmlHexadecimal
戙
Url
%E6%88%99

Code

MD5
0c50491bff4ee856c338627a079860b0
Sha1
2c2973b0e9e5fd411e4623440b2db44e08f7845b
Base64
5oiZ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6219';
console.log(char);  // Output: 戙

Java:

char c = '\u6219';
System.out.println(c);  // Output: 戙

JSON:

{"text": "\u6219"}  // Value: 戙

Python:

char = '\u6219'
print(char)  # Output: 戙

Perl:

my $char = "\x{6219}";
print $char;  # Output: 戙

PHP:

$char = "\x{6219}";
echo $char;  // Output: 戙

Ruby:

char = "\u{6219}"
puts char  # Output: 戙

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006219";  /* Display: 戙 */
}

HTML Decimal:

<p>HTML decimal: &#25113;</p>  <!-- Display: 戙 -->

HTML Hexadecimal:

<p>HTML hex: &#x6219;</p>  <!-- Display: 戙 -->

URL Encoding:

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

Encodings

MD5:

0c50491bff4ee856c338627a079860b0

SHA1:

2c2973b0e9e5fd411e4623440b2db44e08f7845b

Base64:

5oiZ