Unicode Finder

"蔽" U+853D(CJK UNIFIED IDEOGRAPH-853D)

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

Programming

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

Web

CSS
\00853D
HtmlDecimal
蔽
HtmlHexadecimal
蔽
Url
%E8%94%BD

Code

MD5
4375d7feb501bcbde956acaa1a493d3f
Sha1
7913f22c7c6eeffa289dbc53b7b8f8bfa6dd0aea
Base64
6JS9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u853D';
console.log(char);  // Output: 蔽

Java:

char c = '\u853D';
System.out.println(c);  // Output: 蔽

JSON:

{"text": "\u853D"}  // Value: 蔽

Python:

char = '\u853D'
print(char)  # Output: 蔽

Perl:

my $char = "\x{853D}";
print $char;  # Output: 蔽

PHP:

$char = "\x{853D}";
echo $char;  // Output: 蔽

Ruby:

char = "\u{853D}"
puts char  # Output: 蔽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34109;</p>  <!-- Display: 蔽 -->

HTML Hexadecimal:

<p>HTML hex: &#x853D;</p>  <!-- Display: 蔽 -->

URL Encoding:

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

Encodings

MD5:

4375d7feb501bcbde956acaa1a493d3f

SHA1:

7913f22c7c6eeffa289dbc53b7b8f8bfa6dd0aea

Base64:

6JS9