Unicode Finder

"虷" U+8677(CJK UNIFIED IDEOGRAPH-8677)

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

Programming

C
\u8677
JavaScript
\u8677
Java
\u8677
Json
\u8677
Python
\u8677
Perl
\x{8677}
PHP
\x{8677}
Ruby
\u{8677}
Rust
\u{8677}
Go
\u8677

Web

CSS
\008677
HtmlDecimal
虷
HtmlHexadecimal
虷
Url
%E8%99%B7

Code

MD5
45c406744d4d3f0373c1dc90b191a46a
Sha1
bb74fd31ef4d2e17db06f086828b19f733df51b4
Base64
6Jm3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8677';
console.log(char);  // Output: 虷

Java:

char c = '\u8677';
System.out.println(c);  // Output: 虷

JSON:

{"text": "\u8677"}  // Value: 虷

Python:

char = '\u8677'
print(char)  # Output: 虷

Perl:

my $char = "\x{8677}";
print $char;  # Output: 虷

PHP:

$char = "\x{8677}";
echo $char;  // Output: 虷

Ruby:

char = "\u{8677}"
puts char  # Output: 虷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008677";  /* Display: 虷 */
}

HTML Decimal:

<p>HTML decimal: &#34423;</p>  <!-- Display: 虷 -->

HTML Hexadecimal:

<p>HTML hex: &#x8677;</p>  <!-- Display: 虷 -->

URL Encoding:

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

Encodings

MD5:

45c406744d4d3f0373c1dc90b191a46a

SHA1:

bb74fd31ef4d2e17db06f086828b19f733df51b4

Base64:

6Jm3