Unicode Finder

"挏" U+630F(CJK UNIFIED IDEOGRAPH-630F)

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

Programming

C
\u630F
JavaScript
\u630F
Java
\u630F
Json
\u630F
Python
\u630F
Perl
\x{630F}
PHP
\x{630F}
Ruby
\u{630F}
Rust
\u{630F}
Go
\u630F

Web

CSS
\00630F
HtmlDecimal
挏
HtmlHexadecimal
挏
Url
%E6%8C%8F

Code

MD5
c0aa196ae130d902ff573a83e581d73a
Sha1
52ba17566c5d50392bf268f06a59eb9e201728a1
Base64
5oyP

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u630F';
console.log(char);  // Output: 挏

Java:

char c = '\u630F';
System.out.println(c);  // Output: 挏

JSON:

{"text": "\u630F"}  // Value: 挏

Python:

char = '\u630F'
print(char)  # Output: 挏

Perl:

my $char = "\x{630F}";
print $char;  # Output: 挏

PHP:

$char = "\x{630F}";
echo $char;  // Output: 挏

Ruby:

char = "\u{630F}"
puts char  # Output: 挏

Rust:

let c = '\u{630F}';
println!("{}", c);  // Output: 挏

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00630F";  /* Display: 挏 */
}

HTML Decimal:

<p>HTML decimal: &#25359;</p>  <!-- Display: 挏 -->

HTML Hexadecimal:

<p>HTML hex: &#x630F;</p>  <!-- Display: 挏 -->

URL Encoding:

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

Encodings

MD5:

c0aa196ae130d902ff573a83e581d73a

SHA1:

52ba17566c5d50392bf268f06a59eb9e201728a1

Base64:

5oyP