Unicode Finder

"蘽" U+863D(CJK UNIFIED IDEOGRAPH-863D)

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

Programming

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

Web

CSS
\00863D
HtmlDecimal
蘽
HtmlHexadecimal
蘽
Url
%E8%98%BD

Code

MD5
fcfe601aee61f3d82bc9e9dfb8e0deab
Sha1
c4b527669fc8036760842a95bfad11ffceb7736a
Base64
6Ji9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u863D';
console.log(char);  // Output: 蘽

Java:

char c = '\u863D';
System.out.println(c);  // Output: 蘽

JSON:

{"text": "\u863D"}  // Value: 蘽

Python:

char = '\u863D'
print(char)  # Output: 蘽

Perl:

my $char = "\x{863D}";
print $char;  # Output: 蘽

PHP:

$char = "\x{863D}";
echo $char;  // Output: 蘽

Ruby:

char = "\u{863D}"
puts char  # Output: 蘽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#34365;</p>  <!-- Display: 蘽 -->

HTML Hexadecimal:

<p>HTML hex: &#x863D;</p>  <!-- Display: 蘽 -->

URL Encoding:

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

Encodings

MD5:

fcfe601aee61f3d82bc9e9dfb8e0deab

SHA1:

c4b527669fc8036760842a95bfad11ffceb7736a

Base64:

6Ji9