Unicode Finder

"舾" U+823E(CJK UNIFIED IDEOGRAPH-823E)

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

Programming

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

Web

CSS
\00823E
HtmlDecimal
舾
HtmlHexadecimal
舾
Url
%E8%88%BE

Code

MD5
ff5fc80b46f7a8fdef2b7358c3f5586c
Sha1
f9789b873ad7e307d58cf53d4ba20c88dad37754
Base64
6Ii+

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u823E';
console.log(char);  // Output: 舾

Java:

char c = '\u823E';
System.out.println(c);  // Output: 舾

JSON:

{"text": "\u823E"}  // Value: 舾

Python:

char = '\u823E'
print(char)  # Output: 舾

Perl:

my $char = "\x{823E}";
print $char;  # Output: 舾

PHP:

$char = "\x{823E}";
echo $char;  // Output: 舾

Ruby:

char = "\u{823E}"
puts char  # Output: 舾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#33342;</p>  <!-- Display: 舾 -->

HTML Hexadecimal:

<p>HTML hex: &#x823E;</p>  <!-- Display: 舾 -->

URL Encoding:

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

Encodings

MD5:

ff5fc80b46f7a8fdef2b7358c3f5586c

SHA1:

f9789b873ad7e307d58cf53d4ba20c88dad37754

Base64:

6Ii+