Unicode Finder

"梒" U+6892(CJK UNIFIED IDEOGRAPH-6892)

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

Programming

C
\u6892
JavaScript
\u6892
Java
\u6892
Json
\u6892
Python
\u6892
Perl
\x{6892}
PHP
\x{6892}
Ruby
\u{6892}
Rust
\u{6892}
Go
\u6892

Web

CSS
\006892
HtmlDecimal
梒
HtmlHexadecimal
梒
Url
%E6%A2%92

Code

MD5
c156d4820b42e70cc04e62befef30c8b
Sha1
60e63014dde10d70837474e1d902d6cb1d88a92b
Base64
5qKS

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6892';
console.log(char);  // Output: 梒

Java:

char c = '\u6892';
System.out.println(c);  // Output: 梒

JSON:

{"text": "\u6892"}  // Value: 梒

Python:

char = '\u6892'
print(char)  # Output: 梒

Perl:

my $char = "\x{6892}";
print $char;  # Output: 梒

PHP:

$char = "\x{6892}";
echo $char;  // Output: 梒

Ruby:

char = "\u{6892}"
puts char  # Output: 梒

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006892";  /* Display: 梒 */
}

HTML Decimal:

<p>HTML decimal: &#26770;</p>  <!-- Display: 梒 -->

HTML Hexadecimal:

<p>HTML hex: &#x6892;</p>  <!-- Display: 梒 -->

URL Encoding:

// 梒 URL encoding
https://unicodefinder.com/search.php?query=%E6%A2%92

Encodings

MD5:

c156d4820b42e70cc04e62befef30c8b

SHA1:

60e63014dde10d70837474e1d902d6cb1d88a92b

Base64:

5qKS

© 2025 Unicode Finder

梒 U+6892 CJK UNIFIED IDEOGRAPH-6892 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me