Unicode Finder

"淛" U+6DDB(CJK UNIFIED IDEOGRAPH-6DDB)

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

Programming

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

Web

CSS
\006DDB
HtmlDecimal
淛
HtmlHexadecimal
淛
Url
%E6%B7%9B

Code

MD5
e4b1c341595aaceb1409c2679606077e
Sha1
d3ec087bcb6ca2b34d41b2b28be6900db21399fc
Base64
5reb

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6DDB';
console.log(char);  // Output: 淛

Java:

char c = '\u6DDB';
System.out.println(c);  // Output: 淛

JSON:

{"text": "\u6DDB"}  // Value: 淛

Python:

char = '\u6DDB'
print(char)  # Output: 淛

Perl:

my $char = "\x{6DDB}";
print $char;  # Output: 淛

PHP:

$char = "\x{6DDB}";
echo $char;  // Output: 淛

Ruby:

char = "\u{6DDB}"
puts char  # Output: 淛

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28123;</p>  <!-- Display: 淛 -->

HTML Hexadecimal:

<p>HTML hex: &#x6DDB;</p>  <!-- Display: 淛 -->

URL Encoding:

// 淛 URL encoding
https://unicodefinder.com/search.php?query=%E6%B7%9B

Encodings

MD5:

e4b1c341595aaceb1409c2679606077e

SHA1:

d3ec087bcb6ca2b34d41b2b28be6900db21399fc

Base64:

5reb

© 2025 Unicode Finder

淛 U+6DDB CJK UNIFIED IDEOGRAPH-6DDB Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me