Unicode Finder

"慷" U+6177(CJK UNIFIED IDEOGRAPH-6177)

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

Programming

C
\u6177
JavaScript
\u6177
Java
\u6177
Json
\u6177
Python
\u6177
Perl
\x{6177}
PHP
\x{6177}
Ruby
\u{6177}
Rust
\u{6177}
Go
\u6177

Web

CSS
\006177
HtmlDecimal
慷
HtmlHexadecimal
慷
Url
%E6%85%B7

Code

MD5
f3623a6e48bb2ead9e2255503a7d52fe
Sha1
8121967ac961d5885e79f3fb27a1bf22d7383f18
Base64
5oW3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6177';
console.log(char);  // Output: 慷

Java:

char c = '\u6177';
System.out.println(c);  // Output: 慷

JSON:

{"text": "\u6177"}  // Value: 慷

Python:

char = '\u6177'
print(char)  # Output: 慷

Perl:

my $char = "\x{6177}";
print $char;  # Output: 慷

PHP:

$char = "\x{6177}";
echo $char;  // Output: 慷

Ruby:

char = "\u{6177}"
puts char  # Output: 慷

Rust:

let c = '\u{6177}';
println!("{}", c);  // Output: 慷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006177";  /* Display: 慷 */
}

HTML Decimal:

<p>HTML decimal: &#24951;</p>  <!-- Display: 慷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6177;</p>  <!-- Display: 慷 -->

URL Encoding:

// 慷 URL encoding
https://unicodefinder.com/search.php?query=%E6%85%B7

Encodings

MD5:

f3623a6e48bb2ead9e2255503a7d52fe

SHA1:

8121967ac961d5885e79f3fb27a1bf22d7383f18

Base64:

5oW3