Unicode Finder

"耵" U+8035(CJK UNIFIED IDEOGRAPH-8035)

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

Programming

C
\u8035
JavaScript
\u8035
Java
\u8035
Json
\u8035
Python
\u8035
Perl
\x{8035}
PHP
\x{8035}
Ruby
\u{8035}
Rust
\u{8035}
Go
\u8035

Web

CSS
\008035
HtmlDecimal
耵
HtmlHexadecimal
耵
Url
%E8%80%B5

Code

MD5
4bf3e59b73d1ead01bb45bff9ea928be
Sha1
899c5b656e8d9ee1ecba0c1c4417e0a16ddb81a4
Base64
6IC1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8035';
console.log(char);  // Output: 耵

Java:

char c = '\u8035';
System.out.println(c);  // Output: 耵

JSON:

{"text": "\u8035"}  // Value: 耵

Python:

char = '\u8035'
print(char)  # Output: 耵

Perl:

my $char = "\x{8035}";
print $char;  # Output: 耵

PHP:

$char = "\x{8035}";
echo $char;  // Output: 耵

Ruby:

char = "\u{8035}"
puts char  # Output: 耵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008035";  /* Display: 耵 */
}

HTML Decimal:

<p>HTML decimal: &#32821;</p>  <!-- Display: 耵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8035;</p>  <!-- Display: 耵 -->

URL Encoding:

// 耵 URL encoding
https://unicodefinder.com/search.php?query=%E8%80%B5

Encodings

MD5:

4bf3e59b73d1ead01bb45bff9ea928be

SHA1:

899c5b656e8d9ee1ecba0c1c4417e0a16ddb81a4

Base64:

6IC1