Unicode Finder

"祟" U+795F(CJK UNIFIED IDEOGRAPH-795F)

U+795F
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-795F

Programming

C
\u795F
JavaScript
\u795F
Java
\u795F
Json
\u795F
Python
\u795F
Perl
\x{795F}
PHP
\x{795F}
Ruby
\u{795F}
Rust
\u{795F}
Go
\u795F

Web

CSS
\00795F
HtmlDecimal
祟
HtmlHexadecimal
祟
Url
%E7%A5%9F

Code

MD5
c68fb6d816b71b4310df7bddd8bfb338
Sha1
3173c902061c8e417334ead706d8ceece0cfae09
Base64
56Wf

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u795F';
console.log(char);  // Output: 祟

Java:

char c = '\u795F';
System.out.println(c);  // Output: 祟

JSON:

{"text": "\u795F"}  // Value: 祟

Python:

char = '\u795F'
print(char)  # Output: 祟

Perl:

my $char = "\x{795F}";
print $char;  # Output: 祟

PHP:

$char = "\x{795F}";
echo $char;  // Output: 祟

Ruby:

char = "\u{795F}"
puts char  # Output: 祟

Rust:

let c = '\u{795F}';
println!("{}", c);  // Output: 祟

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00795F";  /* Display: 祟 */
}

HTML Decimal:

<p>HTML decimal: &#31071;</p>  <!-- Display: 祟 -->

HTML Hexadecimal:

<p>HTML hex: &#x795F;</p>  <!-- Display: 祟 -->

URL Encoding:

// 祟 URL encoding
https://unicodefinder.com/search.php?query=%E7%A5%9F

Encodings

MD5:

c68fb6d816b71b4310df7bddd8bfb338

SHA1:

3173c902061c8e417334ead706d8ceece0cfae09

Base64:

56Wf

© 2025 Unicode Finder

祟 U+795F CJK UNIFIED IDEOGRAPH-795F Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me