Unicode Finder

"爽" U+723D(CJK UNIFIED IDEOGRAPH-723D)

U+723D
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-723D

Programming

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

Web

CSS
\00723D
HtmlDecimal
爽
HtmlHexadecimal
爽
Url
%E7%88%BD

Code

MD5
19be82463d5f1c9b2a85f15e11c99ce7
Sha1
5ce7da34ef6f87eb6e039bae3beff5edca8f992b
Base64
54i9

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u723D';
console.log(char);  // Output: 爽

Java:

char c = '\u723D';
System.out.println(c);  // Output: 爽

JSON:

{"text": "\u723D"}  // Value: 爽

Python:

char = '\u723D'
print(char)  # Output: 爽

Perl:

my $char = "\x{723D}";
print $char;  # Output: 爽

PHP:

$char = "\x{723D}";
echo $char;  // Output: 爽

Ruby:

char = "\u{723D}"
puts char  # Output: 爽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#29245;</p>  <!-- Display: 爽 -->

HTML Hexadecimal:

<p>HTML hex: &#x723D;</p>  <!-- Display: 爽 -->

URL Encoding:

// 爽 URL encoding
https://unicodefinder.com/search.php?query=%E7%88%BD

Encodings

MD5:

19be82463d5f1c9b2a85f15e11c99ce7

SHA1:

5ce7da34ef6f87eb6e039bae3beff5edca8f992b

Base64:

54i9