Unicode Finder

"慵" U+6175(CJK UNIFIED IDEOGRAPH-6175)

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

Programming

C
\u6175
JavaScript
\u6175
Java
\u6175
Json
\u6175
Python
\u6175
Perl
\x{6175}
PHP
\x{6175}
Ruby
\u{6175}
Rust
\u{6175}
Go
\u6175

Web

CSS
\006175
HtmlDecimal
慵
HtmlHexadecimal
慵
Url
%E6%85%B5

Code

MD5
a1a7e8b3f5d3b80f48a9be8e3953697d
Sha1
2c8fcbb1011c81a55fd0e7c3b016587f39036069
Base64
5oW1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6175';
console.log(char);  // Output: 慵

Java:

char c = '\u6175';
System.out.println(c);  // Output: 慵

JSON:

{"text": "\u6175"}  // Value: 慵

Python:

char = '\u6175'
print(char)  # Output: 慵

Perl:

my $char = "\x{6175}";
print $char;  # Output: 慵

PHP:

$char = "\x{6175}";
echo $char;  // Output: 慵

Ruby:

char = "\u{6175}"
puts char  # Output: 慵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006175";  /* Display: 慵 */
}

HTML Decimal:

<p>HTML decimal: &#24949;</p>  <!-- Display: 慵 -->

HTML Hexadecimal:

<p>HTML hex: &#x6175;</p>  <!-- Display: 慵 -->

URL Encoding:

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

Encodings

MD5:

a1a7e8b3f5d3b80f48a9be8e3953697d

SHA1:

2c8fcbb1011c81a55fd0e7c3b016587f39036069

Base64:

5oW1