Unicode Finder

"靝" U+975D(CJK UNIFIED IDEOGRAPH-975D)

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

Programming

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

Web

CSS
\00975D
HtmlDecimal
靝
HtmlHexadecimal
靝
Url
%E9%9D%9D

Code

MD5
bd060c726fc0d46e1848afded9882f4a
Sha1
89dd7166f87474555c837f7c4a2d566c31099c07
Base64
6Z2d

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u975D';
console.log(char);  // Output: 靝

Java:

char c = '\u975D';
System.out.println(c);  // Output: 靝

JSON:

{"text": "\u975D"}  // Value: 靝

Python:

char = '\u975D'
print(char)  # Output: 靝

Perl:

my $char = "\x{975D}";
print $char;  # Output: 靝

PHP:

$char = "\x{975D}";
echo $char;  // Output: 靝

Ruby:

char = "\u{975D}"
puts char  # Output: 靝

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38749;</p>  <!-- Display: 靝 -->

HTML Hexadecimal:

<p>HTML hex: &#x975D;</p>  <!-- Display: 靝 -->

URL Encoding:

// 靝 URL encoding
https://unicodefinder.com/search.php?query=%E9%9D%9D

Encodings

MD5:

bd060c726fc0d46e1848afded9882f4a

SHA1:

89dd7166f87474555c837f7c4a2d566c31099c07

Base64:

6Z2d