Unicode Finder

"錻" U+933B(CJK UNIFIED IDEOGRAPH-933B)

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

Programming

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

Web

CSS
\00933B
HtmlDecimal
錻
HtmlHexadecimal
錻
Url
%E9%8C%BB

Code

MD5
f345334d09dc55db44aaed5c5dc88417
Sha1
3efd432e11cc1897e8d24e9d4363ae4a956764b5
Base64
6Yy7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u933B';
console.log(char);  // Output: 錻

Java:

char c = '\u933B';
System.out.println(c);  // Output: 錻

JSON:

{"text": "\u933B"}  // Value: 錻

Python:

char = '\u933B'
print(char)  # Output: 錻

Perl:

my $char = "\x{933B}";
print $char;  # Output: 錻

PHP:

$char = "\x{933B}";
echo $char;  // Output: 錻

Ruby:

char = "\u{933B}"
puts char  # Output: 錻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#37691;</p>  <!-- Display: 錻 -->

HTML Hexadecimal:

<p>HTML hex: &#x933B;</p>  <!-- Display: 錻 -->

URL Encoding:

// 錻 URL encoding
https://unicodefinder.com/search.php?query=%E9%8C%BB

Encodings

MD5:

f345334d09dc55db44aaed5c5dc88417

SHA1:

3efd432e11cc1897e8d24e9d4363ae4a956764b5

Base64:

6Yy7