Unicode Finder

"钍" U+948D(CJK UNIFIED IDEOGRAPH-948D)

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

Programming

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

Web

CSS
\00948D
HtmlDecimal
钍
HtmlHexadecimal
钍
Url
%E9%92%8D

Code

MD5
0a7eb6d46eb1e425e588b0d64a2b1280
Sha1
f222b644ffb5f3cf811a3d14818624a2e408e8bd
Base64
6ZKN

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u948D';
console.log(char);  // Output: 钍

Java:

char c = '\u948D';
System.out.println(c);  // Output: 钍

JSON:

{"text": "\u948D"}  // Value: 钍

Python:

char = '\u948D'
print(char)  # Output: 钍

Perl:

my $char = "\x{948D}";
print $char;  # Output: 钍

PHP:

$char = "\x{948D}";
echo $char;  // Output: 钍

Ruby:

char = "\u{948D}"
puts char  # Output: 钍

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#38029;</p>  <!-- Display: 钍 -->

HTML Hexadecimal:

<p>HTML hex: &#x948D;</p>  <!-- Display: 钍 -->

URL Encoding:

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

Encodings

MD5:

0a7eb6d46eb1e425e588b0d64a2b1280

SHA1:

f222b644ffb5f3cf811a3d14818624a2e408e8bd

Base64:

6ZKN