Unicode Finder

"梘" U+6898(CJK UNIFIED IDEOGRAPH-6898)

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

Programming

C
\u6898
JavaScript
\u6898
Java
\u6898
Json
\u6898
Python
\u6898
Perl
\x{6898}
PHP
\x{6898}
Ruby
\u{6898}
Rust
\u{6898}
Go
\u6898

Web

CSS
\006898
HtmlDecimal
梘
HtmlHexadecimal
梘
Url
%E6%A2%98

Code

MD5
9064a9dfa9c82d345e66ff40e5411b17
Sha1
c69705f2b9b92aed590d3179ce927d45f01896e4
Base64
5qKY

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6898';
console.log(char);  // Output: 梘

Java:

char c = '\u6898';
System.out.println(c);  // Output: 梘

JSON:

{"text": "\u6898"}  // Value: 梘

Python:

char = '\u6898'
print(char)  # Output: 梘

Perl:

my $char = "\x{6898}";
print $char;  # Output: 梘

PHP:

$char = "\x{6898}";
echo $char;  // Output: 梘

Ruby:

char = "\u{6898}"
puts char  # Output: 梘

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006898";  /* Display: 梘 */
}

HTML Decimal:

<p>HTML decimal: &#26776;</p>  <!-- Display: 梘 -->

HTML Hexadecimal:

<p>HTML hex: &#x6898;</p>  <!-- Display: 梘 -->

URL Encoding:

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

Encodings

MD5:

9064a9dfa9c82d345e66ff40e5411b17

SHA1:

c69705f2b9b92aed590d3179ce927d45f01896e4

Base64:

5qKY

© 2025 Unicode Finder

梘 U+6898 CJK UNIFIED IDEOGRAPH-6898 Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me