Unicode Finder

"礌" U+790C(CJK UNIFIED IDEOGRAPH-790C)

U+790C
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-790C

Programming

C
\u790C
JavaScript
\u790C
Java
\u790C
Json
\u790C
Python
\u790C
Perl
\x{790C}
PHP
\x{790C}
Ruby
\u{790C}
Rust
\u{790C}
Go
\u790C

Web

CSS
\00790C
HtmlDecimal
礌
HtmlHexadecimal
礌
Url
%E7%A4%8C

Code

MD5
5615c3a119005c57a5bbf976ab23fabf
Sha1
ed80666572f12d64158bbeba887466ec4c31d30b
Base64
56SM

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u790C';
console.log(char);  // Output: 礌

Java:

char c = '\u790C';
System.out.println(c);  // Output: 礌

JSON:

{"text": "\u790C"}  // Value: 礌

Python:

char = '\u790C'
print(char)  # Output: 礌

Perl:

my $char = "\x{790C}";
print $char;  # Output: 礌

PHP:

$char = "\x{790C}";
echo $char;  // Output: 礌

Ruby:

char = "\u{790C}"
puts char  # Output: 礌

Rust:

let c = '\u{790C}';
println!("{}", c);  // Output: 礌

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00790C";  /* Display: 礌 */
}

HTML Decimal:

<p>HTML decimal: &#30988;</p>  <!-- Display: 礌 -->

HTML Hexadecimal:

<p>HTML hex: &#x790C;</p>  <!-- Display: 礌 -->

URL Encoding:

// 礌 URL encoding
https://unicodefinder.com/search.php?query=%E7%A4%8C

Encodings

MD5:

5615c3a119005c57a5bbf976ab23fabf

SHA1:

ed80666572f12d64158bbeba887466ec4c31d30b

Base64:

56SM

© 2025 Unicode Finder

礌 U+790C CJK UNIFIED IDEOGRAPH-790C Unicode 字元 - Unicode Finder

Contact: d2@fanqiang.me