Unicode Finder

"唼" U+553C(CJK UNIFIED IDEOGRAPH-553C)

U+553C
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-553C

Programming

C
\u553C
JavaScript
\u553C
Java
\u553C
Json
\u553C
Python
\u553C
Perl
\x{553C}
PHP
\x{553C}
Ruby
\u{553C}
Rust
\u{553C}
Go
\u553C

Web

CSS
\00553C
HtmlDecimal
唼
HtmlHexadecimal
唼
Url
%E5%94%BC

Code

MD5
4a22ac9b4407d4fb994cc58a150d434c
Sha1
b6d6feb14dcf1155d94e394764bf6c25350c9ea8
Base64
5ZS8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u553C';
console.log(char);  // Output: 唼

Java:

char c = '\u553C';
System.out.println(c);  // Output: 唼

JSON:

{"text": "\u553C"}  // Value: 唼

Python:

char = '\u553C'
print(char)  # Output: 唼

Perl:

my $char = "\x{553C}";
print $char;  # Output: 唼

PHP:

$char = "\x{553C}";
echo $char;  // Output: 唼

Ruby:

char = "\u{553C}"
puts char  # Output: 唼

Rust:

let c = '\u{553C}';
println!("{}", c);  // Output: 唼

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00553C";  /* Display: 唼 */
}

HTML Decimal:

<p>HTML decimal: &#21820;</p>  <!-- Display: 唼 -->

HTML Hexadecimal:

<p>HTML hex: &#x553C;</p>  <!-- Display: 唼 -->

URL Encoding:

// 唼 URL encoding
https://unicodefinder.com/search.php?query=%E5%94%BC

Encodings

MD5:

4a22ac9b4407d4fb994cc58a150d434c

SHA1:

b6d6feb14dcf1155d94e394764bf6c25350c9ea8

Base64:

5ZS8