Unicode Finder

"沺" U+6CBA(CJK UNIFIED IDEOGRAPH-6CBA)

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

Programming

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

Web

CSS
\006CBA
HtmlDecimal
沺
HtmlHexadecimal
沺
Url
%E6%B2%BA

Code

MD5
cea037ec3c305173e5cda0423257aa97
Sha1
54ece8d3b331f781e0231658ee58f795fcee0585
Base64
5rK6

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6CBA';
console.log(char);  // Output: 沺

Java:

char c = '\u6CBA';
System.out.println(c);  // Output: 沺

JSON:

{"text": "\u6CBA"}  // Value: 沺

Python:

char = '\u6CBA'
print(char)  # Output: 沺

Perl:

my $char = "\x{6CBA}";
print $char;  # Output: 沺

PHP:

$char = "\x{6CBA}";
echo $char;  // Output: 沺

Ruby:

char = "\u{6CBA}"
puts char  # Output: 沺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27834;</p>  <!-- Display: 沺 -->

HTML Hexadecimal:

<p>HTML hex: &#x6CBA;</p>  <!-- Display: 沺 -->

URL Encoding:

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

Encodings

MD5:

cea037ec3c305173e5cda0423257aa97

SHA1:

54ece8d3b331f781e0231658ee58f795fcee0585

Base64:

5rK6