Unicode Finder

"沭" U+6CAD(CJK UNIFIED IDEOGRAPH-6CAD)

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

Programming

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

Web

CSS
\006CAD
HtmlDecimal
沭
HtmlHexadecimal
沭
Url
%E6%B2%AD

Code

MD5
3996134debfd4229c26f330ba5bf6f8a
Sha1
2555508a5e6e8bce4cf9b0d2722d6033e50cf5e0
Base64
5rKt

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6CAD';
console.log(char);  // Output: 沭

Java:

char c = '\u6CAD';
System.out.println(c);  // Output: 沭

JSON:

{"text": "\u6CAD"}  // Value: 沭

Python:

char = '\u6CAD'
print(char)  # Output: 沭

Perl:

my $char = "\x{6CAD}";
print $char;  # Output: 沭

PHP:

$char = "\x{6CAD}";
echo $char;  // Output: 沭

Ruby:

char = "\u{6CAD}"
puts char  # Output: 沭

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27821;</p>  <!-- Display: 沭 -->

HTML Hexadecimal:

<p>HTML hex: &#x6CAD;</p>  <!-- Display: 沭 -->

URL Encoding:

// 沭 URL encoding
https://unicodefinder.com/search.php?query=%E6%B2%AD

Encodings

MD5:

3996134debfd4229c26f330ba5bf6f8a

SHA1:

2555508a5e6e8bce4cf9b0d2722d6033e50cf5e0

Base64:

5rKt