Unicode Finder

"悝" U+609D(CJK UNIFIED IDEOGRAPH-609D)

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

Programming

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

Web

CSS
\00609D
HtmlDecimal
悝
HtmlHexadecimal
悝
Url
%E6%82%9D

Code

MD5
736a6b0247bf5ab389e84ad3c4978133
Sha1
6eda306cbbb642aa07cdeb4b3347d65fa6f9b06b
Base64
5oKd

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u609D';
console.log(char);  // Output: 悝

Java:

char c = '\u609D';
System.out.println(c);  // Output: 悝

JSON:

{"text": "\u609D"}  // Value: 悝

Python:

char = '\u609D'
print(char)  # Output: 悝

Perl:

my $char = "\x{609D}";
print $char;  # Output: 悝

PHP:

$char = "\x{609D}";
echo $char;  // Output: 悝

Ruby:

char = "\u{609D}"
puts char  # Output: 悝

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#24733;</p>  <!-- Display: 悝 -->

HTML Hexadecimal:

<p>HTML hex: &#x609D;</p>  <!-- Display: 悝 -->

URL Encoding:

// 悝 URL encoding
https://unicodefinder.com/search.php?query=%E6%82%9D

Encodings

MD5:

736a6b0247bf5ab389e84ad3c4978133

SHA1:

6eda306cbbb642aa07cdeb4b3347d65fa6f9b06b

Base64:

5oKd