Unicode Finder

"陶" U+9676(CJK UNIFIED IDEOGRAPH-9676)

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

Programming

C
\u9676
JavaScript
\u9676
Java
\u9676
Json
\u9676
Python
\u9676
Perl
\x{9676}
PHP
\x{9676}
Ruby
\u{9676}
Rust
\u{9676}
Go
\u9676

Web

CSS
\009676
HtmlDecimal
陶
HtmlHexadecimal
陶
Url
%E9%99%B6

Code

MD5
ec02f4e6bac128b2ef6994a4dda26fcc
Sha1
9286b9619724790b83317b0d6787630f7d7b1c04
Base64
6Zm2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9676';
console.log(char);  // Output: 陶

Java:

char c = '\u9676';
System.out.println(c);  // Output: 陶

JSON:

{"text": "\u9676"}  // Value: 陶

Python:

char = '\u9676'
print(char)  # Output: 陶

Perl:

my $char = "\x{9676}";
print $char;  # Output: 陶

PHP:

$char = "\x{9676}";
echo $char;  // Output: 陶

Ruby:

char = "\u{9676}"
puts char  # Output: 陶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009676";  /* Display: 陶 */
}

HTML Decimal:

<p>HTML decimal: &#38518;</p>  <!-- Display: 陶 -->

HTML Hexadecimal:

<p>HTML hex: &#x9676;</p>  <!-- Display: 陶 -->

URL Encoding:

// 陶 URL encoding
https://unicodefinder.com/search.php?query=%E9%99%B6

Encodings

MD5:

ec02f4e6bac128b2ef6994a4dda26fcc

SHA1:

9286b9619724790b83317b0d6787630f7d7b1c04

Base64:

6Zm2