Unicode Finder

"钊" U+948A(CJK UNIFIED IDEOGRAPH-948A)

U+948A
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-948A

Programming

C
\u948A
JavaScript
\u948A
Java
\u948A
Json
\u948A
Python
\u948A
Perl
\x{948A}
PHP
\x{948A}
Ruby
\u{948A}
Rust
\u{948A}
Go
\u948A

Web

CSS
\00948A
HtmlDecimal
钊
HtmlHexadecimal
钊
Url
%E9%92%8A

Code

MD5
6a849121279e26e8372c23d2dce0308f
Sha1
e5a9bb3f02817200492ecd623250d5941791dfcf
Base64
6ZKK

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u948A';
console.log(char);  // Output: 钊

Java:

char c = '\u948A';
System.out.println(c);  // Output: 钊

JSON:

{"text": "\u948A"}  // Value: 钊

Python:

char = '\u948A'
print(char)  # Output: 钊

Perl:

my $char = "\x{948A}";
print $char;  # Output: 钊

PHP:

$char = "\x{948A}";
echo $char;  // Output: 钊

Ruby:

char = "\u{948A}"
puts char  # Output: 钊

Rust:

let c = '\u{948A}';
println!("{}", c);  // Output: 钊

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00948A";  /* Display: 钊 */
}

HTML Decimal:

<p>HTML decimal: &#38026;</p>  <!-- Display: 钊 -->

HTML Hexadecimal:

<p>HTML hex: &#x948A;</p>  <!-- Display: 钊 -->

URL Encoding:

// 钊 URL encoding
https://unicodefinder.com/search.php?query=%E9%92%8A

Encodings

MD5:

6a849121279e26e8372c23d2dce0308f

SHA1:

e5a9bb3f02817200492ecd623250d5941791dfcf

Base64:

6ZKK