Unicode Finder

"滄" U+6EC4(CJK UNIFIED IDEOGRAPH-6EC4)

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

Programming

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

Web

CSS
\006EC4
HtmlDecimal
滄
HtmlHexadecimal
滄
Url
%E6%BB%84

Code

MD5
b5e5f3859dee1e1d0928426e4102d681
Sha1
460075196d70100810b564d5458ce37701daf51d
Base64
5ruE

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6EC4';
console.log(char);  // Output: 滄

Java:

char c = '\u6EC4';
System.out.println(c);  // Output: 滄

JSON:

{"text": "\u6EC4"}  // Value: 滄

Python:

char = '\u6EC4'
print(char)  # Output: 滄

Perl:

my $char = "\x{6EC4}";
print $char;  # Output: 滄

PHP:

$char = "\x{6EC4}";
echo $char;  // Output: 滄

Ruby:

char = "\u{6EC4}"
puts char  # Output: 滄

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28356;</p>  <!-- Display: 滄 -->

HTML Hexadecimal:

<p>HTML hex: &#x6EC4;</p>  <!-- Display: 滄 -->

URL Encoding:

// 滄 URL encoding
https://unicodefinder.com/search.php?query=%E6%BB%84

Encodings

MD5:

b5e5f3859dee1e1d0928426e4102d681

SHA1:

460075196d70100810b564d5458ce37701daf51d

Base64:

5ruE