Unicode Finder

"戽" U+623D(CJK UNIFIED IDEOGRAPH-623D)

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

Programming

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

Web

CSS
\00623D
HtmlDecimal
戽
HtmlHexadecimal
戽
Url
%E6%88%BD

Code

MD5
51a344df88707a3059a69d2c96a4cbe2
Sha1
5e5973cc7ba60e165c7761e89d2618ba9620d925
Base64
5oi9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u623D';
console.log(char);  // Output: 戽

Java:

char c = '\u623D';
System.out.println(c);  // Output: 戽

JSON:

{"text": "\u623D"}  // Value: 戽

Python:

char = '\u623D'
print(char)  # Output: 戽

Perl:

my $char = "\x{623D}";
print $char;  # Output: 戽

PHP:

$char = "\x{623D}";
echo $char;  // Output: 戽

Ruby:

char = "\u{623D}"
puts char  # Output: 戽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25149;</p>  <!-- Display: 戽 -->

HTML Hexadecimal:

<p>HTML hex: &#x623D;</p>  <!-- Display: 戽 -->

URL Encoding:

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

Encodings

MD5:

51a344df88707a3059a69d2c96a4cbe2

SHA1:

5e5973cc7ba60e165c7761e89d2618ba9620d925

Base64:

5oi9