Unicode Finder

"悌" U+608C(CJK UNIFIED IDEOGRAPH-608C)

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

Programming

C
\u608C
JavaScript
\u608C
Java
\u608C
Json
\u608C
Python
\u608C
Perl
\x{608C}
PHP
\x{608C}
Ruby
\u{608C}
Rust
\u{608C}
Go
\u608C

Web

CSS
\00608C
HtmlDecimal
悌
HtmlHexadecimal
悌
Url
%E6%82%8C

Code

MD5
69a0aa9efacc17961d1b62602b8594ed
Sha1
c11bb95612afa66090d51ea62441f7bde7b657fb
Base64
5oKM

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u608C';
console.log(char);  // Output: 悌

Java:

char c = '\u608C';
System.out.println(c);  // Output: 悌

JSON:

{"text": "\u608C"}  // Value: 悌

Python:

char = '\u608C'
print(char)  # Output: 悌

Perl:

my $char = "\x{608C}";
print $char;  # Output: 悌

PHP:

$char = "\x{608C}";
echo $char;  // Output: 悌

Ruby:

char = "\u{608C}"
puts char  # Output: 悌

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#24716;</p>  <!-- Display: 悌 -->

HTML Hexadecimal:

<p>HTML hex: &#x608C;</p>  <!-- Display: 悌 -->

URL Encoding:

// 悌 URL encoding
https://unicodefinder.com/search.php?query=%E6%82%8C

Encodings

MD5:

69a0aa9efacc17961d1b62602b8594ed

SHA1:

c11bb95612afa66090d51ea62441f7bde7b657fb

Base64:

5oKM