Unicode Finder

"創" U+5275(CJK UNIFIED IDEOGRAPH-5275)

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

Programming

C
\u5275
JavaScript
\u5275
Java
\u5275
Json
\u5275
Python
\u5275
Perl
\x{5275}
PHP
\x{5275}
Ruby
\u{5275}
Rust
\u{5275}
Go
\u5275

Web

CSS
\005275
HtmlDecimal
創
HtmlHexadecimal
創
Url
%E5%89%B5

Code

MD5
95c14d7da9706ed0d0aae56c3ecd10f1
Sha1
6403cba9828b31e77fb38af77d46140dddd924db
Base64
5Ym1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5275';
console.log(char);  // Output: 創

Java:

char c = '\u5275';
System.out.println(c);  // Output: 創

JSON:

{"text": "\u5275"}  // Value: 創

Python:

char = '\u5275'
print(char)  # Output: 創

Perl:

my $char = "\x{5275}";
print $char;  # Output: 創

PHP:

$char = "\x{5275}";
echo $char;  // Output: 創

Ruby:

char = "\u{5275}"
puts char  # Output: 創

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005275";  /* Display: 創 */
}

HTML Decimal:

<p>HTML decimal: &#21109;</p>  <!-- Display: 創 -->

HTML Hexadecimal:

<p>HTML hex: &#x5275;</p>  <!-- Display: 創 -->

URL Encoding:

// 創 URL encoding
https://unicodefinder.com/search.php?query=%E5%89%B5

Encodings

MD5:

95c14d7da9706ed0d0aae56c3ecd10f1

SHA1:

6403cba9828b31e77fb38af77d46140dddd924db

Base64:

5Ym1