Unicode Finder

"櫛" U+6ADB(CJK UNIFIED IDEOGRAPH-6ADB)

U+6ADB
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6ADB

Programming

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

Web

CSS
\006ADB
HtmlDecimal
櫛
HtmlHexadecimal
櫛
Url
%E6%AB%9B

Code

MD5
e113172bed852abca8782dbcd28a1180
Sha1
e491515783fec4f121568f0f386cbb0c41ea23b3
Base64
5qub

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6ADB';
console.log(char);  // Output: 櫛

Java:

char c = '\u6ADB';
System.out.println(c);  // Output: 櫛

JSON:

{"text": "\u6ADB"}  // Value: 櫛

Python:

char = '\u6ADB'
print(char)  # Output: 櫛

Perl:

my $char = "\x{6ADB}";
print $char;  # Output: 櫛

PHP:

$char = "\x{6ADB}";
echo $char;  // Output: 櫛

Ruby:

char = "\u{6ADB}"
puts char  # Output: 櫛

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27355;</p>  <!-- Display: 櫛 -->

HTML Hexadecimal:

<p>HTML hex: &#x6ADB;</p>  <!-- Display: 櫛 -->

URL Encoding:

// 櫛 URL encoding
https://unicodefinder.com/search.php?query=%E6%AB%9B

Encodings

MD5:

e113172bed852abca8782dbcd28a1180

SHA1:

e491515783fec4f121568f0f386cbb0c41ea23b3

Base64:

5qub