Unicode Finder

"茵" U+8335(CJK UNIFIED IDEOGRAPH-8335)

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

Programming

C
\u8335
JavaScript
\u8335
Java
\u8335
Json
\u8335
Python
\u8335
Perl
\x{8335}
PHP
\x{8335}
Ruby
\u{8335}
Rust
\u{8335}
Go
\u8335

Web

CSS
\008335
HtmlDecimal
茵
HtmlHexadecimal
茵
Url
%E8%8C%B5

Code

MD5
45e4d554f581fb775c6043e42e6b54c8
Sha1
be972fc9935af751568e8e39b7b3e02ee329eaa2
Base64
6Iy1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8335';
console.log(char);  // Output: 茵

Java:

char c = '\u8335';
System.out.println(c);  // Output: 茵

JSON:

{"text": "\u8335"}  // Value: 茵

Python:

char = '\u8335'
print(char)  # Output: 茵

Perl:

my $char = "\x{8335}";
print $char;  # Output: 茵

PHP:

$char = "\x{8335}";
echo $char;  // Output: 茵

Ruby:

char = "\u{8335}"
puts char  # Output: 茵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008335";  /* Display: 茵 */
}

HTML Decimal:

<p>HTML decimal: &#33589;</p>  <!-- Display: 茵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8335;</p>  <!-- Display: 茵 -->

URL Encoding:

// 茵 URL encoding
https://unicodefinder.com/search.php?query=%E8%8C%B5

Encodings

MD5:

45e4d554f581fb775c6043e42e6b54c8

SHA1:

be972fc9935af751568e8e39b7b3e02ee329eaa2

Base64:

6Iy1