Unicode Finder

"耸" U+8038(CJK UNIFIED IDEOGRAPH-8038)

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

Programming

C
\u8038
JavaScript
\u8038
Java
\u8038
Json
\u8038
Python
\u8038
Perl
\x{8038}
PHP
\x{8038}
Ruby
\u{8038}
Rust
\u{8038}
Go
\u8038

Web

CSS
\008038
HtmlDecimal
耸
HtmlHexadecimal
耸
Url
%E8%80%B8

Code

MD5
d95b76fed8b77b09d980ffd0f9a58458
Sha1
14892a6d4ec121399d839b78104d648bae6ac8bc
Base64
6IC4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8038';
console.log(char);  // Output: 耸

Java:

char c = '\u8038';
System.out.println(c);  // Output: 耸

JSON:

{"text": "\u8038"}  // Value: 耸

Python:

char = '\u8038'
print(char)  # Output: 耸

Perl:

my $char = "\x{8038}";
print $char;  # Output: 耸

PHP:

$char = "\x{8038}";
echo $char;  // Output: 耸

Ruby:

char = "\u{8038}"
puts char  # Output: 耸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008038";  /* Display: 耸 */
}

HTML Decimal:

<p>HTML decimal: &#32824;</p>  <!-- Display: 耸 -->

HTML Hexadecimal:

<p>HTML hex: &#x8038;</p>  <!-- Display: 耸 -->

URL Encoding:

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

Encodings

MD5:

d95b76fed8b77b09d980ffd0f9a58458

SHA1:

14892a6d4ec121399d839b78104d648bae6ac8bc

Base64:

6IC4