Unicode Finder

"锻" U+953B(CJK UNIFIED IDEOGRAPH-953B)

U+953B
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-953B

Programming

C
\u953B
JavaScript
\u953B
Java
\u953B
Json
\u953B
Python
\u953B
Perl
\x{953B}
PHP
\x{953B}
Ruby
\u{953B}
Rust
\u{953B}
Go
\u953B

Web

CSS
\00953B
HtmlDecimal
锻
HtmlHexadecimal
锻
Url
%E9%94%BB

Code

MD5
9a17b8133b64355e2e1111d614df54fd
Sha1
402b0dbe1f4e988f70c2058754218ff07a8af11e
Base64
6ZS7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u953B';
console.log(char);  // Output: 锻

Java:

char c = '\u953B';
System.out.println(c);  // Output: 锻

JSON:

{"text": "\u953B"}  // Value: 锻

Python:

char = '\u953B'
print(char)  # Output: 锻

Perl:

my $char = "\x{953B}";
print $char;  # Output: 锻

PHP:

$char = "\x{953B}";
echo $char;  // Output: 锻

Ruby:

char = "\u{953B}"
puts char  # Output: 锻

Rust:

let c = '\u{953B}';
println!("{}", c);  // Output: 锻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00953B";  /* Display: 锻 */
}

HTML Decimal:

<p>HTML decimal: &#38203;</p>  <!-- Display: 锻 -->

HTML Hexadecimal:

<p>HTML hex: &#x953B;</p>  <!-- Display: 锻 -->

URL Encoding:

// 锻 URL encoding
https://unicodefinder.com/search.php?query=%E9%94%BB

Encodings

MD5:

9a17b8133b64355e2e1111d614df54fd

SHA1:

402b0dbe1f4e988f70c2058754218ff07a8af11e

Base64:

6ZS7