Unicode Finder

"攻" U+653B(CJK UNIFIED IDEOGRAPH-653B)

U+653B
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-653B

Programming

C
\u653B
JavaScript
\u653B
Java
\u653B
Json
\u653B
Python
\u653B
Perl
\x{653B}
PHP
\x{653B}
Ruby
\u{653B}
Rust
\u{653B}
Go
\u653B

Web

CSS
\00653B
HtmlDecimal
攻
HtmlHexadecimal
攻
Url
%E6%94%BB

Code

MD5
135e675a5581249ff932f25fadba3f2e
Sha1
8d4f769e03806cc2116e1bff60d43e8f184b1c00
Base64
5pS7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u653B';
console.log(char);  // Output: 攻

Java:

char c = '\u653B';
System.out.println(c);  // Output: 攻

JSON:

{"text": "\u653B"}  // Value: 攻

Python:

char = '\u653B'
print(char)  # Output: 攻

Perl:

my $char = "\x{653B}";
print $char;  # Output: 攻

PHP:

$char = "\x{653B}";
echo $char;  // Output: 攻

Ruby:

char = "\u{653B}"
puts char  # Output: 攻

Rust:

let c = '\u{653B}';
println!("{}", c);  // Output: 攻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00653B";  /* Display: 攻 */
}

HTML Decimal:

<p>HTML decimal: &#25915;</p>  <!-- Display: 攻 -->

HTML Hexadecimal:

<p>HTML hex: &#x653B;</p>  <!-- Display: 攻 -->

URL Encoding:

// 攻 URL encoding
https://unicodefinder.com/search.php?query=%E6%94%BB

Encodings

MD5:

135e675a5581249ff932f25fadba3f2e

SHA1:

8d4f769e03806cc2116e1bff60d43e8f184b1c00

Base64:

5pS7