Unicode Finder

"昧" U+6627(CJK UNIFIED IDEOGRAPH-6627)

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

Programming

C
\u6627
JavaScript
\u6627
Java
\u6627
Json
\u6627
Python
\u6627
Perl
\x{6627}
PHP
\x{6627}
Ruby
\u{6627}
Rust
\u{6627}
Go
\u6627

Web

CSS
\006627
HtmlDecimal
昧
HtmlHexadecimal
昧
Url
%E6%98%A7

Code

MD5
4adfe601d5093217272d56c0b8efdfa8
Sha1
ae922ba7481724b77129c8d8d44ffd0783d58660
Base64
5pin

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6627';
console.log(char);  // Output: 昧

Java:

char c = '\u6627';
System.out.println(c);  // Output: 昧

JSON:

{"text": "\u6627"}  // Value: 昧

Python:

char = '\u6627'
print(char)  # Output: 昧

Perl:

my $char = "\x{6627}";
print $char;  # Output: 昧

PHP:

$char = "\x{6627}";
echo $char;  // Output: 昧

Ruby:

char = "\u{6627}"
puts char  # Output: 昧

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006627";  /* Display: 昧 */
}

HTML Decimal:

<p>HTML decimal: &#26151;</p>  <!-- Display: 昧 -->

HTML Hexadecimal:

<p>HTML hex: &#x6627;</p>  <!-- Display: 昧 -->

URL Encoding:

// 昧 URL encoding
https://unicodefinder.com/search.php?query=%E6%98%A7

Encodings

MD5:

4adfe601d5093217272d56c0b8efdfa8

SHA1:

ae922ba7481724b77129c8d8d44ffd0783d58660

Base64:

5pin

© 2025 Unicode Finder

昧 U+6627 CJK UNIFIED IDEOGRAPH-6627 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me