Unicode Finder

"虵" U+8675(CJK UNIFIED IDEOGRAPH-8675)

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

Programming

C
\u8675
JavaScript
\u8675
Java
\u8675
Json
\u8675
Python
\u8675
Perl
\x{8675}
PHP
\x{8675}
Ruby
\u{8675}
Rust
\u{8675}
Go
\u8675

Web

CSS
\008675
HtmlDecimal
虵
HtmlHexadecimal
虵
Url
%E8%99%B5

Code

MD5
53b3cd6de3b417d447adf3f0dfb4298f
Sha1
dbc99fc664edc5e3195b1e4eff98c3666bc38b10
Base64
6Jm1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8675';
console.log(char);  // Output: 虵

Java:

char c = '\u8675';
System.out.println(c);  // Output: 虵

JSON:

{"text": "\u8675"}  // Value: 虵

Python:

char = '\u8675'
print(char)  # Output: 虵

Perl:

my $char = "\x{8675}";
print $char;  # Output: 虵

PHP:

$char = "\x{8675}";
echo $char;  // Output: 虵

Ruby:

char = "\u{8675}"
puts char  # Output: 虵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008675";  /* Display: 虵 */
}

HTML Decimal:

<p>HTML decimal: &#34421;</p>  <!-- Display: 虵 -->

HTML Hexadecimal:

<p>HTML hex: &#x8675;</p>  <!-- Display: 虵 -->

URL Encoding:

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

Encodings

MD5:

53b3cd6de3b417d447adf3f0dfb4298f

SHA1:

dbc99fc664edc5e3195b1e4eff98c3666bc38b10

Base64:

6Jm1