Unicode Finder

"戺" U+623A(CJK UNIFIED IDEOGRAPH-623A)

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

Programming

C
\u623A
JavaScript
\u623A
Java
\u623A
Json
\u623A
Python
\u623A
Perl
\x{623A}
PHP
\x{623A}
Ruby
\u{623A}
Rust
\u{623A}
Go
\u623A

Web

CSS
\00623A
HtmlDecimal
戺
HtmlHexadecimal
戺
Url
%E6%88%BA

Code

MD5
4773cfd6a5cffc2af1b366a3e8b94c2d
Sha1
8fdab51b701d57dddec2210d8fb5019f08f6237e
Base64
5oi6

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u623A';
console.log(char);  // Output: 戺

Java:

char c = '\u623A';
System.out.println(c);  // Output: 戺

JSON:

{"text": "\u623A"}  // Value: 戺

Python:

char = '\u623A'
print(char)  # Output: 戺

Perl:

my $char = "\x{623A}";
print $char;  # Output: 戺

PHP:

$char = "\x{623A}";
echo $char;  // Output: 戺

Ruby:

char = "\u{623A}"
puts char  # Output: 戺

Rust:

let c = '\u{623A}';
println!("{}", c);  // Output: 戺

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00623A";  /* Display: 戺 */
}

HTML Decimal:

<p>HTML decimal: &#25146;</p>  <!-- Display: 戺 -->

HTML Hexadecimal:

<p>HTML hex: &#x623A;</p>  <!-- Display: 戺 -->

URL Encoding:

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

Encodings

MD5:

4773cfd6a5cffc2af1b366a3e8b94c2d

SHA1:

8fdab51b701d57dddec2210d8fb5019f08f6237e

Base64:

5oi6