Unicode Finder

"傜" U+509C(CJK UNIFIED IDEOGRAPH-509C)

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

Programming

C
\u509C
JavaScript
\u509C
Java
\u509C
Json
\u509C
Python
\u509C
Perl
\x{509C}
PHP
\x{509C}
Ruby
\u{509C}
Rust
\u{509C}
Go
\u509C

Web

CSS
\00509C
HtmlDecimal
傜
HtmlHexadecimal
傜
Url
%E5%82%9C

Code

MD5
606c379bbffefbeb973d0e00e4d61f57
Sha1
1d482c70d1e2cd77b256a797abfeb5a22983923e
Base64
5YKc

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u509C';
console.log(char);  // Output: 傜

Java:

char c = '\u509C';
System.out.println(c);  // Output: 傜

JSON:

{"text": "\u509C"}  // Value: 傜

Python:

char = '\u509C'
print(char)  # Output: 傜

Perl:

my $char = "\x{509C}";
print $char;  # Output: 傜

PHP:

$char = "\x{509C}";
echo $char;  // Output: 傜

Ruby:

char = "\u{509C}"
puts char  # Output: 傜

Rust:

let c = '\u{509C}';
println!("{}", c);  // Output: 傜

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00509C";  /* Display: 傜 */
}

HTML Decimal:

<p>HTML decimal: &#20636;</p>  <!-- Display: 傜 -->

HTML Hexadecimal:

<p>HTML hex: &#x509C;</p>  <!-- Display: 傜 -->

URL Encoding:

// 傜 URL encoding
https://unicodefinder.com/search.php?query=%E5%82%9C

Encodings

MD5:

606c379bbffefbeb973d0e00e4d61f57

SHA1:

1d482c70d1e2cd77b256a797abfeb5a22983923e

Base64:

5YKc