Unicode Finder

"餵" U+9935(CJK UNIFIED IDEOGRAPH-9935)

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

Programming

C
\u9935
JavaScript
\u9935
Java
\u9935
Json
\u9935
Python
\u9935
Perl
\x{9935}
PHP
\x{9935}
Ruby
\u{9935}
Rust
\u{9935}
Go
\u9935

Web

CSS
\009935
HtmlDecimal
餵
HtmlHexadecimal
餵
Url
%E9%A4%B5

Code

MD5
0e705c1158df85dcbe5e13010b5a67c8
Sha1
13b56788ce36632de71062e2a87c3904046fd65c
Base64
6aS1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u9935';
console.log(char);  // Output: 餵

Java:

char c = '\u9935';
System.out.println(c);  // Output: 餵

JSON:

{"text": "\u9935"}  // Value: 餵

Python:

char = '\u9935'
print(char)  # Output: 餵

Perl:

my $char = "\x{9935}";
print $char;  # Output: 餵

PHP:

$char = "\x{9935}";
echo $char;  // Output: 餵

Ruby:

char = "\u{9935}"
puts char  # Output: 餵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009935";  /* Display: 餵 */
}

HTML Decimal:

<p>HTML decimal: &#39221;</p>  <!-- Display: 餵 -->

HTML Hexadecimal:

<p>HTML hex: &#x9935;</p>  <!-- Display: 餵 -->

URL Encoding:

// 餵 URL encoding
https://unicodefinder.com/search.php?query=%E9%A4%B5

Encodings

MD5:

0e705c1158df85dcbe5e13010b5a67c8

SHA1:

13b56788ce36632de71062e2a87c3904046fd65c

Base64:

6aS1