Unicode Finder

"涜" U+6D9C(CJK UNIFIED IDEOGRAPH-6D9C)

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

Programming

C
\u6D9C
JavaScript
\u6D9C
Java
\u6D9C
Json
\u6D9C
Python
\u6D9C
Perl
\x{6D9C}
PHP
\x{6D9C}
Ruby
\u{6D9C}
Rust
\u{6D9C}
Go
\u6D9C

Web

CSS
\006D9C
HtmlDecimal
涜
HtmlHexadecimal
涜
Url
%E6%B6%9C

Code

MD5
ccd2570822e57ab095b67816dab550f9
Sha1
0fd842075cbd44eba39032e0022fca3b2da25618
Base64
5rac

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D9C';
console.log(char);  // Output: 涜

Java:

char c = '\u6D9C';
System.out.println(c);  // Output: 涜

JSON:

{"text": "\u6D9C"}  // Value: 涜

Python:

char = '\u6D9C'
print(char)  # Output: 涜

Perl:

my $char = "\x{6D9C}";
print $char;  # Output: 涜

PHP:

$char = "\x{6D9C}";
echo $char;  // Output: 涜

Ruby:

char = "\u{6D9C}"
puts char  # Output: 涜

Rust:

let c = '\u{6D9C}';
println!("{}", c);  // Output: 涜

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006D9C";  /* Display: 涜 */
}

HTML Decimal:

<p>HTML decimal: &#28060;</p>  <!-- Display: 涜 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D9C;</p>  <!-- Display: 涜 -->

URL Encoding:

// 涜 URL encoding
https://unicodefinder.com/search.php?query=%E6%B6%9C

Encodings

MD5:

ccd2570822e57ab095b67816dab550f9

SHA1:

0fd842075cbd44eba39032e0022fca3b2da25618

Base64:

5rac

© 2025 Unicode Finder

涜 U+6D9C CJK UNIFIED IDEOGRAPH-6D9C Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me