Unicode Finder

"膝" U+819D(CJK UNIFIED IDEOGRAPH-819D)

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

Programming

C
\u819D
JavaScript
\u819D
Java
\u819D
Json
\u819D
Python
\u819D
Perl
\x{819D}
PHP
\x{819D}
Ruby
\u{819D}
Rust
\u{819D}
Go
\u819D

Web

CSS
\00819D
HtmlDecimal
膝
HtmlHexadecimal
膝
Url
%E8%86%9D

Code

MD5
15482405e577d55eb05e1129cab63120
Sha1
d24234e01dcd1cd4ed592f8c1a2e7ce2cd80d340
Base64
6Iad

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u819D';
console.log(char);  // Output: 膝

Java:

char c = '\u819D';
System.out.println(c);  // Output: 膝

JSON:

{"text": "\u819D"}  // Value: 膝

Python:

char = '\u819D'
print(char)  # Output: 膝

Perl:

my $char = "\x{819D}";
print $char;  # Output: 膝

PHP:

$char = "\x{819D}";
echo $char;  // Output: 膝

Ruby:

char = "\u{819D}"
puts char  # Output: 膝

Rust:

let c = '\u{819D}';
println!("{}", c);  // Output: 膝

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00819D";  /* Display: 膝 */
}

HTML Decimal:

<p>HTML decimal: &#33181;</p>  <!-- Display: 膝 -->

HTML Hexadecimal:

<p>HTML hex: &#x819D;</p>  <!-- Display: 膝 -->

URL Encoding:

// 膝 URL encoding
https://unicodefinder.com/search.php?query=%E8%86%9D

Encodings

MD5:

15482405e577d55eb05e1129cab63120

SHA1:

d24234e01dcd1cd4ed592f8c1a2e7ce2cd80d340

Base64:

6Iad