Unicode Finder

"挵" U+6335(CJK UNIFIED IDEOGRAPH-6335)

U+6335
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-6335

Programming

C
\u6335
JavaScript
\u6335
Java
\u6335
Json
\u6335
Python
\u6335
Perl
\x{6335}
PHP
\x{6335}
Ruby
\u{6335}
Rust
\u{6335}
Go
\u6335

Web

CSS
\006335
HtmlDecimal
挵
HtmlHexadecimal
挵
Url
%E6%8C%B5

Code

MD5
ede109580a29713d320d03aa046d265c
Sha1
03f6e5f495475b51656b2546c6ea4e87e4ed5978
Base64
5oy1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6335';
console.log(char);  // Output: 挵

Java:

char c = '\u6335';
System.out.println(c);  // Output: 挵

JSON:

{"text": "\u6335"}  // Value: 挵

Python:

char = '\u6335'
print(char)  # Output: 挵

Perl:

my $char = "\x{6335}";
print $char;  # Output: 挵

PHP:

$char = "\x{6335}";
echo $char;  // Output: 挵

Ruby:

char = "\u{6335}"
puts char  # Output: 挵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006335";  /* Display: 挵 */
}

HTML Decimal:

<p>HTML decimal: &#25397;</p>  <!-- Display: 挵 -->

HTML Hexadecimal:

<p>HTML hex: &#x6335;</p>  <!-- Display: 挵 -->

URL Encoding:

// 挵 URL encoding
https://unicodefinder.com/search.php?query=%E6%8C%B5

Encodings

MD5:

ede109580a29713d320d03aa046d265c

SHA1:

03f6e5f495475b51656b2546c6ea4e87e4ed5978

Base64:

5oy1