Unicode Finder

"掙" U+6399(CJK UNIFIED IDEOGRAPH-6399)

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

Programming

C
\u6399
JavaScript
\u6399
Java
\u6399
Json
\u6399
Python
\u6399
Perl
\x{6399}
PHP
\x{6399}
Ruby
\u{6399}
Rust
\u{6399}
Go
\u6399

Web

CSS
\006399
HtmlDecimal
掙
HtmlHexadecimal
掙
Url
%E6%8E%99

Code

MD5
48e607355d3c8dacf0705de038619948
Sha1
e3fcbc1fbdcea4a0dd46b663a20bceda2f58387e
Base64
5o6Z

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6399';
console.log(char);  // Output: 掙

Java:

char c = '\u6399';
System.out.println(c);  // Output: 掙

JSON:

{"text": "\u6399"}  // Value: 掙

Python:

char = '\u6399'
print(char)  # Output: 掙

Perl:

my $char = "\x{6399}";
print $char;  # Output: 掙

PHP:

$char = "\x{6399}";
echo $char;  // Output: 掙

Ruby:

char = "\u{6399}"
puts char  # Output: 掙

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006399";  /* Display: 掙 */
}

HTML Decimal:

<p>HTML decimal: &#25497;</p>  <!-- Display: 掙 -->

HTML Hexadecimal:

<p>HTML hex: &#x6399;</p>  <!-- Display: 掙 -->

URL Encoding:

// 掙 URL encoding
https://unicodefinder.com/search.php?query=%E6%8E%99

Encodings

MD5:

48e607355d3c8dacf0705de038619948

SHA1:

e3fcbc1fbdcea4a0dd46b663a20bceda2f58387e

Base64:

5o6Z