Unicode Finder

"舽" U+823D(CJK UNIFIED IDEOGRAPH-823D)

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

Programming

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

Web

CSS
\00823D
HtmlDecimal
舽
HtmlHexadecimal
舽
Url
%E8%88%BD

Code

MD5
7b03ed6c4f7d8ce0032f3b14371783d0
Sha1
79f40d2ce37780f01b2d3f96b659c1ea5d1aa23e
Base64
6Ii9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u823D';
console.log(char);  // Output: 舽

Java:

char c = '\u823D';
System.out.println(c);  // Output: 舽

JSON:

{"text": "\u823D"}  // Value: 舽

Python:

char = '\u823D'
print(char)  # Output: 舽

Perl:

my $char = "\x{823D}";
print $char;  # Output: 舽

PHP:

$char = "\x{823D}";
echo $char;  // Output: 舽

Ruby:

char = "\u{823D}"
puts char  # Output: 舽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#33341;</p>  <!-- Display: 舽 -->

HTML Hexadecimal:

<p>HTML hex: &#x823D;</p>  <!-- Display: 舽 -->

URL Encoding:

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

Encodings

MD5:

7b03ed6c4f7d8ce0032f3b14371783d0

SHA1:

79f40d2ce37780f01b2d3f96b659c1ea5d1aa23e

Base64:

6Ii9