Unicode Finder

"硼" U+787C(CJK UNIFIED IDEOGRAPH-787C)

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

Programming

C
\u787C
JavaScript
\u787C
Java
\u787C
Json
\u787C
Python
\u787C
Perl
\x{787C}
PHP
\x{787C}
Ruby
\u{787C}
Rust
\u{787C}
Go
\u787C

Web

CSS
\00787C
HtmlDecimal
硼
HtmlHexadecimal
硼
Url
%E7%A1%BC

Code

MD5
c2db1a858b10abcb79bde62e2d9466a0
Sha1
3e3cf013f8dc91a3e45041c2bf2fb184873d2a67
Base64
56G8

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u787C';
console.log(char);  // Output: 硼

Java:

char c = '\u787C';
System.out.println(c);  // Output: 硼

JSON:

{"text": "\u787C"}  // Value: 硼

Python:

char = '\u787C'
print(char)  # Output: 硼

Perl:

my $char = "\x{787C}";
print $char;  # Output: 硼

PHP:

$char = "\x{787C}";
echo $char;  // Output: 硼

Ruby:

char = "\u{787C}"
puts char  # Output: 硼

Rust:

let c = '\u{787C}';
println!("{}", c);  // Output: 硼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00787C";  /* Display: 硼 */
}

HTML Decimal:

<p>HTML decimal: &#30844;</p>  <!-- Display: 硼 -->

HTML Hexadecimal:

<p>HTML hex: &#x787C;</p>  <!-- Display: 硼 -->

URL Encoding:

// 硼 URL encoding
https://unicodefinder.com/search.php?query=%E7%A1%BC

Encodings

MD5:

c2db1a858b10abcb79bde62e2d9466a0

SHA1:

3e3cf013f8dc91a3e45041c2bf2fb184873d2a67

Base64:

56G8