Unicode Finder

"舻" U+823B(CJK UNIFIED IDEOGRAPH-823B)

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

Programming

C
\u823B
JavaScript
\u823B
Java
\u823B
Json
\u823B
Python
\u823B
Perl
\x{823B}
PHP
\x{823B}
Ruby
\u{823B}
Rust
\u{823B}
Go
\u823B

Web

CSS
\00823B
HtmlDecimal
舻
HtmlHexadecimal
舻
Url
%E8%88%BB

Code

MD5
a1dc15b7041c7da42145867e98190371
Sha1
a6165f443ce976b1bfc024b4589ea0d2cc0acc9b
Base64
6Ii7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u823B';
console.log(char);  // Output: 舻

Java:

char c = '\u823B';
System.out.println(c);  // Output: 舻

JSON:

{"text": "\u823B"}  // Value: 舻

Python:

char = '\u823B'
print(char)  # Output: 舻

Perl:

my $char = "\x{823B}";
print $char;  # Output: 舻

PHP:

$char = "\x{823B}";
echo $char;  // Output: 舻

Ruby:

char = "\u{823B}"
puts char  # Output: 舻

Rust:

let c = '\u{823B}';
println!("{}", c);  // Output: 舻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00823B";  /* Display: 舻 */
}

HTML Decimal:

<p>HTML decimal: &#33339;</p>  <!-- Display: 舻 -->

HTML Hexadecimal:

<p>HTML hex: &#x823B;</p>  <!-- Display: 舻 -->

URL Encoding:

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

Encodings

MD5:

a1dc15b7041c7da42145867e98190371

SHA1:

a6165f443ce976b1bfc024b4589ea0d2cc0acc9b

Base64:

6Ii7