Unicode Finder

"唿" U+553F(CJK UNIFIED IDEOGRAPH-553F)

U+553F
Blockname
CJK Unified Ideographs
Name
CJK UNIFIED IDEOGRAPH-553F

Programming

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

Web

CSS
\00553F
HtmlDecimal
唿
HtmlHexadecimal
唿
Url
%E5%94%BF

Code

MD5
38ad1fce3248513d6e01ab41b7b48013
Sha1
14193297ecfc72231cea1edf9cce6b2c276895cf
Base64
5ZS/

Verwendungsbeispiele

Programming Languages

C:

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

JavaScript:

const char = '\u553F';
console.log(char);  // Output: 唿

Java:

char c = '\u553F';
System.out.println(c);  // Output: 唿

JSON:

{"text": "\u553F"}  // Value: 唿

Python:

char = '\u553F'
print(char)  # Output: 唿

Perl:

my $char = "\x{553F}";
print $char;  # Output: 唿

PHP:

$char = "\x{553F}";
echo $char;  // Output: 唿

Ruby:

char = "\u{553F}"
puts char  # Output: 唿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21823;</p>  <!-- Display: 唿 -->

HTML Hexadecimal:

<p>HTML hex: &#x553F;</p>  <!-- Display: 唿 -->

URL Encoding:

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

Encodings

MD5:

38ad1fce3248513d6e01ab41b7b48013

SHA1:

14193297ecfc72231cea1edf9cce6b2c276895cf

Base64:

5ZS/