Unicode Finder

"蕟" U+855F(CJK UNIFIED IDEOGRAPH-855F)

U+855F
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-855F

Programming

C
\u855F
JavaScript
\u855F
Java
\u855F
Json
\u855F
Python
\u855F
Perl
\x{855F}
PHP
\x{855F}
Ruby
\u{855F}
Rust
\u{855F}
Go
\u855F

Web

CSS
\00855F
HtmlDecimal
蕟
HtmlHexadecimal
蕟
Url
%E8%95%9F

Code

MD5
2238a127b2902fa19a959d24b0005c13
Sha1
e54f4cabdedc389056acaa24a85ebf156a32400a
Base64
6JWf

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u855F';
console.log(char);  // Output: 蕟

Java:

char c = '\u855F';
System.out.println(c);  // Output: 蕟

JSON:

{"text": "\u855F"}  // Value: 蕟

Python:

char = '\u855F'
print(char)  # Output: 蕟

Perl:

my $char = "\x{855F}";
print $char;  # Output: 蕟

PHP:

$char = "\x{855F}";
echo $char;  // Output: 蕟

Ruby:

char = "\u{855F}"
puts char  # Output: 蕟

Rust:

let c = '\u{855F}';
println!("{}", c);  // Output: 蕟

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00855F";  /* Display: 蕟 */
}

HTML Decimal:

<p>HTML decimal: &#34143;</p>  <!-- Display: 蕟 -->

HTML Hexadecimal:

<p>HTML hex: &#x855F;</p>  <!-- Display: 蕟 -->

URL Encoding:

// 蕟 URL encoding
https://unicodefinder.com/search.php?query=%E8%95%9F

Encodings

MD5:

2238a127b2902fa19a959d24b0005c13

SHA1:

e54f4cabdedc389056acaa24a85ebf156a32400a

Base64:

6JWf