Unicode Finder

"怬" U+602C(CJK UNIFIED IDEOGRAPH-602C)

U+602C
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-602C

Programming

C
\u602C
JavaScript
\u602C
Java
\u602C
Json
\u602C
Python
\u602C
Perl
\x{602C}
PHP
\x{602C}
Ruby
\u{602C}
Rust
\u{602C}
Go
\u602C

Web

CSS
\00602C
HtmlDecimal
怬
HtmlHexadecimal
怬
Url
%E6%80%AC

Code

MD5
0e0d81411d64834ff589c2945824ca5f
Sha1
db249dd8d0bcf70899052775a8b452bc29708a49
Base64
5oCs

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u602C';
console.log(char);  // Output: 怬

Java:

char c = '\u602C';
System.out.println(c);  // Output: 怬

JSON:

{"text": "\u602C"}  // Value: 怬

Python:

char = '\u602C'
print(char)  # Output: 怬

Perl:

my $char = "\x{602C}";
print $char;  # Output: 怬

PHP:

$char = "\x{602C}";
echo $char;  // Output: 怬

Ruby:

char = "\u{602C}"
puts char  # Output: 怬

Rust:

let c = '\u{602C}';
println!("{}", c);  // Output: 怬

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00602C";  /* Display: 怬 */
}

HTML Decimal:

<p>HTML decimal: &#24620;</p>  <!-- Display: 怬 -->

HTML Hexadecimal:

<p>HTML hex: &#x602C;</p>  <!-- Display: 怬 -->

URL Encoding:

// 怬 URL encoding
https://unicodefinder.com/search.php?query=%E6%80%AC

Encodings

MD5:

0e0d81411d64834ff589c2945824ca5f

SHA1:

db249dd8d0bcf70899052775a8b452bc29708a49

Base64:

5oCs

© 2025 Unicode Finder

怬 U+602C CJK UNIFIED IDEOGRAPH-602C Unicode 文字 - Unicode Finder

Contact: d2@fanqiang.me