Unicode Finder

"霽" U+973D(CJK UNIFIED IDEOGRAPH-973D)

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

Programming

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

Web

CSS
\00973D
HtmlDecimal
霽
HtmlHexadecimal
霽
Url
%E9%9C%BD

Code

MD5
90bb5c49e79cd42f41700948b0c39325
Sha1
db1acf6d8ee0e433512ff2eb83af41f90a145090
Base64
6Zy9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u973D';
console.log(char);  // Output: 霽

Java:

char c = '\u973D';
System.out.println(c);  // Output: 霽

JSON:

{"text": "\u973D"}  // Value: 霽

Python:

char = '\u973D'
print(char)  # Output: 霽

Perl:

my $char = "\x{973D}";
print $char;  # Output: 霽

PHP:

$char = "\x{973D}";
echo $char;  // Output: 霽

Ruby:

char = "\u{973D}"
puts char  # Output: 霽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38717;</p>  <!-- Display: 霽 -->

HTML Hexadecimal:

<p>HTML hex: &#x973D;</p>  <!-- Display: 霽 -->

URL Encoding:

// 霽 URL encoding
https://unicodefinder.com/search.php?query=%E9%9C%BD

Encodings

MD5:

90bb5c49e79cd42f41700948b0c39325

SHA1:

db1acf6d8ee0e433512ff2eb83af41f90a145090

Base64:

6Zy9