Unicode Finder

"舶" U+8236(CJK UNIFIED IDEOGRAPH-8236)

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

Programming

C
\u8236
JavaScript
\u8236
Java
\u8236
Json
\u8236
Python
\u8236
Perl
\x{8236}
PHP
\x{8236}
Ruby
\u{8236}
Rust
\u{8236}
Go
\u8236

Web

CSS
\008236
HtmlDecimal
舶
HtmlHexadecimal
舶
Url
%E8%88%B6

Code

MD5
cf649af8193723320e8f44e0994c19bf
Sha1
9b7c1df31586269fe6ffc4c18c113f8b168e37d8
Base64
6Ii2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8236';
console.log(char);  // Output: 舶

Java:

char c = '\u8236';
System.out.println(c);  // Output: 舶

JSON:

{"text": "\u8236"}  // Value: 舶

Python:

char = '\u8236'
print(char)  # Output: 舶

Perl:

my $char = "\x{8236}";
print $char;  # Output: 舶

PHP:

$char = "\x{8236}";
echo $char;  // Output: 舶

Ruby:

char = "\u{8236}"
puts char  # Output: 舶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008236";  /* Display: 舶 */
}

HTML Decimal:

<p>HTML decimal: &#33334;</p>  <!-- Display: 舶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8236;</p>  <!-- Display: 舶 -->

URL Encoding:

// 舶 URL encoding
https://unicodefinder.com/search.php?query=%E8%88%B6

Encodings

MD5:

cf649af8193723320e8f44e0994c19bf

SHA1:

9b7c1df31586269fe6ffc4c18c113f8b168e37d8

Base64:

6Ii2