Unicode Finder

"值" U+503C(CJK UNIFIED IDEOGRAPH-503C)

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

Programming

C
\u503C
JavaScript
\u503C
Java
\u503C
Json
\u503C
Python
\u503C
Perl
\x{503C}
PHP
\x{503C}
Ruby
\u{503C}
Rust
\u{503C}
Go
\u503C

Web

CSS
\00503C
HtmlDecimal
值
HtmlHexadecimal
值
Url
%E5%80%BC

Code

MD5
fe7509e0ed085b86f07e3e9975cc5b3d
Sha1
321b9558401af330d73e93000b3531dce683f5d7
Base64
5YC8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u503C';
console.log(char);  // Output: 值

Java:

char c = '\u503C';
System.out.println(c);  // Output: 值

JSON:

{"text": "\u503C"}  // Value: 值

Python:

char = '\u503C'
print(char)  # Output: 值

Perl:

my $char = "\x{503C}";
print $char;  # Output: 值

PHP:

$char = "\x{503C}";
echo $char;  // Output: 值

Ruby:

char = "\u{503C}"
puts char  # Output: 值

Rust:

let c = '\u{503C}';
println!("{}", c);  // Output: 值

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00503C";  /* Display: 值 */
}

HTML Decimal:

<p>HTML decimal: &#20540;</p>  <!-- Display: 值 -->

HTML Hexadecimal:

<p>HTML hex: &#x503C;</p>  <!-- Display: 值 -->

URL Encoding:

// 值 URL encoding
https://unicodefinder.com/search.php?query=%E5%80%BC

Encodings

MD5:

fe7509e0ed085b86f07e3e9975cc5b3d

SHA1:

321b9558401af330d73e93000b3531dce683f5d7

Base64:

5YC8