Unicode Finder

"況" U+6CC1(CJK UNIFIED IDEOGRAPH-6CC1)

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

Programming

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

Web

CSS
\006CC1
HtmlDecimal
況
HtmlHexadecimal
況
Url
%E6%B3%81

Code

MD5
faf858c69e41763d23778870b7f76c94
Sha1
4596523f2bb55cddfebcd1ac49305cc371276e2b
Base64
5rOB

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6CC1';
console.log(char);  // Output: 況

Java:

char c = '\u6CC1';
System.out.println(c);  // Output: 況

JSON:

{"text": "\u6CC1"}  // Value: 況

Python:

char = '\u6CC1'
print(char)  # Output: 況

Perl:

my $char = "\x{6CC1}";
print $char;  # Output: 況

PHP:

$char = "\x{6CC1}";
echo $char;  // Output: 況

Ruby:

char = "\u{6CC1}"
puts char  # Output: 況

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27841;</p>  <!-- Display: 況 -->

HTML Hexadecimal:

<p>HTML hex: &#x6CC1;</p>  <!-- Display: 況 -->

URL Encoding:

// 況 URL encoding
https://unicodefinder.com/search.php?query=%E6%B3%81

Encodings

MD5:

faf858c69e41763d23778870b7f76c94

SHA1:

4596523f2bb55cddfebcd1ac49305cc371276e2b

Base64:

5rOB