Unicode Finder

"抐" U+6290(CJK UNIFIED IDEOGRAPH-6290)

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

Programming

C
\u6290
JavaScript
\u6290
Java
\u6290
Json
\u6290
Python
\u6290
Perl
\x{6290}
PHP
\x{6290}
Ruby
\u{6290}
Rust
\u{6290}
Go
\u6290

Web

CSS
\006290
HtmlDecimal
抐
HtmlHexadecimal
抐
Url
%E6%8A%90

Code

MD5
a9e53c20e60e455d30f215e0a32274e4
Sha1
60c2eabb65a5a72d8cec1c4d6f157858a9d0dff5
Base64
5oqQ

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6290';
console.log(char);  // Output: 抐

Java:

char c = '\u6290';
System.out.println(c);  // Output: 抐

JSON:

{"text": "\u6290"}  // Value: 抐

Python:

char = '\u6290'
print(char)  # Output: 抐

Perl:

my $char = "\x{6290}";
print $char;  # Output: 抐

PHP:

$char = "\x{6290}";
echo $char;  // Output: 抐

Ruby:

char = "\u{6290}"
puts char  # Output: 抐

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006290";  /* Display: 抐 */
}

HTML Decimal:

<p>HTML decimal: &#25232;</p>  <!-- Display: 抐 -->

HTML Hexadecimal:

<p>HTML hex: &#x6290;</p>  <!-- Display: 抐 -->

URL Encoding:

// 抐 URL encoding
https://unicodefinder.com/search.php?query=%E6%8A%90

Encodings

MD5:

a9e53c20e60e455d30f215e0a32274e4

SHA1:

60c2eabb65a5a72d8cec1c4d6f157858a9d0dff5

Base64:

5oqQ

© 2025 Unicode Finder

抐 U+6290 CJK UNIFIED IDEOGRAPH-6290 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me