Unicode Finder

"灸" U+7078(CJK UNIFIED IDEOGRAPH-7078)

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

Programming

C
\u7078
JavaScript
\u7078
Java
\u7078
Json
\u7078
Python
\u7078
Perl
\x{7078}
PHP
\x{7078}
Ruby
\u{7078}
Rust
\u{7078}
Go
\u7078

Web

CSS
\007078
HtmlDecimal
灸
HtmlHexadecimal
灸
Url
%E7%81%B8

Code

MD5
a96c6ccf1cbe8797581a0c594fd218ad
Sha1
2687cbf545c65250b1b2717f19602df67ed0ea20
Base64
54G4

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7078';
console.log(char);  // Output: 灸

Java:

char c = '\u7078';
System.out.println(c);  // Output: 灸

JSON:

{"text": "\u7078"}  // Value: 灸

Python:

char = '\u7078'
print(char)  # Output: 灸

Perl:

my $char = "\x{7078}";
print $char;  # Output: 灸

PHP:

$char = "\x{7078}";
echo $char;  // Output: 灸

Ruby:

char = "\u{7078}"
puts char  # Output: 灸

Rust:

let c = '\u{7078}';
println!("{}", c);  // Output: 灸

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007078";  /* Display: 灸 */
}

HTML Decimal:

<p>HTML decimal: &#28792;</p>  <!-- Display: 灸 -->

HTML Hexadecimal:

<p>HTML hex: &#x7078;</p>  <!-- Display: 灸 -->

URL Encoding:

// 灸 URL encoding
https://unicodefinder.com/search.php?query=%E7%81%B8

Encodings

MD5:

a96c6ccf1cbe8797581a0c594fd218ad

SHA1:

2687cbf545c65250b1b2717f19602df67ed0ea20

Base64:

54G4