Unicode Finder

"濼" U+6FFC(CJK UNIFIED IDEOGRAPH-6FFC)

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

Programming

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

Web

CSS
\006FFC
HtmlDecimal
濼
HtmlHexadecimal
濼
Url
%E6%BF%BC

Code

MD5
47b5416fb38c495bf2d177f8200b2a19
Sha1
d98331db3e6b13ef3989338e02a6110b08f9e089
Base64
5r+8

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6FFC';
console.log(char);  // Output: 濼

Java:

char c = '\u6FFC';
System.out.println(c);  // Output: 濼

JSON:

{"text": "\u6FFC"}  // Value: 濼

Python:

char = '\u6FFC'
print(char)  # Output: 濼

Perl:

my $char = "\x{6FFC}";
print $char;  # Output: 濼

PHP:

$char = "\x{6FFC}";
echo $char;  // Output: 濼

Ruby:

char = "\u{6FFC}"
puts char  # Output: 濼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28668;</p>  <!-- Display: 濼 -->

HTML Hexadecimal:

<p>HTML hex: &#x6FFC;</p>  <!-- Display: 濼 -->

URL Encoding:

// 濼 URL encoding
https://unicodefinder.com/search.php?query=%E6%BF%BC

Encodings

MD5:

47b5416fb38c495bf2d177f8200b2a19

SHA1:

d98331db3e6b13ef3989338e02a6110b08f9e089

Base64:

5r+8