Unicode Finder

"極" U+6975(CJK UNIFIED IDEOGRAPH-6975)

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

Programming

C
\u6975
JavaScript
\u6975
Java
\u6975
Json
\u6975
Python
\u6975
Perl
\x{6975}
PHP
\x{6975}
Ruby
\u{6975}
Rust
\u{6975}
Go
\u6975

Web

CSS
\006975
HtmlDecimal
極
HtmlHexadecimal
極
Url
%E6%A5%B5

Code

MD5
5536564a6c3dd9e6d966b5ec4d9f9b66
Sha1
2d06cc508136be408c5b52222b04e7e1a70d7f56
Base64
5qW1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6975';
console.log(char);  // Output: 極

Java:

char c = '\u6975';
System.out.println(c);  // Output: 極

JSON:

{"text": "\u6975"}  // Value: 極

Python:

char = '\u6975'
print(char)  # Output: 極

Perl:

my $char = "\x{6975}";
print $char;  # Output: 極

PHP:

$char = "\x{6975}";
echo $char;  // Output: 極

Ruby:

char = "\u{6975}"
puts char  # Output: 極

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006975";  /* Display: 極 */
}

HTML Decimal:

<p>HTML decimal: &#26997;</p>  <!-- Display: 極 -->

HTML Hexadecimal:

<p>HTML hex: &#x6975;</p>  <!-- Display: 極 -->

URL Encoding:

// 極 URL encoding
https://unicodefinder.com/search.php?query=%E6%A5%B5

Encodings

MD5:

5536564a6c3dd9e6d966b5ec4d9f9b66

SHA1:

2d06cc508136be408c5b52222b04e7e1a70d7f56

Base64:

5qW1