Unicode Finder

"起" U+8D77(CJK UNIFIED IDEOGRAPH-8D77)

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

Programming

C
\u8D77
JavaScript
\u8D77
Java
\u8D77
Json
\u8D77
Python
\u8D77
Perl
\x{8D77}
PHP
\x{8D77}
Ruby
\u{8D77}
Rust
\u{8D77}
Go
\u8D77

Web

CSS
\008D77
HtmlDecimal
起
HtmlHexadecimal
起
Url
%E8%B5%B7

Code

MD5
308fdfa05b71c91c3e993d7154efe733
Sha1
29195326fd1323aae990ceb94a12a95212b1ada7
Base64
6LW3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8D77';
console.log(char);  // Output: 起

Java:

char c = '\u8D77';
System.out.println(c);  // Output: 起

JSON:

{"text": "\u8D77"}  // Value: 起

Python:

char = '\u8D77'
print(char)  # Output: 起

Perl:

my $char = "\x{8D77}";
print $char;  # Output: 起

PHP:

$char = "\x{8D77}";
echo $char;  // Output: 起

Ruby:

char = "\u{8D77}"
puts char  # Output: 起

Rust:

let c = '\u{8D77}';
println!("{}", c);  // Output: 起

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008D77";  /* Display: 起 */
}

HTML Decimal:

<p>HTML decimal: &#36215;</p>  <!-- Display: 起 -->

HTML Hexadecimal:

<p>HTML hex: &#x8D77;</p>  <!-- Display: 起 -->

URL Encoding:

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

Encodings

MD5:

308fdfa05b71c91c3e993d7154efe733

SHA1:

29195326fd1323aae990ceb94a12a95212b1ada7

Base64:

6LW3