Unicode Finder

"治" U+6CBB(CJK UNIFIED IDEOGRAPH-6CBB)

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

Programming

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

Web

CSS
\006CBB
HtmlDecimal
治
HtmlHexadecimal
治
Url
%E6%B2%BB

Code

MD5
2b383f6cd559d79ed736d8b174c057f8
Sha1
b4f7dfceada1e00f0dc515032fb8163703ae737e
Base64
5rK7

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6CBB';
console.log(char);  // Output: 治

Java:

char c = '\u6CBB';
System.out.println(c);  // Output: 治

JSON:

{"text": "\u6CBB"}  // Value: 治

Python:

char = '\u6CBB'
print(char)  # Output: 治

Perl:

my $char = "\x{6CBB}";
print $char;  # Output: 治

PHP:

$char = "\x{6CBB}";
echo $char;  // Output: 治

Ruby:

char = "\u{6CBB}"
puts char  # Output: 治

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27835;</p>  <!-- Display: 治 -->

HTML Hexadecimal:

<p>HTML hex: &#x6CBB;</p>  <!-- Display: 治 -->

URL Encoding:

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

Encodings

MD5:

2b383f6cd559d79ed736d8b174c057f8

SHA1:

b4f7dfceada1e00f0dc515032fb8163703ae737e

Base64:

5rK7