Unicode Finder

"制" U+5236(CJK UNIFIED IDEOGRAPH-5236)

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

Programming

C
\u5236
JavaScript
\u5236
Java
\u5236
Json
\u5236
Python
\u5236
Perl
\x{5236}
PHP
\x{5236}
Ruby
\u{5236}
Rust
\u{5236}
Go
\u5236

Web

CSS
\005236
HtmlDecimal
制
HtmlHexadecimal
制
Url
%E5%88%B6

Code

MD5
fb0e529674513d88074b255b8d06cfb6
Sha1
83708e28733a86df0943c7f06c021930a361e442
Base64
5Yi2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5236';
console.log(char);  // Output: 制

Java:

char c = '\u5236';
System.out.println(c);  // Output: 制

JSON:

{"text": "\u5236"}  // Value: 制

Python:

char = '\u5236'
print(char)  # Output: 制

Perl:

my $char = "\x{5236}";
print $char;  # Output: 制

PHP:

$char = "\x{5236}";
echo $char;  // Output: 制

Ruby:

char = "\u{5236}"
puts char  # Output: 制

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005236";  /* Display: 制 */
}

HTML Decimal:

<p>HTML decimal: &#21046;</p>  <!-- Display: 制 -->

HTML Hexadecimal:

<p>HTML hex: &#x5236;</p>  <!-- Display: 制 -->

URL Encoding:

// 制 URL encoding
https://unicodefinder.com/search.php?query=%E5%88%B6

Encodings

MD5:

fb0e529674513d88074b255b8d06cfb6

SHA1:

83708e28733a86df0943c7f06c021930a361e442

Base64:

5Yi2