Unicode Finder

"掟" U+639F(CJK UNIFIED IDEOGRAPH-639F)

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

Programming

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

Web

CSS
\00639F
HtmlDecimal
掟
HtmlHexadecimal
掟
Url
%E6%8E%9F

Code

MD5
529aa9c3f185fdf587783cd83a9b807b
Sha1
8dd0580eb1e2821251920dd63a095974a004bc1e
Base64
5o6f

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u639F';
console.log(char);  // Output: 掟

Java:

char c = '\u639F';
System.out.println(c);  // Output: 掟

JSON:

{"text": "\u639F"}  // Value: 掟

Python:

char = '\u639F'
print(char)  # Output: 掟

Perl:

my $char = "\x{639F}";
print $char;  # Output: 掟

PHP:

$char = "\x{639F}";
echo $char;  // Output: 掟

Ruby:

char = "\u{639F}"
puts char  # Output: 掟

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25503;</p>  <!-- Display: 掟 -->

HTML Hexadecimal:

<p>HTML hex: &#x639F;</p>  <!-- Display: 掟 -->

URL Encoding:

// 掟 URL encoding
https://unicodefinder.com/search.php?query=%E6%8E%9F

Encodings

MD5:

529aa9c3f185fdf587783cd83a9b807b

SHA1:

8dd0580eb1e2821251920dd63a095974a004bc1e

Base64:

5o6f