Unicode Finder

"改" U+6539(CJK UNIFIED IDEOGRAPH-6539)

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

Programming

C
\u6539
JavaScript
\u6539
Java
\u6539
Json
\u6539
Python
\u6539
Perl
\x{6539}
PHP
\x{6539}
Ruby
\u{6539}
Rust
\u{6539}
Go
\u6539

Web

CSS
\006539
HtmlDecimal
改
HtmlHexadecimal
改
Url
%E6%94%B9

Code

MD5
fc242f92961623c3ff8368333bc955d3
Sha1
798f95db5d312d22098b3edd810ad78863cbc3e2
Base64
5pS5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6539';
console.log(char);  // Output: 改

Java:

char c = '\u6539';
System.out.println(c);  // Output: 改

JSON:

{"text": "\u6539"}  // Value: 改

Python:

char = '\u6539'
print(char)  # Output: 改

Perl:

my $char = "\x{6539}";
print $char;  # Output: 改

PHP:

$char = "\x{6539}";
echo $char;  // Output: 改

Ruby:

char = "\u{6539}"
puts char  # Output: 改

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006539";  /* Display: 改 */
}

HTML Decimal:

<p>HTML decimal: &#25913;</p>  <!-- Display: 改 -->

HTML Hexadecimal:

<p>HTML hex: &#x6539;</p>  <!-- Display: 改 -->

URL Encoding:

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

Encodings

MD5:

fc242f92961623c3ff8368333bc955d3

SHA1:

798f95db5d312d22098b3edd810ad78863cbc3e2

Base64:

5pS5